Skip to content

Commit 4833fe7

Browse files
committed
0.25.3
1 parent a22be15 commit 4833fe7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141
applicationId = "uk.nktnet.webviewkiosk"
4242
minSdk = 21
4343
targetSdk = 36
44-
versionCode = 107
45-
versionName = "0.25.2"
44+
versionCode = 108
45+
versionName = "0.25.3"
4646
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
4747
}
4848

metadata/en-US/changelogs/108.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Changes
2+
3+
- feat: add isDeviceInteractive to MQTT connected event and get_status response
4+
- feat: add MQTT notify command to send notifications
5+
- fix: disable mqtt control buttons until action completes
6+
- fix: text font size, padding, spacing, button height
7+
- fix: inconsistent user settings + import/export

0 commit comments

Comments
 (0)