Skip to content

Commit fcf62fc

Browse files
committed
Release v2.2.54
1 parent c811c27 commit fcf62fc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

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

3+
## 2.2.54 21/04/2025
4+
5+
* Replace "Docker hub" by "Docker repository" because it is possible to use different repositories
6+
* Upgrade dependencies
7+
* Fix bring console in front when clicking on "Open all consoles". Fixes #3706
8+
* Add -F arg to wmctrl. Ref #3706
9+
310
## 2.2.53 21/01/2025
411

512
* Update file browser filters for all files and IOU images

gns3/crash_report.py

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

53-
DSN = "https://3ab14deb02a197dfb74396582e088adf@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://62d45083e8fee6a3f5c28d4710ef2cb6@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
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.54.dev1"
27-
__version_info__ = (2, 2, 54, 99)
26+
__version__ = "2.2.54"
27+
__version_info__ = (2, 2, 54, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)