diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 83d3e512..b9f9fe5a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = appPackageId minSdk = 23 targetSdk = 35 - versionCode = 1435 - versionName = "1.4.35" + versionCode = 1436 + versionName = "1.4.36" testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/1436.txt b/fastlane/metadata/android/en-US/changelogs/1436.txt new file mode 100644 index 00000000..648267f9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1436.txt @@ -0,0 +1 @@ +- Added option to enable password reminder, if biometric is enabled in 24 hours diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 2ab1255f..648267f9 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1 +1 @@ -A critical bug causing password loss and app crashes has been fixed in this release. Unfortunately, passwords present before this update are unrecoverable. A clean app reinstallation is required: please uninstall your current KeyPass version and reinstall from the app store. We sincerely apologize for this data loss and inconvenience, and appreciate your understanding as we've taken steps to prevent future occurrences. +- Added option to enable password reminder, if biometric is enabled in 24 hours