summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-11-23 10:26:48 +0100
committerOskar Nyberg <oskar@mullvad.net>2023-11-23 16:02:56 +0100
commited7208a7a9e5ee82a8b6ffafe12597c8a6fc0cc4 (patch)
tree20766e31d886090ad7de3d610d50b9615045cf94
parentef8c2cf66d7bdb3a93e39b3a3b4836bc868e1825 (diff)
downloadmullvadvpn-ed7208a7a9e5ee82a8b6ffafe12597c8a6fc0cc4.tar.xz
mullvadvpn-ed7208a7a9e5ee82a8b6ffafe12597c8a6fc0cc4.zip
Update changelog with 2023.6-beta1 section
-rw-r--r--CHANGELOG.md32
1 files changed, 18 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3b172714f..c68520726c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,21 +22,7 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
-### Added
-- Add customizable relay lists to the CLI on desktop. Custom lists can be managed through `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`.
-- Add custom lists to location selector in desktop app.
-- Add custom API access methods to the CLI on desktop. Custom API access methods allow the user to
- proxy API traffic through a peer before connecting to a tunnel. They are managed through
- `mullvad api-access`, and the initially supported network protocols are `Shadowsocks` and
- `SOCKS5`.
-- Add social media content blocker.
-- Add ability to override server IPs to the CLI.
-- Add CLI support for applying patches to the settings with `mullvad import-settings`.
-
### Changed
-- Update Electron from 25.2.0 to 26.3.0.
-- CLI command `mullvad relay set tunnel wireguard entry-location` changed to `mullvad relay set tunnel wireguard entry location`, as the `location` subcommand can now be swapped for `custom-list` to select entry relays using a custom list.
-
#### Android
- Migrate welcome view to compose.
- Migrate in app notifications to compose.
@@ -51,6 +37,23 @@ Line wrap the file at 100 chars. Th
- Add support for setting per-app language in system settings.
- Add support for in app purchases for versions that are released on Google Play.
+
+## [2023.6-beta1] - 2023-11-23
+### Added
+- Add customizable relay lists to the CLI on desktop. Custom lists can be managed through `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`.
+- Add custom lists to location selector in desktop app.
+- Add custom API access methods to the CLI on desktop. Custom API access methods allow the user to
+ proxy API traffic through a peer before connecting to a tunnel. They are managed through
+ `mullvad api-access`, and the initially supported network protocols are `Shadowsocks` and
+ `SOCKS5`.
+- Add social media content blocker.
+- Add ability to override server IPs to the CLI.
+- Add CLI support for applying patches to the settings with `mullvad import-settings`.
+
+### Changed
+- Update Electron from 25.2.0 to 26.3.0.
+- CLI command `mullvad relay set tunnel wireguard entry-location` changed to `mullvad relay set tunnel wireguard entry location`, as the `location` subcommand can now be swapped for `custom-list` to select entry relays using a custom list.
+
#### Linux
- Don't block forwarding of traffic when the split tunnel mark (ct mark) is set.
@@ -74,6 +77,7 @@ Line wrap the file at 100 chars. Th
- Fix possible privilege escalation by setting stricter permissions on mullvad directories such as
the directory in ProgramData.
+
## [android/2023.7] - 2023-10-11
### Changed
#### Android