Skip to content

Commit fcf6ee0

Browse files
committed
Bump version to 1.5
1 parent e70248d commit fcf6ee0

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "ru.krlvm.powertunnel.android"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 9
12-
versionName "1.4"
11+
versionCode 10
12+
versionName "1.5"
1313

1414
externalNativeBuild {
1515
cmake {

app/src/main/res/values-ru/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<string name="pref_full_chunking">Режим полной фрагментации пакетов</string>
3838
<string name="pref_mix_host_case">Изменять регистр адреса соединения</string>
3939
<string name="pref_send_payload">Отправлять дополнительные 21КБ данных</string>
40-
<string name="startup_failed_proxy">Ошибка при запуске прокси сервера</string>
40+
<string name="startup_failed_proxy">Ошибка при запуске прокси-сервера</string>
4141
<string name="pref_chunk_size">Размер фрагмента</string>
4242
<string name="clear_selection">Очистить выбор</string>
4343
<string name="about_version">Версия %1$s</string>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
General changes:
2+
- Added support for Android 4.2 and higher
3+
- Proxy mode notification has lower priority now
4+
- VPN settings grays out when proxy mode is enabled
5+
6+
New features:
7+
- Ability to configure local proxy address and port
8+
9+
Improvements:
10+
- PowerTunnel displays proxy startup error now
11+
12+
Bugfixes:
13+
- Fixed memory leak, high CPU utilization and fast battery drain on "payload" DPI circumvention method
14+
- Fixed main activity duplication in proxy mode
-762 Bytes
Loading

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9;1.4
1+
10;1.5

0 commit comments

Comments
 (0)