From 8579ffa20a8b8230ecc55d57649d4e963705d061 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 6 Jun 2023 10:23:42 +0930 Subject: [PATCH] Release v2.2.40 --- CHANGELOG | 9 +++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 31fa86ed..46dd7863 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ # Change Log +## 2.2.40 06/06/2023 + +* Change log messages for Websocket errors +* Do not proceed if an appliance symbol cannot be downloaded. Ref #3466 +* Delete a node or link from topology summary view using Delete key. Ref #3445 +* Fix "Start the capture visualization program" checkbox works only one (first) time for a given link. Fixes #3442 +* Let the selected link style applied when editing a link. Fixes #3460 +* Fix hovered color shown in style editing dialog. Fixes #3460 + ## 2.2.39 08/05/2023 * Fix nodes are not snapped to the grid at the moment of creation diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 01e752cc..1df36602 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -51,7 +51,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://de4e2c3e542f47149bf89dffb48491ae@o19455.ingest.sentry.io/38506" + DSN = "https://60c5c2bb187449cb8c56478e86a4c516@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 353efb21..dd08fc9a 100644 --- a/gns3/version.py +++ b/gns3/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.40.dev1" -__version_info__ = (2, 2, 40, 99) +__version__ = "2.2.40" +__version_info__ = (2, 2, 40, 0) if "dev" in __version__: try: