Skip to content

Commit 963bbb7

Browse files
committed
Release v2.2.22
1 parent 016ad7a commit 963bbb7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.2.22 10/06/2021
4+
5+
* Fix exception shown when GNS3 is started with empty config. Fixes #3188
6+
* Add ZOC8 console terminal for macOS command line
7+
* Link style support. Fixes https://github.com/GNS3/gns3-gui/issues/2461
8+
* Fix charcoal theme. Ref #3137
9+
* Fix issue when showing menu to select port. Fixes #3169
10+
311
## 2.2.21 10/05/2021
412

513
* Fix issue with empty project variable name. Fixes #3162

gns3/crash_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CrashReport:
5151
Report crash to a third party service
5252
"""
5353

54-
DSN = "https://3b47961d608b46d8b742e723841c0f6a:477db013d40742aa8f0d399c3acebbaf@o19455.ingest.sentry.io/38506"
54+
DSN = "https://6335b77f0b9f40aeb408ddf340b429eb:51784af8a1fa4ae8a06f221287e51db1@o19455.ingest.sentry.io/38506"
5555
_instance = None
5656

5757
def __init__(self):

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
2525

26-
__version__ = "2.2.22dev1"
27-
__version_info__ = (2, 2, 22, 99)
26+
__version__ = "2.2.22"
27+
__version_info__ = (2, 2, 22, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)