File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
fastlane/metadata/android/en-US Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 9 ;1.4
1+ 10 ;1.5
You can’t perform that action at this time.
0 commit comments