From fc75c4aec76bd5cd232948120097b28b9493500c Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 24 May 2018 22:19:03 +0900 Subject: [PATCH] update change log --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82ecae..b8f8ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [v0.4.0](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.4.0) (2018-05-24) + +[Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.3.1...v0.4.0) + +Visual quality of the effect has been improved greatly! +Of course, the effect does not use other images such as normal map :) +![image](https://user-images.githubusercontent.com/12690315/40473559-7416b086-5f77-11e8-97e4-d0de6137ea28.gif) + +**Implemented enhancements:** + +- Play effect from script [\#19](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/19) +- Improve Visual quality [\#16](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/16) +- Add softness parameter [\#14](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/14) +- Improve precision of location parameter [\#12](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/12) + +**Fixed bugs:** + +- Width of the effect should be ranged \[0-1\], not \[0-2\] [\#15](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/15) +- `graphic.color.a` decrease the brightness of shiny effect [\#13](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/13) + +**Closed issues:** + +- Use 'brightness' instead of 'alpha' [\#17](https://github.com/mob-sakai/ShinyEffectForUGUI/issues/17) + ## [v0.3.1](https://github.com/mob-sakai/ShinyEffectForUGUI/tree/v0.3.1) (2018-05-23) [Full Changelog](https://github.com/mob-sakai/ShinyEffectForUGUI/compare/v0.3.0...v0.3.1) diff --git a/package.json b/package.json index 3f6af26..0d7df55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShinyEffectForUGUI", - "version": "0.3.1", + "version": "0.4.0", "repository": { "type": "git", "url": "git+https://github.com/mob-sakai/ShinyEffectForUGUI.git"