Skip to content

Releases: mullvad/mullvadvpn-app

2018.1

01 Mar 13:55
2018.1
a7a6a68
Compare
Choose a tag to compare

Changed

  • Redact all account numbers in the account number history from problem reports instead of only the
    currently logged in one.

Fixed

  • Increase a timeout for problem report collection to fix a timeout error on slower machines.
  • Fix a memory leak in the problem report collection routine.
  • Fix an issue when viewing a problem report brought up a dialog to choose the application to open
    the file.

2018.1-beta10

15 Feb 14:41
2018.1-beta10
30a273f
Compare
Choose a tag to compare
2018.1-beta10 Pre-release
Pre-release

[2018.1-beta10] - 2018-02-13

Added

  • Show the app version in the settings view.

Changed

  • Require confirmation when sending problem reports without an email address.

Fixed

  • Fix erroneous styles in the settings view.

Security

  • Update the CRL with newly revoked server certificates.

2018.1-beta9

04 Feb 11:31
Compare
Choose a tag to compare
2018.1-beta9 Pre-release
Pre-release

[2018.1-beta9] - 2018-01-30

Added

  • Uses the https://am.i.mullvad.net/ service to figure out location and public IP of the device.
    The app then shows this information in the unsecured state.
  • Argument to the daemon, --resource-dir <path>, that allows customizing where it will look for
    needed resource files.
  • A very stylish map now indicates where you are connecting through.

Fixed

  • Fixed a bug where the problem report tool would redact some things in the logs which were not
    IPv6 addresses, but looked like ones.
  • Show a better error message when api.mullvad.net is unreachable.
  • Fix bug getting daemon state on frontend start instead of assuming it.

2018.1-beta8

10 Jan 14:13
Compare
Choose a tag to compare
2018.1-beta8 Pre-release
Pre-release

[2018.1-beta8] - 2018-01-09

Added

  • "Allow LAN" setting that configures if the app should allow communication to the LAN (private
    networks: 10/8, 192.168/16 and 172.16/12) while the app is in the secured state.
  • The app can now be used to connect to all our servers rather than a smaller subset. The list
    of servers is automatically updated when the app starts.
  • The location selector now shows if the country or city has any active servers.

Changed

  • The tray icon now indicates whether the app is allowing traffic outside the tunnel or not. If the
    app blocks traffic because the tunnel is not connected the tray icon will indicate this with a
    green lock with a red dot.
  • While connecting, a message telling the user that internet accesss is blocked is shown.
  • Default to selecting servers in Sweden to increase the likelyhood of a fast and stable connection.
  • Scrollbars will automatically hide when not scrolling.

Removed

  • Remove the unsafe Camellia and Seed ciphers from the list of allowed OpenVPN ciphers.

2017.1-beta7

04 Jan 14:11
2017.1-beta7
3def4b5
Compare
Choose a tag to compare
2017.1-beta7 Pre-release
Pre-release

[2017.1-beta7] - 2017-12-13

Added

  • Buffer size and fast-io parameters to OpenVPN. Can double the speed on high latency connections.
  • Download a list of our current servers on startup, instead of having a bundled list of servers in
    the app that does not receive updates.
  • Backup account numbers in a file so that they are harder to lose.
  • Include the OpenVPN log in the problem report. IP addresses and MAC addresses are redacted before
    the logs are sent.

Fixed

  • Hold off notifying the frontend of the 'unsecure' state until the VPN tunnel is actually
    completely disconnected.
  • Show the VPN GUI on all macOS workspaces, not only the one where it was started.

Changed

  • Renamed daemon binary from mullvadd to mullvad-daemon.

Security

  • DNS leak found when using redirect firewall rules and a custom DNS forwarder. Replaced all of that
    with strict DNS blocking firewall rules and SystemConfiguration integration where DNS settings are
    injected to the operating system settings and constantly monitored for external changes.