Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit d029cd1

Browse files
authored
CHANGELOG: bump for 1.13.1
1 parent ee63b06 commit d029cd1

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,36 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.13.1] - 2020-10-23
8+
79
### Fixed
810

9-
- 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.`
11+
- 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.`
1012

1113
### Added
1214

13-
- Add support for domain-level autofill in DuckDuckGo's F-Droid builds.
14-
- Support gopass MIME secret encoding
15+
- Add support for domain-level autofill in DuckDuckGo's F-Droid builds.
16+
- Support gopass MIME secret encoding
1517

1618
### Changed
1719

18-
- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation.
20+
- The newly added automatic synchronisation feature has been rolled back due to multiple issues with its implementation.
1921

2022
## [1.13.0] - 2020-10-22
2123

2224
### Fixed
2325

24-
- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message
25-
- Repositories created within APS would contain invalid `.gpg-id` files with no ability to fix them from the app
26-
- Button labels were invisible in Autofill phishing warning screen
27-
- Unsupported authentication modes would appear briefly in the server config screen
26+
- Some classes of errors would be swallowed by an unhelpful 'Invalid remote: origin' message
27+
- Repositories created within APS would contain invalid `.gpg-id` files with no ability to fix them from the app
28+
- Button labels were invisible in Autofill phishing warning screen
29+
- Unsupported authentication modes would appear briefly in the server config screen
2830

2931
### Added
3032

31-
- Add GPG key selection step to onboarding flow
32-
- Allow configuring an app-wide HTTP(S) proxy
33-
- Add option to automatically sync repository on app launch
34-
- Add a quickfix for invalid HTTPS URLs that contain a custom port
33+
- Add GPG key selection step to onboarding flow
34+
- Allow configuring an app-wide HTTP(S) proxy
35+
- Add option to automatically sync repository on app launch
36+
- Add a quickfix for invalid HTTPS URLs that contain a custom port
3537

3638
## [1.12.1] - 2020-10-13
3739

@@ -383,7 +385,9 @@ All notable changes to this project will be documented in this file.
383385

384386
- Fix elements overlapping.
385387

386-
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.0...HEAD
388+
[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.1...HEAD
389+
390+
[1.13.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.13.0...1.13.1
387391

388392
[1.13.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...v1.13.0
389393

0 commit comments

Comments
 (0)