summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md25
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