Skip to content

Commit 406dbfa

Browse files
committedJul 26, 2022
Bump version to 2.5 (107)
1 parent 1920b3d commit 406dbfa

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
 

‎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 106
32-
versionName "2.4"
31+
versionCode 107
32+
versionName "2.5"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.