Skip to content

Commit

Permalink
bump: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 14, 2023
1 parent f616bf9 commit add7504
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.15.1-SNAPSHOT",
"version": "0.16.0",
"private": true,
"author": "Ryo Ota <[email protected]> (https://github.com/nwtgck)",
"scripts": {
Expand Down

0 comments on commit add7504

Please sign in to comment.