Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -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-SNAPSHOT
versioning-plugin.versionCode=20001
versioning-plugin.versionName=2.0.1
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20001.txt
Original file line number Diff line number Diff line change
@@ -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