dist: 3.6.1 notes and bump
This commit is contained in:
parent
9bb30069fe
commit
347c79741f
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue