summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-01-14 17:14:58 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-01-14 17:14:58 +0100
commit6b5d1c402d56243512d8dec1a13ff8a2439ad5ef (patch)
tree4f6a9d43fa687b9f2425303ab732100a028e81aa
parentac71d0c00e5e8031f4b2264115d92024f060dce3 (diff)
parent041dc038225bac7d4a04d34a863988302b7c8f92 (diff)
downloadmullvadvpn-6b5d1c402d56243512d8dec1a13ff8a2439ad5ef.tar.xz
mullvadvpn-6b5d1c402d56243512d8dec1a13ff8a2439ad5ef.zip
Merge branch 'fix-changelog'
-rw-r--r--CHANGELOG.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4772e6844b..980cd561c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,20 @@ Line wrap the file at 100 chars. Th
- Add version data to problem reports for the following software: the kernel, NetworkManager,
WireGuard kernel module, SystemD.
+### Changed
+- Allow the API to be accessed while in a blocking state.
+- Prefer the last used API endpoint when the service starts back up, as well as in other tools such
+ as the problem report tool.
+- Migrate cache to a directory readable by all users, consistent with Android and Linux.
+
+#### Linux
+- Improve offline check to query the routing table to allow users to use a bridged adapter as their
+ primary interface.
+
### Fixed
+- Fix Turkish translations for on/off in the bridge settings. They were inverted, so it was
+ confusing to change the setting.
+
#### Linux
- Fix missing app window icon in Xfce.
@@ -55,15 +68,6 @@ Line wrap the file at 100 chars. Th
- Deny network access to the OpenVPN plugin pipe, which allowed for anonymous write access when
passwordless file sharing was enabled.
-### Changed
-- Allow the API to be accessed while in a blocking state.
-- Prefer the last used API endpoint when the service starts back up, as well as in other tools such
- as the problem report tool.
-- Migrate cache to a directory readable by all users, consistent with Android and Linux.
-
-#### Linux
-- Improve offline check to query the routing table to allow users to use a bridged adapter as their
- primary interface.
## [2020.8-beta2] - 2020-12-11
This release is for desktop only.