summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md32
1 files changed, 21 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 404e507d1f..24cdfcf525 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,11 +23,30 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
-- Add notification that shows when the user is connected to WireGuard with a port that is not
-supported.
- Add in-app updates to Windows and macOS. This new feature lets you download, verify, and install
new versions from within the app.
+### Changed
+#### macOS
+- Use a local DNS resolver on the 127.0.0.0/8 network, regardless of macOS version.
+
+### Fixed
+#### macOS
+- Add grace period when best default route goes away to reduce frequency of random reconnects.
+
+### Security
+#### Windows
+#### Windows
+- Enable control flow integrity checks (CFG) for some C++ code. This excludes `wintun`,
+ `wireguard-nt`, and OpenVPN. This addresses `MLLVD-CR-24-101` to the extent that we found
+ it valuable.
+
+
+## [2025.7-beta1] - 2025-06-04
+### Added
+- Add notification that shows when the user is connected to WireGuard with a port that is not
+supported.
+
#### Linux
- The deb package repositores now have static codenames on top of the existing distro version
specific codenames. The stable repository always have the "stable" codename,
@@ -39,9 +58,6 @@ supported.
uses a lot less CPU to compute the keypair, and the public key sent to the server
is drastically smaller.
-#### macOS
-- Use a local DNS resolver on the 127.0.0.0/8 network, regardless of macOS version.
-
### Fixed
- Automatically connect when IP version becomes available.
@@ -55,7 +71,6 @@ supported.
#### macOS
- Fully uninstall the app when it is removed by being dropped in the bin.
-- Add grace period when best default route goes away to reduce frequency of random reconnects.
### Security
#### macOS
@@ -63,11 +78,6 @@ supported.
in the bin but still leaving behind a launch daemon. This fixes CVE-2025-46351 reported by
Egor Filatov (Positive Technologies).
-#### Windows
-- Enable control flow integrity checks (CFG) for some C++ code. This excludes `wintun`,
- `wireguard-nt`, and OpenVPN. This addresses `MLLVD-CR-24-101` to the extent that we found
- it valuable.
-
## [2025.6] - 2025-05-13
This release is identical to 2025.6-beta2.