diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-01-26 16:49:05 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-01-26 16:49:05 +0100 |
| commit | ca3a4e27bfd5a50057edba6e912de1b524ad302c (patch) | |
| tree | 632119d0b52b7c03f932e3b845eff1bb39a889cf | |
| parent | da9aebefaca78ad653276bf744386890a64ccdc0 (diff) | |
| download | mullvadvpn-ca3a4e27bfd5a50057edba6e912de1b524ad302c.tar.xz mullvadvpn-ca3a4e27bfd5a50057edba6e912de1b524ad302c.zip | |
Add 2021.1-beta1 changelog header and fix changelog entries
| -rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dc04be21..c7105e672d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,17 +24,27 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added +- Enable isolation of the Electron renderer process to protect against potentially malicious third + party dependencies. + +#### Android +- Allow reaching the API server when connecting, disconnecting or in a blocked state. + +### Changed +- Update Electron from 11.0.2 to 11.2.1 which includes a newer Chromium version and + security patches. + + +## [2021.1-beta1] - 2021-01-25 +### Added - Add header containing OS version to version-check API call to enable OS specific compatibility and vulnerability checks. - Add `TALPID_DISABLE_OFFLINE_MONITOR` environment variable to allow users to disable offline detection. -- Enable isolation of the Electron renderer process to protect against potentially malicious third - party dependencies. #### Android - Allow to configure the tunnel to use custom DNS servers. - Show only applications that has INTERNET permission on split tunnel screen. -- Allow reaching the API server when connecting, disconnecting or in a blocked state. #### Linux - Improved compatiblitiy with newer versions of systemd-resolved. @@ -48,8 +58,6 @@ Line wrap the file at 100 chars. Th - Migrate cache to a directory readable by all users, consistent with Android and Linux. - Change the default value of the GUI auto-connect setting to "off" and respect the setting when logging in. -- Update Electron from 11.0.2 to 11.2.1 which includes a newer Chromium version and - security patches. #### Linux - Improve offline check to query the routing table to allow users to use a bridged adapter as their |
