From d87636dade03abe74f1eb909e8796178ac8fc97a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 7 Aug 2026 12:29:35 +0000 Subject: [PATCH 1/3] CHANGELOG: bump for v2.0.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cbbf1ab..5620d7caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file ## [Unreleased] +## [2.0.1] - 2026-08-07 + ### Fixed - Autofill fast unlocking setup: PIN setting dialog/biometric prompt were not shown after passphrase verification @@ -682,7 +684,8 @@ All notable changes to this project will be documented in this file - Fix elements overlapping. -[unreleased]: https://github.com/agrahn/Android-Password-Store/compare/v2.0.0...HEAD +[unreleased]: https://github.com/agrahn/Android-Password-Store/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/agrahn/Android-Password-Store/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/agrahn/Android-Password-Store/compare/v1.16.4...v2.0.0 [1.16.4]: https://github.com/agrahn/Android-Password-Store/compare/v1.16.3...v1.16.4 [1.16.3]: https://github.com/agrahn/Android-Password-Store/compare/v1.16.2...v1.16.3 From 2374e4d5104d2968c10b7814dc0414f7cba2f206 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 7 Aug 2026 12:29:57 +0000 Subject: [PATCH 2/3] build: bump version --- app/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/version.properties b/app/version.properties index 98db7a4f3..eb83967a2 100644 --- a/app/version.properties +++ b/app/version.properties @@ -2,4 +2,4 @@ # This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. # versioning-plugin.versionCode=20100 -versioning-plugin.versionName=2.1.0-SNAPSHOT +versioning-plugin.versionName=2.1.0 From 374d0eb18fe6dc4a32f5709df869b6afb333202c Mon Sep 17 00:00:00 2001 From: Alexander Grahn Date: Fri, 7 Aug 2026 14:43:18 +0200 Subject: [PATCH 3/3] fix version properties, f-droid changelog added --- app/version.properties | 4 ++-- fastlane/metadata/android/en-US/changelogs/20001.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20001.txt diff --git a/app/version.properties b/app/version.properties index eb83967a2..5b9153cda 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,5 +1,5 @@ # # This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. # -versioning-plugin.versionCode=20100 -versioning-plugin.versionName=2.1.0 +versioning-plugin.versionCode=20001 +versioning-plugin.versionName=2.0.1 diff --git a/fastlane/metadata/android/en-US/changelogs/20001.txt b/fastlane/metadata/android/en-US/changelogs/20001.txt new file mode 100644 index 000000000..66ac94228 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20001.txt @@ -0,0 +1,6 @@ +Fixed: + +- added access-local-network permission for Android 17 devices +- home screen shortcuts (pinned passwords) now pointing to the correct item +- one unlocking PIN per PGP ID for improved security +- setup of fast unlocking by PIN/biometrics during autofill