Skip to content

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed May 11, 2020
1 parent e70248d commit fcf6ee0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ru.krlvm.powertunnel.android"
minSdkVersion 16
targetSdkVersion 29
versionCode 9
versionName "1.4"
versionCode 10
versionName "1.5"

externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string name="pref_full_chunking">Режим полной фрагментации пакетов</string>
<string name="pref_mix_host_case">Изменять регистр адреса соединения</string>
<string name="pref_send_payload">Отправлять дополнительные 21КБ данных</string>
<string name="startup_failed_proxy">Ошибка при запуске прокси сервера</string>
<string name="startup_failed_proxy">Ошибка при запуске прокси-сервера</string>
<string name="pref_chunk_size">Размер фрагмента</string>
<string name="clear_selection">Очистить выбор</string>
<string name="about_version">Версия %1$s</string>
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
General changes:
- Added support for Android 4.2 and higher
- Proxy mode notification has lower priority now
- VPN settings grays out when proxy mode is enabled

New features:
- Ability to configure local proxy address and port

Improvements:
- PowerTunnel displays proxy startup error now

Bugfixes:
- Fixed memory leak, high CPU utilization and fast battery drain on "payload" DPI circumvention method
- Fixed main activity duplication in proxy mode
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9;1.4
10;1.5

0 comments on commit fcf6ee0

Please sign in to comment.