Skip to content

VPN Manager v1.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 09:02
· 443 commits to main since this release
ee93b1d

What's Changed in v1.0.3

✨ Features

  • ui): enhance system tray with connection details and uptime display (ee93b1d)
  • ui): enable hiding application to tray on close (690cf6b)

🐛 Bug Fixes

  • ui): disable window resizing in main application window (ad47a10)

♻️ Refactoring

  • Improve release workflow and build script for VPN Manager (39d6e1e)

🔄 CI/CD

refactor: Improve release workflow and build script for VPN Manager (39d6e1e)


📥 Installation

DEB Package (Debian/Ubuntu)

wget https://github.com/yllada/vpn-manager/releases/download/v1.0.3/vpn-manager_1.0.3_amd64.deb
sudo dpkg -i vpn-manager_1.0.3_amd64.deb

Tarball

wget https://github.com/yllada/vpn-manager/releases/download/v1.0.3/vpn-manager-1.0.3-linux-amd64.tar.gz
tar -xzf vpn-manager-1.0.3-linux-amd64.tar.gz
cd vpn-manager-1.0.3 && ./install.sh

Verify Checksums

sha256sum -c checksums-sha256.txt

Full Changelog: v1.0.2...v1.0.3