Compare commits

...

1 Commits

Author SHA1 Message Date
zaneschepke cbef4600af fix: version conflict 2026-03-09 20:52:25 -04:00
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "4.3.1"
const val VERSION_CODE = 40301
const val VERSION_NAME = "4.3.2"
const val VERSION_CODE = 40302
const val TARGET_SDK = 36
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
@@ -0,0 +1,7 @@
What's new:
- Doze mode handshake fix
- Optional I2-5 bugfix
- Create from scratch crash bugfix
- Show tunnel statistics in notification
- Filter tunnel by latency
- Translations