diff options
author | GitHub Actions <noreply@github.com> | 2020-08-18 15:43:37 +0000 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-18 21:16:37 +0530 |
commit | 5bc72e895885779695592023dc26f8803d69bbe6 (patch) | |
tree | 13f66f36ba022b4a5553c8c0356dd58ef9189a34 /CHANGELOG.md | |
parent | b3241f34520cc04d4554a774c1c8315b7cf7da4f (diff) |
Prepare release 1.11.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8df8873..74e5b01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,27 +4,29 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.11.0] - 2020-08-18 + ### Added -- Allow changing the branch used for Git operations -- Allow setting a subdirectory key when creating folders -- Allow adding digits/symbols in XkPasswd generated passwords using a mask-like value (`dds` gives you two digits and a symbol, and so on) +- Allow changing the branch used for Git operations +- Allow setting a subdirectory key when creating folders +- Allow adding digits/symbols in XkPasswd generated passwords using a mask-like value (`dds` gives you two digits and a symbol, and so on) ### Changed -- The Git repository URL can now be specified directly -- Slightly reduce APK size -- Always show the parent path in entries -- Passwords will no longer be copied to the clipboard by default -- Notify user if there was nothing to push +- The Git repository URL can now be specified directly +- Slightly reduce APK size +- Always show the parent path in entries +- Passwords will no longer be copied to the clipboard by default +- Notify user if there was nothing to push ### Fixed -- Allow creating nested directories directly -- I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now -- Fix crash when OpenKeychain is not installed -- Clone operation won't leave user on an empty password list upon failure -- Cloning a new repository to external storage wouldn't work -- UI froze for some people when deleting existing files from the external directory +- Allow creating nested directories directly +- I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now +- Fix crash when OpenKeychain is not installed +- Clone operation won't leave user on an empty password list upon failure +- Cloning a new repository to external storage wouldn't work +- UI froze for some people when deleting existing files from the external directory ## [1.10.3] - 2020-07-30 @@ -295,7 +297,9 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. -[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...HEAD + +[1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...1.11.0 [1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...1.10.3 |