Skip to content

Commit bc9f078

Browse files
committed
Bump version to 1.4
1 parent 3d8a428 commit bc9f078

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Nowadays Internet censorship is introducing in many countries: governments analy
2222

2323
PowerTunnel for Android is active DPI circumvention utility, that works only on your phone and don't send your traffic to third-party servers, respecting your privacy and do not slowing down your internet connection.
2424

25-
Since PowerTunnel for Android uses the same architecture as the PC version, the Android version also uses proxy server - it lies under the VPN service and running at *127.0.0.1:8085*, so you can setup PowerTunnel in ways other than VPN.
25+
Since PowerTunnel for Android uses the same architecture as the PC version, the Android version also uses proxy server - it lies under the VPN service and running at *127.0.0.1:8085*, so you can setup PowerTunnel in ways other than VPN. Just enable proxy mode in the settings.
2626

2727
### How does it work?
2828
PowerTunnel for Android establishes a transparent proxy server on your phone and starts local VPN server, that forwards your traffic into the proxy server, where are DPI circumvention tricks applying.

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 21
1010
targetSdkVersion 29
11-
versionCode 8
12-
versionName "1.3.2"
11+
versionCode 9
12+
versionName "1.4"
1313

1414
externalNativeBuild {
1515
cmake {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New features:
2+
- Proxy mode. You can use PowerTunnel as regular proxy instead of VPN now. It can be useful in cases when you need PowerTunnel and another VPN connection on the same time. Note: you will have to manually configure proxy server in your apps if you enable proxy mode.
3+
4+
Improvements:
5+
- Improved overall stability of the application
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Новые функции:
2+
- Режим прокси. Теперь вы можете использовать PowerTunnel как обычный прокси-сервер вместо VPN. Это может быть полезно в случаях, когда вам нужен PowerTunnel одновременно с подключением к другому VPN соединению. Внимание: вам придется вручную настраивать прокси-сервер в ваших приложениях, если вы включите режим прокси.
3+
4+
Улучшения:
5+
- Улучшена стабильность приложения в целом

version.txt

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

0 commit comments

Comments
 (0)