From 889d41636dfc87c7b5a8db246258dfcf46bff521 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 27 Dec 2024 21:05:25 +0700 Subject: [PATCH] Release v3.0.1 --- CHANGELOG | 6 ++++++ gns3/crash_report.py | 2 +- gns3/version.py | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b600b4ace..5fa278c79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Change Log +## 3.0.1 27/12/2024 + +* Fix issue when image is already on the local server. Fixes https://github.com/GNS3/gns3-gui/issues/3678 +* Fix image uploading when image name differs with the image name recorded in the appliance. Fixes https://github.com/GNS3/gns3-gui/issues/3682 +* Fix Linux Mint default terminal configuration + ## 3.0.0 20/12/2024 * Change title of QMessageBox diff --git a/gns3/crash_report.py b/gns3/crash_report.py index f27778086..da52255d0 100644 --- a/gns3/crash_report.py +++ b/gns3/crash_report.py @@ -50,7 +50,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://77c0749c7bf450b586f2495c285b10d2@o19455.ingest.us.sentry.io/38506" + DSN = "https://836426abf3e971acdf0e35f834874daf@o19455.ingest.us.sentry.io/38506" _instance = None def __init__(self): diff --git a/gns3/version.py b/gns3/version.py index 1c677a371..25662c2e6 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__ = "3.0.0" -__version_info__ = (3, 0, 0, 0) +__version__ = "3.0.1" +__version_info__ = (3, 0, 1, 0) if "dev" in __version__: try: