update change log
parent
f859f1a02b
commit
b9d1249578
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,6 +1,27 @@
|
||||||
# Changelog
|
# 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)
|
[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)*
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "com.coffee.unmask",
|
"name": "com.coffee.unmask",
|
||||||
"displayName": "Unmask for uGUI",
|
"displayName": "Unmask for uGUI",
|
||||||
"description": "Reverse mask for uGUI element in Unity.",
|
"description": "Reverse mask for uGUI element in Unity.",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"unity": "5.5",
|
"unity": "5.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -15,4 +15,4 @@
|
||||||
"upmSupport": true,
|
"upmSupport": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue