summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-09-02 16:16:41 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-09-05 10:46:54 +0100
commit6ebbe56e051c465273ce8f2c16851eb57d222cd4 (patch)
tree07c0a3be4e17961736c36c60eb6fea994ca6c08b
parentd3f629cf85476ff7337f3a346627ab8f12241235 (diff)
downloadmullvadvpn-6ebbe56e051c465273ce8f2c16851eb57d222cd4.tar.xz
mullvadvpn-6ebbe56e051c465273ce8f2c16851eb57d222cd4.zip
Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89b9446955..c18b32b679 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,13 +23,19 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+### Added
+- Add ability to replace the WireGuard key with a new one. Allows manual key rotation.
+- Show age of currently set WireGuard key.
+
### Changed
- Decreased default MTU for WireGuard to 1380 to improve performance over 4G
- WireGuard key page now shows a label explaining why buttons are disabled when in a blocked state
+- WireGuard key generation will try to replace old key if one exists.
### Fixed
- Fix old settings deserialization to allow migrating settings from versions older than 2019.6.
- Fix various small issues in GUI<->daemon communication.
+- Make GUI WireGuard key verification resilient to failure.
#### macOS
- Unregister the app properly from the OS when running the bundled `uninstall.sh` script.