File tree 4 files changed +59
-3
lines changed
fastlane/metadata/android/en-US/changelogs
4 files changed +59
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
50
v1.9.1
2
51
===
3
52
Improvements:
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
28
28
applicationId ' io.github.krlvm.powertunnel.android'
29
29
minSdkVersion 16
30
30
targetSdkVersion 30
31
- versionCode 101
32
- versionName " 2.0. 1"
31
+ versionCode 102
32
+ versionName " 2.1"
33
33
multiDexEnabled true
34
34
35
35
externalNativeBuild {
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
- 21;1.9 .1;16
1
+ 102;2 .1;16
You can’t perform that action at this time.
0 commit comments