diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-27 19:25:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-08-27 19:25:06 +0530 |
commit | c848788f057d18bddfc7c8cc8473396d394ac733 (patch) | |
tree | fc573b007039f61eb34c698ad3b1b07408231760 /CHANGELOG.md | |
parent | cba0bc2b29c0f30f6d55c0a43010d7557c89bed9 (diff) | |
parent | 7b4792d1476b1725520e70c1a2b3e8a7c40f469e (diff) |
Merge remote-tracking branch 'origin/release' into develop
* origin/release:
build: bump version
build: drop -free suffix
Remember HTTPS password throughout a sync operation (#1062)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecb1ad7..a0067ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ All notable changes to this project will be documented in this file. - Password creation UI will scroll if it does not fit on the screen - Git server protocol and authentication mode are only updated when explicitly saved - Remember HTTPS password during a sync operation + +## [1.11.3] - 2020-08-27 + +### Fixed + - Delete stored HTTPS password on connection errors (such as failed authentication) ## [1.11.2] - 2020-08-24 @@ -329,7 +334,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.2...HEAD +[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD + +[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3 [1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2 |