diff --git a/CHANGELOG.md b/CHANGELOG.md index d04c9aa30..44fff4221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.16.0] - 2023-01-14 +### Changed +- Clear input files and text after sent +- Make Piping UI Auth use detectable for normal receiver in the future +- Save as input file name in passwordless protection +- Improve progress bar when viewing in passwordless protection + +## Added +- Show progress bar when downloading in passwordless protection +- Show update-app button when key exchange version is out-of-date + ## [0.15.0] - 2023-01-07 ### Added - Add info tooltips to "Passwordless", "Verify and Send" and "Password" switches @@ -454,7 +465,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added - First release -[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.12.1...v0.13.0 diff --git a/package-lock.json b/package-lock.json index 356bf4ac7..01f9a61e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piping-ui", - "version": "0.15.1-SNAPSHOT", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "piping-ui", - "version": "0.15.1-SNAPSHOT", + "version": "0.16.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9be60aae3..d23c729be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.15.1-SNAPSHOT", + "version": "0.16.0", "private": true, "author": "Ryo Ota (https://github.com/nwtgck)", "scripts": {