Skip to content

Commit

Permalink
Restructure and add version to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Sep 13, 2018
1 parent 0f5d93a commit f245e9a
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f245e9a

Please sign in to comment.