This repository was archived by the owner on Nov 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed 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.2.0] ( #v220 )
78 - [ v2.1.2] ( #v212 )
89 - [ v2.1.1] ( #v211 )
910 - [ v2.1.0] ( #v210 )
1011 - [ v2.0.0] ( #v200 )
1112 - [ v0.1.0] ( #v010 )
1213
14+ ## v2.2.0
15+
16+ - Feature: Wait for connection when using auto-connect
17+ - Enhancement: Option to allow access to LAN with Kill Switch
18+ - Enhancement: Inform user about this document when displaying update notification
19+ - Bug fix: Potential IPv6 leak when reconnecting the network interface with an active connection
20+ - Bug fix: Error when trying to connect after reinitializing the profile with an active connection
21+ - Bug fix: Configuration value spelling when changing default protocol
22+ - Bug fix: Wrong API in update check
23+
1324## v2.1.2
1425
1526- Enhancement: Clearer logging of command line arguments
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.2 "
16+ VERSION = "2.2.0 "
You can’t perform that action at this time.
0 commit comments