File tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ v2.3.1
2
+ ===
3
+ Bugfixes:
4
+ - Fixed an issue when VPN Service was not restarting after configuration change
5
+ - Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
6
+ - LibertyTunnel no longer conflicts with other plugins which use MITM stack
7
+
1
8
v2.3
2
9
===
3
10
New features:
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 104
32
- versionName " 2.3"
31
+ versionCode 105
32
+ versionName " 2.3.1 "
33
33
multiDexEnabled true
34
34
35
35
externalNativeBuild {
Original file line number Diff line number Diff line change
1
+ Bugfixes:
2
+ - Fixed an issue when VPN Service was not restarting after configuration change
3
+ - Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
4
+ - LibertyTunnel no longer conflicts with other plugins which use MITM stack
You can’t perform that action at this time.
0 commit comments