We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ed1dd commit 53c29e7Copy full SHA for 53c29e7
CHANGELOG
@@ -1,3 +1,11 @@
1
+v2.3
2
+===
3
+New features:
4
+- Support for SOCKS4/SOCKS5 upstream proxy servers
5
+
6
+Bugfixes:
7
+- Fixed an issue when upstream proxy server did not connect
8
9
v2.2
10
===
11
New features:
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId 'io.github.krlvm.powertunnel.android'
29
minSdkVersion 16
30
targetSdkVersion 30
31
- versionCode 103
32
- versionName "2.2"
+ versionCode 104
+ versionName "2.3"
33
multiDexEnabled true
34
35
externalNativeBuild {
fastlane/metadata/android/en-US/changelogs/104.txt
@@ -0,0 +1,5 @@
0 commit comments