Skip to content

Commit 512cb9d

Browse files
committed
release update.
1 parent 3588568 commit 512cb9d

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project.ext {
66
appTargetSdk = 35
77
appCompiledSdk = 35
88
appBuildTool = "35.0.0"
9-
appVersionCode = 1777
10-
appVersionName = "3.91"
9+
appVersionCode = 1811
10+
appVersionName = "3.92"
1111
java = "17"
1212
}
1313

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
v3.92(Mobile)
2+
* Added Clean option to advanced parameters.
3+
* Updated WireGuard backend for faster connection times.
4+
* Added haptic feedback to connect/disconnect actions.
5+
* Improved protocol change popup UI and scrolling behavior.
6+
* Added fallback display for IP/network blur when blur effects are unavailable.
7+
* Updated navigation bar color to better match the app theme.
8+
* Enhanced server list UI with minor updates.
9+
* Fixed double-clicking the protocol change cancel button causing an empty screen.
10+
* Fixed issue where the settings popup wouldn't show after denying location permission.
11+
* Fixed missing split routing icon on the connected ring.
12+
* Fixed haptic feedback not working on older devices.
13+
* Fixed long network names overlapping each other.
14+
* Fixed decoy traffic not working under specific conditions.
15+
* Fixed various potential crashes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
v3.92(TV)
2+
* Updated WireGuard backend for faster connection times.
3+
* Fixed various potential crashes.

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
minSdkVersion rootProject.appMinSdk
3030
targetSdkVersion rootProject.appTargetSdk
3131
versionName System.getenv().getOrDefault("VERSION_NAME", rootProject.appVersionName)
32-
versionCode 1777
32+
versionCode 1811
3333
vectorDrawables.useSupportLibrary = true
3434

3535
testInstrumentationRunner "com.windscribe.vpn.CustomRunner"

tv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
minSdkVersion rootProject.appMinSdk
2929
targetSdkVersion rootProject.appTargetSdk
3030
versionName System.getenv().getOrDefault("VERSION_NAME", rootProject.appVersionName)
31-
versionCode 1778
31+
versionCode 1812
3232
vectorDrawables.useSupportLibrary = true
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)