From b83e26006ed669a568f985a6eb867dcead6e59e4 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 28 Dec 2022 17:01:43 +0100 Subject: update translations --- app/src/main/res/values-zh-rCN/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 564f15f3..9279450d 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -67,6 +67,9 @@ 认证失败 注册失败 正在初始化连接 + 正在连接 VPN + 不安全连接 + 安全连接 取消连接? 尝试连接中。您希望取消吗? 是否关闭 VPN 连接?关闭 VPN 可能会造成向您的互联网提供商或本地网络泄露个人信息的后果。 @@ -200,4 +203,6 @@ UDP 开启时禁用。 高级设置 中断连接 + 未知位置 + 由 LEAP 开发 -- cgit v1.2.3 From 2f695932355f3ae338bcb25d37b9269dba31c02a Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 28 Dec 2022 17:17:57 +0100 Subject: update version to 1.1.6 --- CHANGELOG | 14 ++++++++++++++ app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 16249b59..2202414f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +1.1.6 new year release +features: +* updated snowflake, tor, openvpn +* updated UI +* circumvention improvements +* updated translations +* support for the Message of the Day: providers can inform users about important events + +bugfixes: +* fixed app crashes +* fixed memory leaks +* fixed empty gateway selection screen +* fixed manual provider addition + 1.1.6RC2 Beta bugfixes: * fixed memory leaks: less memory consumption diff --git a/app/build.gradle b/app/build.gradle index 92120f88..214ee205 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,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 166000 - versionName "1.1.6RC2" + versionCode 167000 + versionName "1.1.6" minSdkVersion 21 targetSdkVersion 31 vectorDrawables.useSupportLibrary = true -- cgit v1.2.3