Skip to content

nmrs-gui 1.6.0 - VPN!

Latest

Choose a tag to compare

@cachebag cachebag released this 21 May 02:45
· 20 commits to master since this release
1b80af8

This release adds VPN support (WireGuard and OpenVPN) and polishes the main network view.

VPN

  • View saved VPN connections in a dedicated list section
  • Connect and disconnect with a double-click (or from the detail page)
  • Add new profiles: create WireGuard configs in-app or import OpenVPN .ovpn files
  • Open a detail page for status, addresses, and protocol-specific info

UI

  • Header shows your active connection at a glance (VPN, wired, Wi‑Fi, or disconnected) with a matching icon
  • Network scans show a spinner in the header instead of “Scanning…” text

Under the hood

  • Monitor callbacks use Arc<Notify> for a sounder async Send setup

What's Changed

  • feat(VPN): add VPN management support (WireGuard + OpenVPN) by @cachebag in #21

New Contributors

Full Changelog: https://github.com/networkmanager-rs/nmrs-gui/commits/nmrs-gui-v1.6.0