-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changelog, package manifest and readme.
- Loading branch information
Showing
3 changed files
with
70 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.0] - 2020-12-09 | ||
### Added | ||
- full feature set achieved: the tool can now load, save/override all settings in a package in the exact way that Unity needs them | ||
- field validation | ||
- console logging | ||
|
||
### Changed | ||
- visuals are slightly different to account for internal changes: extra inputs (third party notices) and much larger text boxes for all the large form documents | ||
|
||
## [0.1.0] - 2020-12-06 | ||
### Added | ||
- package has reached MVP status and can save new package data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"com.razluta.unitypackagemaker","version":"0.1.0","displayName":"Package Maker","description":"A Unity Package for making the base setup for a new Unity Package (or updating and existing Package) compatible with the Unity Package Manager.","unity":"2019.3","author":{"name":"Razvan Luta","email":"[email protected]","url":"https://github.com/razluta"}} | ||
{"name":"com.razluta.unitypackagemaker","version":"1.0.0","displayName":"Package Maker","description":"A Unity Package for making the base setup for a new Unity Package (or updating and existing Package) compatible with the Unity Package Manager.","unity":"2019.3","author":{"name":"Razvan Luta","email":"[email protected]","url":"https://github.com/razluta"}} |