Release 6.5.0

This commit is contained in:
Jonas Lochmann 2022-08-08 02:00:00 +02:00
parent 56b7fe7e36
commit baff9a110d
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 6 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 190 versionCode 191
versionName "6.4.1" versionName "6.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1 @@
- Unterstützung von U2F-Schlüsseln zur Anmeldung als Elternteil (nur mittels NFC und nur im lokalen Modus) - Unterstützung von USB-U2F-Schlüssel hinzugefügt (weiterhin nur im lokalen Modus verwendbar)
- neues Übertragungsformat für die Synchronisation der Liste der installierten Apps

View file

@ -1,2 +1 @@
- add support for using U2F tokens to sign in as parent user (only using NFC and only in the local mode) - add support for USB U2F tokens to sign in as parent user (still only usable in the local mode)
- new encoding for the synchronization of the list of the installed Apps