summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-11-08 15:31:41 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-11-08 15:31:41 +0100
commit280356c0c0e3d8ff66a2f618b28a1fe80fb3a74f (patch)
tree5252cae5efd16c10e97cd0ecccbf973ddb781756
parent2833754f1c863bf30dea4b1769078ffd9dce254a (diff)
parent61e10452664c4f0af0b6e888118213669ed290e6 (diff)
downloadmullvadvpn-280356c0c0e3d8ff66a2f618b28a1fe80fb3a74f.tar.xz
mullvadvpn-280356c0c0e3d8ff66a2f618b28a1fe80fb3a74f.zip
Merge branch 'update-changelog'
-rw-r--r--CHANGELOG.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24d64395f0..0b0e5273c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,7 +16,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Possibility to shut down the daemon via an RPC call.
-- Problem reports, for collecting and sending app logs to Mullvad support.
+- Problem reports, for collecting and sending app logs to Mullvad support. This is fully opt-in
+ and must be triggered by the user.
+- Possibility to change between UDP and TCP as well as select port for OpenVPN to use.
+- Possibility to copy the account number in the field where it's displayed in the GUI.
+
+### Changed
+- Escape shell arguments better in both backend daemon and GUI.
+- Rename the macOS PF firewall anchor created by the program to "mullvad".
+- Change settings format from toml to json. To enable storing more advanced settings types.
+
+### Fixed
+- Shut down the backend daemon when quitting the app from the GUI. It was previously kept alive.
+- Sign the macOS binaries with SHA1 in addition to SHA256. Enables running on 10.9 and 10.10.
## [2017.1-beta5] - 2017-10-17
@@ -25,7 +37,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Fixed
- Change log level to reduce log file size
-- Introduce minimum delay between failed VPN tunnel connections, to reduce load on the computer in special cases
+- Introduce minimum delay between failed VPN tunnel connections, to reduce load on the computer in
+ special cases
### Security
- Authenticate RPC connections towards the backend