diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-12-08 14:23:01 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-12-08 14:23:01 +0100 |
| commit | 04443f9622153e3ff286c7a50b9ca7a0e1c60741 (patch) | |
| tree | fdc1b3330f71b5611aeb02dbf7933e31287e99ce | |
| parent | 9fbf46d976f224a521c6c2e767e02e4950418a14 (diff) | |
| parent | c475f350211792bd48342a2e4da1e56e4970a41d (diff) | |
| download | mullvadvpn-2025.14.tar.xz mullvadvpn-2025.14.zip | |
Merge branch 'prepare-2025.14-stable' into prepare-2025.142025.14
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | desktop/packages/mullvad-vpn/changes.txt | 4 | ||||
| -rw-r--r-- | dist-assets/desktop-product-version.txt | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb9451aea..c848aff91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [2025.14] - 2025-12-09 +This release is identical to 2025.14-beta3. + + ## [2025.14-beta3] - 2025-12-01 ### Fixed - Fix a regression introduced in 2025.14-beta1 where the WireGuard port selection was not respected. diff --git a/desktop/packages/mullvad-vpn/changes.txt b/desktop/packages/mullvad-vpn/changes.txt index 4a46a5e553..ac28b6359b 100644 --- a/desktop/packages/mullvad-vpn/changes.txt +++ b/desktop/packages/mullvad-vpn/changes.txt @@ -1 +1,3 @@ -Fix a bug where the WireGuard port selection was not respected. +OpenVPN tunnel protocol support has been removed from the app in favor of WireGuard, which is now the sole tunnel protocol used by the app. +Settings previously located in the WireGuard settings view have been moved into the VPN settings view. +Added support for using port 443 with the UDP-over-TCP anti-censorship method. diff --git a/dist-assets/desktop-product-version.txt b/dist-assets/desktop-product-version.txt index 5ff0f8939f..4de6bea826 100644 --- a/dist-assets/desktop-product-version.txt +++ b/dist-assets/desktop-product-version.txt @@ -1 +1 @@ -2025.14-beta3 +2025.14 |
