diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7037ffebab..8e5c2a76c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,10 @@ Line wrap the file at 100 chars. Th #### Linux - Add support for DNS configuration using systemd-resolved and NetworkManager. - ### Changed - Auto-hide scrollbars on macOS only, leaving them visible on other platforms. +- Instead of showing the public IP of the device in the UI, we show the hostname of the VPN server + the app is connected to. Or nothing if not connected anywhere. #### Linux - Moved CLI binary to `/usr/bin/` as to have the CLI binary in the user's `$PATH` by default. |
