Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Aug 25, 2024
1 parent ecdd49d commit 11135cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 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 = 52
versionName = "2.5.3"
versionName = "2.6.0"
javaCompileOptions {
annotationProcessorOptions {
argument("room.schemaLocation", "$projectDir/schemas")
Expand Down
17 changes: 4 additions & 13 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
v2.5.3
• Unterstützung für Android 14 hinzugefügt

v2.5.2
• weitere fehlende Bluetooth-Berechtigung hinzugefügt

v2.5.1
• Hell- und Dunkelmodus
• neue Berechtigungen für Bluetooth-Erkennung mit Android 12+

v2.5.0
• Unterstützung von Platzhaltern bei Auswahl von WLANs
• Verbesserungen bei der Validierung von Eingabewerten
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
17 changes: 4 additions & 13 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
v2.5.3
• added support for Android 14

v2.5.2
• added another missing bluetooth permission

v2.5.1
• bright and dark mode
• new permissions for bluetooth detection on Android 12+

v2.5.0
• support for wildcards when selecting WiFi networks
• improved validation of input values
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 11135cb

Please sign in to comment.