summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-07-08 14:29:05 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-07-10 08:23:36 +0200
commit30e157b28bdc07694460220c1c156ac15d3ea9cd (patch)
treeaac9d420291d7224b798d0b0ecca4fad367e4509
parent7e4c53472a42bc91cad8c74ac638a36faf03793d (diff)
downloadmullvadvpn-30e157b28bdc07694460220c1c156ac15d3ea9cd.tar.xz
mullvadvpn-30e157b28bdc07694460220c1c156ac15d3ea9cd.zip
Add 2019.6-beta1 to changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56c08ef302..c9a2524b34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+
+
+## [2019.6-beta1] - 2019-07-08
### Added
- Add a switch to turn off system notifications under Preferences in the GUI.
- Add new settings page for generating and verifying wireguard keys.
@@ -35,9 +38,12 @@ Line wrap the file at 100 chars. Th
run directly from a terminal.
### Fixed
+- Fix the mix of traditional and simplified Chinese. Separating them to two locales and fall back
+ to English where translations are missing.
#### Windows
-- Adjust network interface checks in offline detection logic.
+- Adjust network interface checks in offline detection logic. Prevents the app from being stuck
+ in the offline state when the computer is in fact online.
#### Linux
- Fix some netlink packet parsing error in DNS handling.