We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d1f61 commit dd0aab7Copy full SHA for dd0aab7
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Table of Contents
4
5
+- [v2.2.4](#v224)
6
- [v2.2.3](#v223)
7
- [v2.2.2](#v222)
8
- [v2.2.1](#v221)
@@ -12,6 +13,10 @@
12
13
- [v2.0.0](#v200)
14
- [v0.1.0](#v010)
15
16
+## v2.2.4
17
+
18
+- Bug fix: Failing to connect when choosing a server via dialog menu
19
20
## v2.2.3
21
22
- Enhancement: Option to define API domain via config
protonvpn_cli/constants.py
@@ -17,4 +17,4 @@
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass")
-VERSION = "2.2.3"
+VERSION = "2.2.4"
0 commit comments