diff options
author | GitHub Actions <noreply@github.com> | 2020-10-23 16:27:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 16:27:28 +0000 |
commit | d029cd1f47d78987f6530f0a0459a0b636881cc7 (patch) | |
tree | d47b5081670f5b924b7af3763e45d9df748d8956 /CHANGELOG.md | |
parent | ee63b0677ab8211bf49dfd434d03778fb0c80f58 (diff) |
CHANGELOG: bump for 1.13.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa3546d..81cac0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,34 +4,36 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.13.1] - 2020-10-23 + ### Fixed -- OpenKeychain authentication would fail with `LifecycleOwner com.zeapo.pwdstore.git.GitServerConfigActivity@f578da1 is attempting to register while current state is RESUMED. LifecycleOwners must call register before they are STARTED.` +- OpenKeychain authentication would fail with `LifecycleOwner com.zeapo.pwdstore.git.GitServerConfigActivity@f578da1 is attempting to register while current state is RESUMED. LifecycleOwners must call register before they are STARTED.` ### Added -- Add support for domain-level autofill in DuckDuckGo's F-Droid builds. -- Support gopass MIME secret encoding +- Add support for domain-level autofill in DuckDuckGo's F-Droid builds. +- Support gopass MIME secret encoding ### Changed -- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation. +- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation. ## [1.13.0] - 2020-10-22 ### Fixed -- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message -- Repositories created within APS would contain invalid `.gpg-id` files with no ability to fix them from the app -- Button labels were invisible in Autofill phishing warning screen -- Unsupported authentication modes would appear briefly in the server config screen +- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message +- Repositories created within APS would contain invalid `.gpg-id` files with no ability to fix them from the app +- Button labels were invisible in Autofill phishing warning screen +- Unsupported authentication modes would appear briefly in the server config screen ### Added -- Add GPG key selection step to onboarding flow -- Allow configuring an app-wide HTTP(S) proxy -- Add option to automatically sync repository on app launch -- Add a quickfix for invalid HTTPS URLs that contain a custom port +- Add GPG key selection step to onboarding flow +- Allow configuring an app-wide HTTP(S) proxy +- Add option to automatically sync repository on app launch +- Add a quickfix for invalid HTTPS URLs that contain a custom port ## [1.12.1] - 2020-10-13 @@ -383,7 +385,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/v1.13.0...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...HEAD + +[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.0...1.13.1 [1.13.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0 |