File tree 2 files changed +17
-2
lines changed
fastlane/metadata/android/en-US/changelogs
2 files changed +17
-2
lines changed 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 106
32
- versionName " 2.4 "
31
+ versionCode 107
32
+ versionName " 2.5 "
33
33
multiDexEnabled true
34
34
35
35
externalNativeBuild {
Original file line number Diff line number Diff line change
1
+ Improvements:
2
+ - Improved in-app configuration editor
3
+ - Under the hood optimization of LibertyTunnel packet chunking trick
4
+ - Under the hood optimization of DNS over HTTPS resolvers performance on devices running Android 7 Nougat and older
5
+ - Alphabetical sort in plugins list activity
6
+
7
+ Bugfixes:
8
+ - Fixed an issue when LibertyTunnel HTTP tricks interfered with SNI modification and broke websites
9
+ - Fixed several crashes related to proxy server bootstrap
10
+ - Fixed an issue if PowerTunnel restarted after editing configuration even if the server was not running
11
+ - Underlying bugfixes for Firewall and other plugins unable to detect domains with proxy-based filtration
12
+
13
+ Translations:
14
+ - Added Portuguese Brazil translation
15
+ - Added Turkish translation
You can’t perform that action at this time.
0 commit comments