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

Commit 31d1dcc

Browse files
committed
Bump Version to 2.2.1
1 parent 3a41a8f commit 31d1dcc

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

CHANGELOG.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,35 @@
22

33
## Table of Contents
44

5-
- [ProtonVPN-CLI Changelog](#protonvpn-cli-changelog)
6-
- [Table of Contents](#table-of-contents)
7-
- [v2.2.0](#v220)
8-
- [v2.1.2](#v212)
9-
- [v2.1.1](#v211)
10-
- [v2.1.0](#v210)
11-
- [v2.0.0](#v200)
12-
- [v0.1.0](#v010)
5+
- [v2.2.1](#v221)
6+
- [v2.2.0](#v220)
7+
- [v2.1.2](#v212)
8+
- [v2.1.1](#v211)
9+
- [v2.1.0](#v210)
10+
- [v2.0.0](#v200)
11+
- [v0.1.0](#v010)
12+
13+
## v2.2.1
14+
15+
- Enhancement: Switch API endpoint to api.protonvpn.ch
16+
- Enhancement: Disallow usage of Kill Switch and Split Tunneling simultaneously
17+
- Bug fix: Wrong indentation in multiple print statements
18+
- Bug fix: Failed to detect that it was executed by root on certain Distros
19+
- Bug fix: Error when try to use `protonvpn status` and connected to a Tor server
20+
- Bug fix: Error when an invalid server selection was made
21+
- Bug fix: Error on Split Tunneling activation when no IPs were entered
22+
- Bug fix: False positives in OpenVPN process detection
23+
- Documentation: Added Contribution Guide
1324

1425
## v2.2.0
1526

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
27+
- Feature: Wait for connection when using auto-connect
28+
- Enhancement: Option to allow access to LAN with Kill Switch
29+
- Enhancement: Inform user about this document when displaying update notification
30+
- Bug fix: Potential IPv6 leak when reconnecting the network interface with an active connection
31+
- Bug fix: Error when trying to connect after reinitializing the profile with an active connection
32+
- Bug fix: Configuration value spelling when changing default protocol
33+
- Bug fix: Wrong API in update check
2334

2435
## v2.1.2
2536

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.2.0"
16+
VERSION = "2.2.1"

0 commit comments

Comments
 (0)