diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-21 01:33:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-21 01:33:24 +0530 |
commit | 92f80b2e3ddfb40ce339ed8614e5997d92357bca (patch) | |
tree | 08e52ffa816541936d4acc60e79199600792db33 /CHANGELOG.md | |
parent | 67ee24ef86f69550a1cbe9a7eecdbe6be4dfe74a (diff) | |
parent | d9c3aff6d38a0a55a633940cfcdcb40a70788496 (diff) |
Merge branch 'release' into develop
* release:
build: bump version
Update CHANGELOG
Revert "Reland symlink support (#1020)"
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9346f7b..dbfbf651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,16 @@ All notable changes to this project will be documented in this file. - Allow sorting by recently used +## [1.11.1] - 2020-08-21 + +### Fixed + +- App failed to start on Android 7 and below + ## [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) @@ -301,7 +308,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.11.0...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...HEAD + +[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...1.11.1 [1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...1.11.0 |