summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-07-30 00:08:30 +0200
committercyBerta <cyberta@riseup.net>2024-08-07 16:08:11 +0200
commit332dd59f3cc684023c4264191efbfe371a25f6b5 (patch)
tree5c5b4ae3bb4dfa13ab37634a2d0f977d3618d7ba
parent8db3bce8e89c3d25bc81fd5af883792f406dc75d (diff)
update version to 1.4.0RC2
-rw-r--r--CHANGELOG6
-rw-r--r--app/build.gradle4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6d373e81..3d144a3f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+1.4.0RC2 pre-API-v5
+features:
+- mainly work under the hood to support future configuration API v5
+- support for elliptic curve private keys used in VPN setup
+- updated translations (many thanks to all translators!)
+
1.4.0RC1 obfuscation update
features:
* update obfuscation library obfsvpn to version 1.0.0, with improved KCP support
diff --git a/app/build.gradle b/app/build.gradle
index d2e43601..2750eba5 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 174000
- versionName "1.4.0RC1"
+ versionCode 175000
+ versionName "1.4.0RC2"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34