Skip to content

2023.4

Compare
Choose a tag to compare
@raksooo raksooo released this 28 Jun 11:38
· 908 commits to main since this release
2023.4
a64b10f

This release is for desktop only.

Here is a list of all changes since last stable release 2023.3.

Added

  • Log select settings on each connection attempt.

Changed

  • Update Electron from 21.1.1 to 23.2.0.

macOS

  • Change macOS app signing key and certificates. Replace those issued to Amagicom AB (the parent
    company of Mullvad VPN AB) with new certificates issued directly to Mullvad VPN AB.

Deprecated

Linux

  • Deprecated support for Debian 10. This also means dropping support for glibc older
    than 2.31 and Linux kernels older than 5.10.

Fixed

  • Fix location search in desktop app only searching for English location names.
  • Fix automatic WireGuard key rotation not being initialized correctly when not running the GUI.
  • Fix duplicated notifications in some situations.
  • Fix notification setting being inverted. When non-important notifications were disabled it instead
    disabled important ones and showed non-important ones.
  • Work around issues with PQ and multihop caused by fragmentation in the tunnel. The workaround
    doesn't fix fragmentation issues in general but prevents the PSK exchange packets from being
    fragmented by setting an explicit maximum segment size.
  • Fix misaligned read in shadowsocks leading to a panic on some platforms.

macOS

  • Fix tray window behaviour when opening mission control and switching between full-screen
    workspaces.
  • Fix issue where app stopped responding on ARM Macs.

Linux

  • Fix RPM package containing unecessary files causing conflicts with other electron-builder based
    packages.