diff options
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0af28a9ec..38d1f518b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + + +## [2022.5-beta1] - 2022-09-26 ### Added - Add obfuscation settings under "WireGuard settings". @@ -32,7 +35,8 @@ Line wrap the file at 100 chars. Th #### Linux - GUI: Add electron flags to run Wayland native if in a compositor/desktop known to work well -- Add support for Linux ARM64. +- Add support for Linux ARM64. No installers are produced yet. But the source code can now + be built for ARM64. ### Changed - Reject invalid WireGuard ports in the CLI. @@ -51,7 +55,6 @@ Line wrap the file at 100 chars. Th - Remove dependency on `ipconfig.exe`. Call `DnsFlushResolverCache` to flush the DNS cache. - Upgrade Wintun to 0.14.1. - #### Linux - The daemon binary and systemd unit file will now be placed in `/usr/bin/` and `/usr/lib/systemd/system` respectively, to aid with starting the system service on systems where |
