Skip to content

VPN Manager v1.14.2

Choose a tag to compare

@github-actions github-actions released this 05 Apr 03:00
· 259 commits to main since this release
8c2d502

What's Changed in v1.14.2

✨ Features

fix(autostart): implement Start with System feature (2e12263)

🐛 Bug Fixes

  • autostart): implement Start with System feature (2e12263)

📥 Installation

DEB Package (Debian/Ubuntu)

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

RPM Package (Fedora/RHEL)

wget https://github.com/yllada/vpn-manager/releases/download/v1.14.2/vpn-manager-1.14.2-1.x86_64.rpm
sudo dnf install ./vpn-manager-1.14.2-1.x86_64.rpm

Tarball (Arch/Other)

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

Verify Checksums

sha256sum -c checksums-sha256.txt

Full Changelog: v1.14.1...v1.14.2