Skip to content

Commit

Permalink
changelog and manifest for 1.09e-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Mar 9, 2023
1 parent db6b266 commit 1c7159e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/keepass2android/Properties/AndroidManifest_net.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="190"
android:versionName="1.09e-r2"
android:versionCode="191"
android:versionName="1.09e-r3"
package="keepass2android.keepass2android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand Down
4 changes: 2 additions & 2 deletions src/keepass2android/Properties/AndroidManifest_nonet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="190"
android:versionName="1.09e-r2"
android:versionCode="191"
android:versionName="1.09e-r3"
package="keepass2android.keepass2android_nonet"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand Down
1 change: 1 addition & 0 deletions src/keepass2android/Resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@
<item>Bug fix to crashes and unexpected log-outs</item>
<item>Switch to new SFTP implementation, supporting modern public key algorithms such as rsa-sha2-256</item>
<item>Mark passwords as sensitive when copying to clipboard (Android 13)</item>
<item>Autofill improvements</item>
</string-array>

<string-array name="ChangeLog_1_09d">
Expand Down

0 comments on commit 1c7159e

Please sign in to comment.