diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-13 15:15:25 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-13 15:52:03 +0200 |
| commit | f245e9ad28d35db35e2fe6b5939a8acc87d2359c (patch) | |
| tree | eb794871f746a60e6953968f97587f16752dd70c | |
| parent | 0f5d93a19edba9ef15772199ed51f22b1e3db924 (diff) | |
| download | mullvadvpn-f245e9ad28d35db35e2fe6b5939a8acc87d2359c.tar.xz mullvadvpn-f245e9ad28d35db35e2fe6b5939a8acc87d2359c.zip | |
Restructure and add version to changelog
| -rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae68edeeeb..0dcd73bef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + + +## [2018.3-beta1] - 2018-09-13 ### Added - Add option to enable or disable IPv6 on the tunnel interface. It's disabled by default. - Log panics in the daemon to the log file. @@ -42,6 +45,17 @@ Line wrap the file at 100 chars. Th - Extend uninstaller to also remove logs, cache and optionally settings. - Add installation log (%PROGRAMDATA%\Mullvad VPN\install.log). +### Changed +- The "Buy more credit" button is changed to open a dedicated account login page instead of one + having a create account form first. +- The CLI command to list relays is now shorter, `mullvad relay list` instead of + `mullvad relay list locations`. +- Replace WebSockets with Unix domain sockets/Named pipes for IPC. The location + of the socket can be controlled with `MULLVAD_RPC_SOCKET_PATH`. +- Update the relay list if it's out of date when the daemon starts. +- Move the CLI binary (`mullvad`) on macOS and Linux up one level, so it's installed directly into + the app installation directory instead of the `resource` directory. + ### Fixed - Fix incorrect window position when using external display. - Don't auto-connect the daemon on start if no account token is set. This prevents the daemon from @@ -62,17 +76,6 @@ Line wrap the file at 100 chars. Th - Failing to restore DNS settings on daemon start does not make the daemon exit with an error, just log the error and continue. -### Changed -- The "Buy more credit" button is changed to open a dedicated account login page instead of one - having a create account form first. -- The CLI command to list relays is now shorter, `mullvad relay list` instead of - `mullvad relay list locations`. -- Replace WebSockets with Unix domain sockets/Named pipes for IPC. The location - of the socket can be controlled with `MULLVAD_RPC_SOCKET_PATH`. -- Update the relay list if it's out of date when the daemon starts. -- Move the CLI binary (`mullvad`) on macOS and Linux up one level, so it's installed directly into - the app installation directory instead of the `resource` directory. - ## [2018.2] - 2018-08-13 This release is identical to 2018.2-beta3 |
