|
2 | 2 |
|
3 | 3 | ## Table of Contents |
4 | 4 |
|
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 |
13 | 24 |
|
14 | 25 | ## v2.2.0 |
15 | 26 |
|
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 |
23 | 34 |
|
24 | 35 | ## v2.1.2 |
25 | 36 |
|
|
0 commit comments