diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-08-06 11:57:18 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-06 11:57:18 +0200 |
| commit | bdc01739bfdc205a6d3ba26b6cbfe69989d718cd (patch) | |
| tree | d054cdb5018c3b36fb4b6c3f70cfcca4a9205761 | |
| parent | cf54ae52b1e79684e5a80144cfc0936257f040b1 (diff) | |
| download | mullvadvpn-bdc01739bfdc205a6d3ba26b6cbfe69989d718cd.tar.xz mullvadvpn-bdc01739bfdc205a6d3ba26b6cbfe69989d718cd.zip | |
Add path changes to README
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 286890f11b..f4d12f4b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,14 @@ Line wrap the file at 100 chars. Th - Format the expiry date and time using the system locale. - Account tokens are now required to have at least ten digits. +### macOS +- Rename directores for settings, logs and cache from `mullvad-daemon` to `mullvad-vpn`. + #### Windows -- Use local user directory to store settings and electron cache, instead of the roaming user - directory. +- Use local user directory to store system service settings and GUI electron cache, instead of the + roaming user directory. +- Where the system service would use `%LOCALAPPDATA%\Mullvad\Mullvad VPN\` it now just uses + `%LOCALAPPDATA%\Mullvad VPN\` ### Fixed - Ignore empty strings as redaction requests in the problem report tool, to avoid adding redacted |
