From 7ef4fe47b2e2ba39f0610e4a573b91f8d3e03a44 Mon Sep 17 00:00:00 2001 From: ostrya Date: Wed, 2 Oct 2024 08:28:24 +0200 Subject: [PATCH] prepare new release --- app/build.gradle.kts | 2 +- app/src/main/play/release-notes/de-DE/default.txt | 12 ++++-------- app/src/main/play/release-notes/en-US/default.txt | 12 ++++-------- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 829555c..59e8cbc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -48,7 +48,7 @@ android { targetSdk = 35 vectorDrawables.useSupportLibrary = true versionCode = 56 - versionName = "2.6.3" + versionName = "2.6.4" javaCompileOptions { annotationProcessorOptions { argument("room.schemaLocation", "$projectDir/schemas") diff --git a/app/src/main/play/release-notes/de-DE/default.txt b/app/src/main/play/release-notes/de-DE/default.txt index b64afd1..b7242cd 100644 --- a/app/src/main/play/release-notes/de-DE/default.txt +++ b/app/src/main/play/release-notes/de-DE/default.txt @@ -1,13 +1,9 @@ +v2.6.4 +• noch mehr Probleme bei WLAN-Erkennung für Android 10 und 11 behoben +• falsches Versenden von Nachrichten ohne passende Bedingung behoben + v2.6.3 • weitere Probleme bei WLAN-Erkennung für Android 10 und 11 behoben v2.6.2 • Probleme bei WLAN-Erkennung für Android 10 und 11 behoben - -v2.6.1 -• Fehler behoben, bei dem die App manchmal beim Wechseln in den Nachtmodus gecrasht ist - -v2.6.0 -• Nachrichten werden nun sofort nach Verbinden mit oder Trennen von WLAN gesendet -• Gerätename kann nun als Nachrichteninhalt versendet werden -• Fehler beim Löschen von WLAN-Bedingungen mit Platzhalter behoben diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 6618ca0..0c0a2d7 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,13 +1,9 @@ +v2.6.4 +• fixed even more issues with wifi detection in Android 10 and 11 +• fixed wrongly sending messages if no condition matches + v2.6.3 • fixed further issues with wifi detection in Android 10 and 11 v2.6.2 • fixed issues with wifi detection in Android 10 and 11 - -v2.6.1 -• fixed bug where changing to night mode sometimes crashed the app - -v2.6.0 -• messages are now immediately sent when connecting to or disconnecting from a WiFi network -• device name can now be sent as message content -• fixed bug where wifi conditions with wildcards could not be deleted