feat(vpn-ui): add QR code export for WireGuard client configurations

This commit is contained in:
2026-03-30 23:50:51 +00:00
parent e733067c25
commit 7370d7f0e7
7 changed files with 186 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-30 - 11.20.0 - feat(vpn-ui)
add QR code export for WireGuard client configurations
- adds a QR code action for newly created WireGuard configs in the VPN operations view
- adds a QR code export option for existing VPN clients alongside file downloads
- introduces qrcode and @types/qrcode dependencies and exposes the plugin for web UI use
## 2026-03-30 - 11.19.1 - fix(vpn)
configure SmartVPN client exports with explicit server endpoint and split-tunnel allowed IPs