Skip to content

Commit 552b29c

Browse files
committed
Bump version to 2.0.1 (101)
1 parent 6f936ac commit 552b29c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId 'io.github.krlvm.powertunnel.android'
2929
minSdkVersion 16
3030
targetSdkVersion 30
31-
versionCode 100
32-
versionName "2.0"
31+
versionCode 101
32+
versionName "2.0.1"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
New features:
2+
- Option for enabling hostname resolving on VPN Interceptor level
3+
It improves performance and fixes connectivity issues on some firmware, but also significantly reduces PowerTunnel functionality, making it impossible to retrieve host name from packet, so it is incompatible with AdBlock plugin, Firewall plugin, and LibertyTunnel blacklists does not have effect when it is enabled
4+
5+
Improvements:
6+
- PowerTunnel will show more details about the plugin which is crashed during proxy server startup
7+
8+
Bugfixes:
9+
- Fixed an issue when plugin's settings were not accessible on some OS locales
10+
11+
Notes:
12+
- This release contains updated bundled plugins, they will be replaced automatically

0 commit comments

Comments
 (0)