Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Oct 2, 2024
1 parent bf3da3f commit 7ef4fe4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
12 changes: 4 additions & 8 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -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
12 changes: 4 additions & 8 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ef4fe4

Please sign in to comment.