summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md44
1 files changed, 24 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb4771ece1..e2ba3f2e8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,22 +24,11 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
-- Add option to filter relays by ownership in the desktop apps.
-- Experimental: Add support for quantum-resistant PSK exchange to the CLI.
-
-#### Linux
-- Automatically attempt to detect and set the correct MTU for Wireguard tunnels.
-
-#### Windows
-- Add CLI command for listing excluded processes.
-
#### Android
- Add device management to the Android app. This simplifies knowing which device is which and adds
the option to log other devices out when the account already has five devices.
### Changed
-- Display consistent colors regardless of monitor color profile.
-
#### Android
- Lowered default MTU to 1280 on Android.
@@ -47,10 +36,34 @@ Line wrap the file at 100 chars. Th
#### Android
- Remove WireGuard view as it's no longer needed with the new way of managing devices.
+### Fixed
+#### Android
+- Fix unused dependencies loaded in the service/tile DI graph.
+- Fix missing IPC message unregistration causing multiple copies of some messages to be received.
+
+### Security
+#### Android
+- Prevent location request responses from being received outside the tunnel when in the connected
+ state.
+
+
+## [2022.3-beta1] - 2022-06-27
+### Added
+- Add option to filter relays by ownership in the desktop apps.
+- Experimental: Add support for quantum-resistant PSK exchange to the CLI.
+
+#### Linux
+- Automatically attempt to detect and set the correct MTU for Wireguard tunnels.
+
+#### Windows
+- Add CLI command for listing excluded processes.
+
+### Removed
#### Linux
- Remove upstart init configuration files
### Fixed
+- Display consistent colors regardless of monitor color profile on desktop.
- Fix time added view displayed due to incorrect local clock.
#### Windows
@@ -59,15 +72,6 @@ Line wrap the file at 100 chars. Th
interfaces are configured correctly to use local custom DNS.
- Configure DNS correctly when the DNS client service is disabled or not responding.
-#### Android
-- Fix unused dependencies loaded in the service/tile DI graph.
-- Fix missing IPC message unregistration causing multiple copies of some messages to be received.
-
-### Security
-#### Android
-- Prevent location request responses from being received outside the tunnel when in the connected
- state.
-
## [2022.2] - 2022-06-13
This release is for desktop only.