mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Release v3.0.6
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.6 28/01/2026
|
||||
|
||||
* Fixing tab name in MobaXterm
|
||||
* PyQt6 migration
|
||||
* Add XDG Config Home support
|
||||
* Support for Python 3.14
|
||||
* Clicking the "console connect to all nodes" opens all consoles in name order with case-insensitively
|
||||
|
||||
|
||||
## 2.2.56 21/01/2026
|
||||
|
||||
* Fixing tab name in MobaXterm
|
||||
|
||||
@@ -50,7 +50,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://2c566462fd83125be9ee89bf54b546a8@o19455.ingest.us.sentry.io/38506"
|
||||
DSN = "https://3385f7a13ef84851fef5de4aef7d25dd@o19455.ingest.us.sentry.io/38506"
|
||||
_instance = None
|
||||
|
||||
def __init__(self):
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "3.0.5"
|
||||
__version_info__ = (3, 0, 5, 0)
|
||||
__version__ = "3.0.6"
|
||||
__version_info__ = (3, 0, 6, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user