summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-10-17 10:39:08 +0200
committerErik Larkö <erik@mullvad.net>2017-10-18 19:24:57 +0200
commitb6f5ffc2ce0203e4b4b04d20cd132f4735a7d8df (patch)
treebca1c678adf15342b6ed57c0ff40502efffcdf5f
parent594e993fc9fa2c40ad0de1935bd0527f183d4f4e (diff)
downloadmullvadvpn-b6f5ffc2ce0203e4b4b04d20cd132f4735a7d8df.tar.xz
mullvadvpn-b6f5ffc2ce0203e4b4b04d20cd132f4735a7d8df.zip
Add frontend changes in betas 3, 4 and 5 to CHANGELOG
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebec2c03b1..cc51c3de6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Upgrade the OpenVPN plugin to reduce risk of panics
- Reduce reconnection frequency to ease the load on the computer
+### Fixed
+- Change log level to reduce log file size
+
### Security
- Authenticate RPC clients
- Reject revoked server certificates
@@ -31,8 +34,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Nothing of interest
## [2017.1-beta3] - 2017-10-05
+### Added
+- Automatically secure connection on login
+
### Changed
- Upgrade JSON-RPC library for more stable communication to our account server
+- Remove the auto-secure setting
+- Show the destination country while securing the connection
+- Clean up the server list
+
+### Fixed
+- No longer clear the account token input field when navigating to and from the settings
+- Show the main UI window on start when the user is not logged in
## [2017.1-beta2] - 2017-09-27
### Added