Skip to content

Commit 889d416

Browse files
committed
Release v3.0.1
1 parent 878cfb2 commit 889d416

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

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

3+
## 3.0.1 27/12/2024
4+
5+
* Fix issue when image is already on the local server. Fixes https://github.com/GNS3/gns3-gui/issues/3678
6+
* Fix image uploading when image name differs with the image name recorded in the appliance. Fixes https://github.com/GNS3/gns3-gui/issues/3682
7+
* Fix Linux Mint default terminal configuration
8+
39
## 3.0.0 20/12/2024
410

511
* Change title of QMessageBox

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://77c0749c7bf450b586f2495c285b10d2@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://836426abf3e971acdf0e35f834874daf@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__ = "3.0.0"
27-
__version_info__ = (3, 0, 0, 0)
26+
__version__ = "3.0.1"
27+
__version_info__ = (3, 0, 1, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)