Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 945cc40

Browse files
Rafficerkaplun
authored andcommitted
Bump Version to 2.1.2
1 parent 78dc380 commit 945cc40

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@
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

protonvpn_cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
1414
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
1515
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
16-
VERSION = "2.1.1"
16+
VERSION = "2.1.2"

0 commit comments

Comments
 (0)