diff options
| -rw-r--r-- | CHANGELOG | 38 | ||||
| -rw-r--r-- | app/build.gradle | 4 |
2 files changed, 40 insertions, 2 deletions
@@ -1,3 +1,41 @@ +1.6.1 CoopVPN soft launch release +features: + +bugfixes: +feature: +- improved search in app selection screen +- improved in-app language picker +- improved CoopVPN Beta provider + +maintenance: +- updated translations +- localized f-droid app store presence + +bugfixes: +- fixed possible crashes when starting the VPN +- fixed various other potential crashes +- fixed flickering notification buttons +- fixed censorship circumvention settings switches behavior + +1.6.0 Beta release +features: +- improved error handling if scanning of invite codes fails +- added CoopVPN Beta as preconfigured provider + +bugfixes: +- fixed app crashes in during provider setup +- fixed duplicated Bitmask entries in Androids task history +- improved automatic gateway selection by fixing timezone parsing +- removed Calyx as preconfigured Provider +- fixed provider name localization + +maintenance: +- Updated target API to Android 15 +- support for Androids new edge-to-edge design +- updated localizations (<3 to Localization Lab and all contributors) +- minor provider setup improvements +- updated tor and pluggable transports library IPtProxy + 1.5.3 Obfuscation update release features: - provide support for quic as obfuscation protocol diff --git a/app/build.gradle b/app/build.gradle index 560fbcda..f57f506b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { // the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // to extracted bundle apks, supplied by google // however we don't calculate the versionCode here, because F-Droid doesn't like that - versionCode 183000 - versionName "1.6.0" + versionCode 184000 + versionName "1.6.1" compileSdk 35 minSdkVersion 24 targetSdkVersion 35 |
