chore: release v4.2.2

This commit is contained in:
zaneschepke
2025-12-26 00:58:08 -05:00
parent 9f9a15a97c
commit b641539af8
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants { object Constants {
const val VERSION_NAME = "4.2.1" const val VERSION_NAME = "4.2.2"
const val VERSION_CODE = 40201 const val VERSION_CODE = 40202
const val TARGET_SDK = 36 const val TARGET_SDK = 36
const val MIN_SDK = 26 const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel" const val APP_ID = "com.zaneschepke.wireguardautotunnel"
@@ -0,0 +1,6 @@
What's new:
- Private profile lockdown mode bugfix
- UI performance optimizations
- Back navigation crash in certain scenarios bugfix
- Auto tunneling race after Amnezia 2.0 changes bugfix
- Localizations