From 334eb5175cfa0497211c4eedf1f474055a03e925 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 14 Sep 2021 19:20:11 +0930 Subject: [PATCH] Release v2.2.25 --- CHANGELOG | 11 +++++++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a2cdfb119..e96d96950 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ # Change Log +## 2.2.25 14/09/2021 + +* Fix menu disabled for modal dialogs on macOS. Fixes #3007 +* Change method to display the recent files menu. Fixes #3007 +* Fix bug when using empty port names for custom adapters. Fixes #3228 +* Upgrade Qt to version 5.15.4 on macOS +* Fix mouse zoom-in/out step value is two times bigger than keyboard one. Fixes #3226 +* Upgrade to Qt 5.15.4 on Windows. Ref #3210 +* Fix issue with custom adapters at the node level. Fixes #3223 +* Explicitly require setuptools, utils/get_resource.py imports pkg_resources + ## 2.2.24 25/08/2021 * Fix incorrect Qemu binary selected when importing template. Fixes https://github.com/GNS3/gns3-gui/issues/3216 diff --git a/gns3/crash_report.py b/gns3/crash_report.py index 544c9825c..66d8e0da0 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://2ec08a0f8d314572b17dd2eba910a401:83d32ce66b444d0a81dd25170b4bfd34@o19455.ingest.sentry.io/38506" + DSN = "https://ca0e3be7dada465495fc33615f6143b8:4ddf20c171744e138fd327929c5e15f2@o19455.ingest.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 67c21b4c8..d826feff5 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.25dev1" -__version_info__ = (2, 2, 25, 99) +__version__ = "2.2.25" +__version_info__ = (2, 2, 25, 0) if "dev" in __version__: try: