Skip to content

Commit fefd109

Browse files
committed
Release v3.0.4
1 parent 4c35ea7 commit fefd109

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.4 25/02/2025
4+
5+
* Upgrade dependencies
6+
* Fix auto idle-pc for IOS templates
7+
* Add user info and password change for logged-in user. Fixes #3698
8+
39
## 3.0.3 22/01/2025
410

511
* Set minimum duration for progress dialog when uploading. Ref https://github.com/GNS3/gns3-gui/issues/3682

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://14cfb02748bc82b33a35f43747dbd0e6@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://3a078102c42520fc0bd28a3d8aeb1a97@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
def __init__(self):

gns3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# number has been incremented)
2525

2626
__version__ = "3.0.4"
27-
__version_info__ = (3, 0, 4, 99)
27+
__version_info__ = (3, 0, 4, 0)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)