diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-10-28 10:45:31 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-10-28 10:45:31 +0100 |
| commit | a65908798186da3948e8a344811592caf3ed58d3 (patch) | |
| tree | b0744342c0e130e9c7c7714d24dc1a234422371c | |
| parent | ebb741fbc237ebb98dc4f22c215de1ad2d8fd1ca (diff) | |
| parent | b4f16d8a54890b362d3ee6427805ac60e4f9ef4d (diff) | |
| download | mullvadvpn-a65908798186da3948e8a344811592caf3ed58d3.tar.xz mullvadvpn-a65908798186da3948e8a344811592caf3ed58d3.zip | |
Merge branch 'fix-changelog'
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfc07076b..2abb96f633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,15 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Added +#### Windows +- Install Wintun driver that provides the WireGuard TUN adapter. +- Remove Mullvad TAP adapter on uninstall. Also remove the TAP driver if there are no other TAP + adapters in the system. + +#### Android +- Use authenticated URLs to go to wireguard key page on website. + ### Changed - Notifications shown when connecting to a server include its location. @@ -34,17 +43,12 @@ Line wrap the file at 100 chars. Th ### Added - Add ability to submit vouchers from the CLI. -#### Android -- Use authenticated URLs to go to wireguard key page on website. - #### Linux - Add a symlink for `mullvad-problem-report` directly in `/usr/bin`. So the tool is available. #### Windows - Install the OpenVPN certificate to avoid the TAP adapter driver installation warning on Windows 8 and newer. -- Remove Mullvad TAP adapter on uninstall. Also remove the TAP driver if there are no other TAP adapters in the system. -- Install Wintun driver that provides the WireGuard TUN adapter. ### Changed #### Windows |
