diff --git a/src/keepass2android/ChangeLog.cs b/src/keepass2android/ChangeLog.cs index bb5df2fd..2e935a3a 100644 --- a/src/keepass2android/ChangeLog.cs +++ b/src/keepass2android/ChangeLog.cs @@ -27,7 +27,7 @@ namespace keepass2android AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog)); builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title)); List changeLog = new List{ - BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08, "1.08-r0"), + BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08, "1.08b-r1"), ctx.GetString(Resource.String.ChangeLog_1_07b), ctx.GetString(Resource.String.ChangeLog_1_07), ctx.GetString(Resource.String.ChangeLog_1_06), diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml index 8274c7bb..5072eaa5 100644 --- a/src/keepass2android/Resources/values/strings.xml +++ b/src/keepass2android/Resources/values/strings.xml @@ -782,6 +782,7 @@ Close database after three failed biometric unlock attempts. + Improve handling of AutoFill requests for websites in unrecognized apps Add notification button for copying TOTP to clipboard Switch to using FluentFTP to provide support for TLS 1.2 Switch to BiometricPrompt API to improve user experience with fingerprint unlock and allow to use face unlock, e.g. on Pixel 4.