dist: 3.6.1 notes and bump

This commit is contained in:
Zane Schepke 2024-11-23 16:06:05 -05:00
parent 9bb30069fe
commit 347c79741f
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.6.0"
const val VERSION_NAME = "3.6.1"
const val JVM_TARGET = "17"
const val VERSION_CODE = 36000
const val VERSION_CODE = 36100
const val TARGET_SDK = 35
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"

View File

@ -0,0 +1,7 @@
What's new:
- Add tunnel from clipboard
- Add localizations
- Fix battery drain bug
- Fix delete bug
- Improve tunnel tile sync
- Other fixes and improvements