summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-11-12 14:49:02 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-11-12 16:14:13 +0100
commitebdf8dac8fb87804127ca64b1f34ea392efaa4d1 (patch)
treecce258e6598db6b1800feeeb794632b60d31a23b
parent204f5495a44e78f8db2d82d63d882901272a7199 (diff)
downloadmullvadvpn-ebdf8dac8fb87804127ca64b1f34ea392efaa4d1.tar.xz
mullvadvpn-ebdf8dac8fb87804127ca64b1f34ea392efaa4d1.zip
Add 2018.5-beta1 changelog topic and arrange changes
-rw-r--r--CHANGELOG.md22
1 files changed, 15 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6409a27013..4cad4a8f37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,21 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
+- CLI command `relay update` that triggers an update of the relay list in the daemon.
+
+#### macOS
+- Detect if the computer is offline. If so, don't sit in a reconnect loop, instead block and show
+ an error message.
+
+### Fixed
+- Cancel pending system notifications when the app becomes visible.
+
+#### Windows
+- Use proper app id in the registry. This avoids false-positives with certain anti-virus software.
+
+
+## [2018.5-beta1] - 2018-11-12
+### Added
- Fall back and try to connect over TCP port 443 if protocol is set to automatic and two attempts
with UDP fail in a row. If that also fails, alternate between UDP and TCP with random ports.
- Add new system and in-app notifications to inform the user when the app becomes outdated,
@@ -31,16 +46,10 @@ Line wrap the file at 100 chars. Th
- Allow the user to view the relay in/out IP address in the GUI.
- Add OpenVPN proxy support via CLI.
- Allow DHCPv6 in the firewall.
-- CLI command `relay update` that triggers an update of the relay list in the daemon.
-
-# macOS
-- Detect if the computer is offline. If so, don't sit in a reconnect loop, instead block and show
- an error message.
### Fixed
- Pick new random relay for each reconnect attempt instead of just retrying with the same one.
- Make the `problem-report` tool fall back to the bundled API IP if DNS resolution fails.
-- Cancel pending system notifications when the app becomes visible.
#### macOS
- Correctly backup and restore search domains and other DNS settings.
@@ -52,7 +61,6 @@ Line wrap the file at 100 chars. Th
- Set DNS search domain when using the systemd-resolved. Makes it work on Ubuntu 18.10.
#### Windows
-- Use proper app id in the registry. This avoids false-positives with certain anti-virus software.
- Fix crash on Windows 7 when closing installer.
### Security