diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-23 22:00:10 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-23 22:00:10 +0530 |
commit | f14a0711a28fdd1bd1e0791d331ace62a3649a06 (patch) | |
tree | efab1e217ac94f00282fbb2e965aad9f27137b25 /CHANGELOG.md | |
parent | 38ece10e0dfdc907089b7ddc4e6c9d17e69013f3 (diff) | |
parent | 5cfa1f165f1905cd6dbe4fa7bfca1593672a7322 (diff) |
Merge branch 'release' into develop
* release:
build: bump version
CHANGELOG: bump for 1.13.1
CHANGELOG: add #1170
Minimal support for MIME secret encoding (#1170)
Workaround AndroidX lifecycle requirements in OpenKeychain auth (#1168)
CHANGELOG: add note about F-Droid DDG support
autofill-parser: add DuckDuckGo's F-Droid signature
autofill-parser: add support for multiple signatures for a single package
CHANGELOG: add entry for auto sync rollback
Revert "Add option to automatically sync repository on app launch (#1137)"
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f43615cc..449191c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,34 +4,40 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed + +- Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. + +## [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. +- Add support for domain-level autofill in DuckDuckGo's F-Droid builds. +- Support gopass MIME secret encoding ### Changed -- Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. -- 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 +389,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 |