Skip to content

Commit 8782993

Browse files
committed
Bump version to 2.1 (102)
1 parent 86a1f07 commit 8782993

File tree

4 files changed

+59
-3
lines changed

4 files changed

+59
-3
lines changed

CHANGELOG

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
v2.1
2+
===
3+
Improvements:
4+
- Improved performance and memory usage
5+
- Improved reliability
6+
7+
Bugfixes:
8+
- Fixed an issue when PowerTunnel was slow or did not work on certain Android devices
9+
10+
v2.0.1
11+
===
12+
New features:
13+
- Option for enabling hostname resolving on VPN Interceptor level
14+
15+
Improvements:
16+
- PowerTunnel will show more details about the plugin which is crashed during proxy server startup
17+
18+
Bugfixes:
19+
- Fixed an issue when plugin's settings were not accessible on some OS locales
20+
21+
v2.0
22+
===
23+
New features:
24+
- Plugins support with PowerTunnel SDK
25+
- Android 11 Support
26+
- Built-in optional AdBlocker
27+
- Support for blacklist for point bypass of locks
28+
- Autostart control
29+
- Support for viewing logs in-app
30+
31+
Improvements:
32+
- Improved stability
33+
- Improved performance
34+
- Significantly reduced memory usage
35+
- Significantly reduced CPU usage
36+
- Improved DNS support
37+
- Improved UI appearance
38+
- Improved Quick Settings tile reliability and responsiveness
39+
- Improved VPN app selector performance
40+
- Improved notifications
41+
42+
Bugfixes:
43+
- Fixed an issue when PowerTunnel was not starting by clicking QS tile
44+
- Fixed an issue when Root CA could not be installed
45+
- Fixed an issue when proxy server was crashing after start
46+
- Fixed an issue when VPN was started instead of proxy
47+
- Fixed an issue when VPN app selector was not opening
48+
- Fixed an issue when VPN app selector was crashed after searching
49+
150
v1.9.1
251
===
352
Improvements:

app/build.gradle

+2-2
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 101
32-
versionName "2.0.1"
31+
versionCode 102
32+
versionName "2.1"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Improvements:
2+
- Improved performance and memory usage
3+
- Improved reliability
4+
5+
Bugfixes:
6+
- Fixed an issue when PowerTunnel was slow or did not work on certain Android devices
7+
The VPN Interceptor bug has been fixed, so the option for enabling hostname resolving on VPN level is deprecated since this release

new_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21;1.9.1;16
1+
102;2.1;16

0 commit comments

Comments
 (0)