summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-12-07 16:18:10 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-12-12 13:34:01 +0100
commitcca851e1fb2e5e5961578a8b96c0426781cf6ef1 (patch)
treeda7372a062a422273aaa6349f0e958a601528183
parent6f69b188e88bbc6cccb09085b01b7c19b44d4939 (diff)
downloadmullvadvpn-cca851e1fb2e5e5961578a8b96c0426781cf6ef1.tar.xz
mullvadvpn-cca851e1fb2e5e5961578a8b96c0426781cf6ef1.zip
Add missing items to the changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84fb9cab94..3f1b338ff5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,13 +12,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.
+
## [Unreleased]
+
+
+## [2017.1-beta7] - 2017-12-13
### Added
- Buffer size and fast-io parameters to OpenVPN. Can double the speed on high latency connections.
+- Download a list of our current servers on startup, instead of having a bundled list of servers in
+ the app that does not receive updates.
+- Backup account numbers in a file so that they are harder to lose.
+- Include the OpenVPN log in the problem report. IP addresses and MAC addresses are redacted before
+ the logs are sent.
### Fixed
- Hold off notifying the frontend of the 'unsecure' state until the VPN tunnel is actually
completely disconnected.
+- Show the VPN GUI on all macOS workspaces, not only the one where it was started.
### Changed
- Renamed daemon binary from `mullvadd` to `mullvad-daemon`.