From 9e6d56083d63c19e43e118fa6b674f6931b4d35c Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 1 Aug 2022 02:00:00 +0200 Subject: [PATCH] Release 6.4.0 --- app/build.gradle | 4 ++-- app/src/main/play/de-DE/whatsnew | 3 ++- app/src/main/play/en-US/whatsnew | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7085a67..93282b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { applicationId "io.timelimit.android" minSdkVersion 21 targetSdkVersion 33 - versionCode 188 - versionName "6.3.1" + versionCode 189 + versionName "6.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" kapt { arguments { diff --git a/app/src/main/play/de-DE/whatsnew b/app/src/main/play/de-DE/whatsnew index 4c82ae6..75b5dc2 100644 --- a/app/src/main/play/de-DE/whatsnew +++ b/app/src/main/play/de-DE/whatsnew @@ -1 +1,2 @@ -- ermöglicht es wieder, vorübergehende Sperrungen als Kind zu verlängern +- Unterstützung von U2F-Schlüsseln zur Anmeldung als Elternteil (nur mittels NFC und nur im lokalen Modus) +- neues Übertragungsformat für die Synchronisation der Liste der installierten Apps diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 5afa4cd..c60c7be 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1 +1,2 @@ -- fix the possibility to extend a temporarily blocking of a category as a child user +- add support for using U2F tokens to sign in as parent user (only using NFC and only in the local mode) +- new encoding for the synchronization of the list of the installed Apps