Release 5.4.1

This commit is contained in:
Jonas Lochmann 2022-01-03 01:00:00 +01:00
parent 54833c6da1
commit ea64b33d84
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 10 additions and 10 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 176 versionCode 177
versionName "5.4.0" versionName "5.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,4 +1,4 @@
- neue Option, um die Blockierung von Benachrichtigungen zu verzögern - Fehlerbehebungen
- falsche Kategoriezuordnung beim Hinzufügen von Geräten behoben - Manipulationswarnungen durch die Autofill-Funktion
- falsches Auslösen der Synchronisation bei Anmeldeverhinderungskategorien behoben - falsche Aktualisierungen von Sitzungsdauern
- Abhängigkeiten aktualisiert - fehlende Extrazeit nach der Erledigung von Aufgaben

View file

@ -1,4 +1,4 @@
- add option to delay notification blocking - bug fixes
- fix wrong category assignments when adding new devices - manipulation warnings triggered by the autofill feature
- fix wrong sync triggering caused by limit login categories - wrong updates of the session duration
- updated dependencies - missing extra time after completing tasks