Skip to content

Commit

Permalink
Authorizer v0.5.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado authored May 7, 2023
1 parent dc56027 commit f9d7cc2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authorizer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
resourceConfigurations += ['de']
targetSdkVersion 33
versionCode 401
versionName '0.4.1'
versionCode 500
versionName '0.5.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

//Reference them in .xml files.
Expand Down
8 changes: 8 additions & 0 deletions authorizer/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,14 @@

<string name="release_notes">
\n
&lt;b&gt;0.5.0&lt;/b&gt;\n
- Neue Funktion: FIDO U2F und FIDO2 WebAuthn\n
- Neue Funktion: Vordefinierte Benutzernamen und E-Mails\n
- Neue Authorizer Bluetooth Integration\n
- Neue Navigation\n
- Viele Änderungen von PasswdSafe übernommen\n
- Fehlerbehebungen
\n\n
&lt;b&gt;0.4.1&lt;/b&gt;\n
- Fehlerbehebungen
\n\n
Expand Down
8 changes: 8 additions & 0 deletions authorizer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,14 @@

<string name="release_notes">
\n
&lt;b&gt;0.5.0&lt;/b&gt;\n
- New feature: FIDO U2F and FIDO2 WebAuthn\n
- New feature: Predefined usernames / emails with placeholders\n
- New Authorizer Bluetooth stack\n
- Bottom Navigation\n
- A lot of changes merged in from PasswdSafe\n
- Bug fixes
\n\n
&lt;b&gt;0.4.1&lt;/b&gt;\n
- Bug fixes
\n\n
Expand Down

0 comments on commit f9d7cc2

Please sign in to comment.