This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- [ ProtonVPN-CLI Changelog] ( #protonvpn-cli-changelog )
66 - [ Table of Contents] ( #table-of-contents )
7+ - [ v2.1.2] ( #v212 )
78 - [ v2.1.1] ( #v211 )
89 - [ v2.1.0] ( #v210 )
910 - [ v2.0.0] ( #v200 )
1011 - [ v0.1.0] ( #v010 )
1112
13+ ## v2.1.2
14+
15+ - Enhancement: Clearer logging of command line arguments
16+ - Enhancement: Improved version printout (` protonvpn -v ` )
17+ - Bug fix: Not following ` /etc/resolv.conf ` symlinks
18+ - Bug fix: Crash when using ` protonvpn connect <servername> ` with an invalid servername
19+ - Bug fix: Wrong status printout when Kill Switch is active
20+ - Documentation: Remove duplicate information from USAGE.md in README.md and shorten it
21+ - Documentation: Add installation guide for Python virtual environments
22+ - Documentation: Add setuptools dependency
23+
1224## v2.1.1
1325
1426- Enhancement: Better dialog for changing DNS management settings
Original file line number Diff line number Diff line change 1313SPLIT_TUNNEL_FILE = os .path .join (CONFIG_DIR , "split_tunnel.txt" )
1414OVPN_FILE = os .path .join (CONFIG_DIR , "connect.ovpn" )
1515PASSFILE = os .path .join (CONFIG_DIR , "pvpnpass" )
16- VERSION = "2.1.1 "
16+ VERSION = "2.1.2 "
You can’t perform that action at this time.
0 commit comments