Release 6.2.0

This commit is contained in:
Jonas Lochmann 2022-05-23 02:00:00 +02:00
parent fd5ffe73ce
commit 0068a67455
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 12 deletions

View file

@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 184 versionCode 185
versionName "6.1.0" versionName "6.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,5 +1 @@
- Möglichkeit, Begrenzungen für einzelne Kategorien vom Sperrbildschirm aus vorübergehend zu deaktivieren - Fragen nach der Zustimmung zur Synchronisation der App-Liste, sofern diese Synchronisation sinnvoll wäre
- Lockerung der Passwortanforderungen
- verbesserte Erkennung des Geräte-Modells
- Hinweise bei der Einrichtung aktualisiert
- Hinweise für den Elternschlüssel aktualisiert

View file

@ -1,5 +1 @@
- option to disable limits for a single category temporarily from the lockscreen - asking for permission to sync the list of installed Apps if the sync would be useful
- relaxed password requirements
- improved device model detection
- updated messages during setup
- updated instructions for the parent key