update change log

main
mob-sakai 2019-01-25 22:03:55 +09:00
parent f859f1a02b
commit b9d1249578
2 changed files with 25 additions and 4 deletions

View File

@ -1,6 +1,27 @@
# Changelog
## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-19)
## [1.1.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/1.1.0) (2019-01-25)
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.0.0...1.1.0)
**Install UnmaskForUGUI with Unity Package Manager!**
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
...
},
}
```
To update the package, change `#1.1.0` to the target version.
**Implemented enhancements:**
- Unmask only for children option [\#11](https://github.com/mob-sakai/UnmaskForUGUI/issues/11)
## [v1.0.0](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.0.0) (2018-10-18)
[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v0.2.0...v1.0.0)
@ -30,4 +51,4 @@
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

View File

@ -2,7 +2,7 @@
"name": "com.coffee.unmask",
"displayName": "Unmask for uGUI",
"description": "Reverse mask for uGUI element in Unity.",
"version": "1.0.0",
"version": "1.1.0",
"unity": "5.5",
"license": "MIT",
"repository": {