diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-31 09:22:44 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-31 09:22:44 -0300 |
| commit | c725e5bcddc975d5cc197fbfbe72e52972195748 (patch) | |
| tree | caf3bbe2000a2c63e48f68845c4a2d94a866aa56 | |
| parent | 18107509506783bc093a8e8149e369494b1fabb4 (diff) | |
| parent | 333a059dd45bb0e7c9fe23d27e9892dc0f727f01 (diff) | |
| download | mullvadvpn-c725e5bcddc975d5cc197fbfbe72e52972195748.tar.xz mullvadvpn-c725e5bcddc975d5cc197fbfbe72e52972195748.zip | |
Merge branch 'fix-changelog'
| -rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04db8b3a42..3880fa8a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,18 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Added +- Create a new UI log file for every UI execution session, and preserve the log from the previous + session. +- Account token can be copied to the clipboard by clicking on it in the account settings screen. + +### Changed +- Format the expiry date and time using the system locale. +- Account tokens are now required to have at least ten digits. + +### Fixed +- Ignore empty strings as redaction requests in the problem report tool, to avoid adding redacted + markers between every character of the log message. ## [2018.2-beta2] - 2018-07-18 @@ -33,9 +45,6 @@ Line wrap the file at 100 chars. Th - Add "auto-connect" setting in daemon, and make it configurable from CLI. Determines if the daemon should secure the network and start establishing a tunnel directly when it starts on boot. - Add "auto-connect" and "auto-start" options to the application preferences view. -- Create a new UI log file for every UI execution session, and preserve the log from the previous - session. -- Account token can be copied to the clipboard by clicking on it in the account settings screen. #### Windows - Include version information (meta data) in executables and DLLs. @@ -47,8 +56,6 @@ Line wrap the file at 100 chars. Th - Add OpenVPN logs at the top of the problem report instead of middle, to aid support work. - Lower per log size limit in the problem report to 128 kiB. - Relay list is now updated periodically automatically, not only when the daemon starts. -- Format the expiry date and time using the system locale. -- Account tokens are now required to have at least ten digits. #### Windows - Rename tunnel interface to "Mullvad". @@ -58,8 +65,6 @@ Line wrap the file at 100 chars. Th - Disable account input when logging in. - Keep the user input in problem report form while the app runs, or until the report is successfully submitted. -- Ignore empty strings as redaction requests, to avoid adding redacted messages between every - character of the log message. #### Windows - Hide the app icon from taskbar. |
