File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 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+
18v2.3
29===
310New features:
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828 applicationId ' io.github.krlvm.powertunnel.android'
2929 minSdkVersion 16
3030 targetSdkVersion 30
31- versionCode 104
32- versionName " 2.3"
31+ versionCode 105
32+ versionName " 2.3.1 "
3333 multiDexEnabled true
3434
3535 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