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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file

## [Unreleased]

## [1.19.3] - 2026-07-31

### Fixed

- Git sync for passkey credentials is now durable and recovers remote credentials on miss

## [1.19.2] - 2026-07-29

### Fixed
Expand Down Expand Up @@ -833,7 +839,8 @@ All notable changes to this project will be documented in this file

- Fix elements overlapping.

[unreleased]: https://github.com/pando85/Android-Password-Store/compare/v1.19.2...HEAD
[unreleased]: https://github.com/pando85/Android-Password-Store/compare/v1.19.3...HEAD
[1.19.3]: https://github.com/pando85/Android-Password-Store/compare/v1.19.2...v1.19.3
[1.19.2]: https://github.com/pando85/Android-Password-Store/compare/v1.19.1...v1.19.2
[1.19.1]: https://github.com/pando85/Android-Password-Store/compare/v1.19.0...v1.19.1
[1.19.0]: https://github.com/pando85/Android-Password-Store/compare/v1.18.0...v1.19.0
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=11902
versioning-plugin.versionName=1.19.2
versioning-plugin.versionCode=11903
versioning-plugin.versionName=1.19.3