Skip to content

Commit d7a51ed

Browse files
committed
Release v3.0.3
1 parent dbca1b7 commit d7a51ed

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG

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

3+
## 3.0.3 22/01/2025
4+
5+
* Set minimum duration for progress dialog when uploading. Ref https://github.com/GNS3/gns3-gui/issues/3682
6+
* Add logs when uploading images to the controller
7+
* Option to disable SSL certificate verification for future connections. Fixes https://github.com/GNS3/gns3-gui/issues/3694
8+
* Fix packet capture when connected to a controller with SSL. Fixes https://github.com/GNS3/gns3-gui/issues/3696
9+
* Update status after importing an image when installing a new appliance. Fixes #3691
10+
* Update file browser filters to find IOU images without extension. Fixes #3692
11+
* Upgrade dependencies
12+
313
## 2.2.53 21/01/2025
414

515
* 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://142c803f12d32e781a654ef31138c684@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://14cfb02748bc82b33a35f43747dbd0e6@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.3.dev1"
27-
__version_info__ = (3, 0, 3, 99)
26+
__version__ = "3.0.3"
27+
__version_info__ = (3, 0, 3, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)