From 7af367662c1d27e61d92ae73d6283581a4fdc5f3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 28 Jun 2024 01:06:58 +0200 Subject: update to version 1.4.0RC1 --- CHANGELOG | 8 ++++++++ app/build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 50d57c9c..6d373e81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +1.4.0RC1 obfuscation update +features: +* update obfuscation library obfsvpn to version 1.0.0, with improved KCP support + +bugfixes: +* fix text color of button in obfuscation proxy pinning dialog +* fix auto-update mechanism for clients fetched from the download page + 1.3.1 hotfix bugfix: * fix app crash during provider setup in case the app is moved to background diff --git a/app/build.gradle b/app/build.gradle index a9a096e2..f3412c3f 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 173000 - versionName "1.3.1" + versionCode 174000 + versionName "1.4.0RC1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 -- cgit v1.2.3