mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Release v2.2.58
This commit is contained in:
13
CHANGELOG
13
CHANGELOG
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 2.2.58 10/04/2026
|
||||
|
||||
* Update snapshot date & time format
|
||||
* Fix bug when HTTP DELETE requests are silently dropped. Fixes #3810
|
||||
* Show if a linked base VM or not in device's properties
|
||||
* Add HTTP method to response timeout slot. Ref #3810
|
||||
* Add default link style section in preferences
|
||||
* Update the default style colors based on the interface style
|
||||
* Support bring to front for vnc and spice consoles on Linux. Fixes #3783
|
||||
* Update appliance schemas
|
||||
* Fix bug when adding multiple nodes at the same time. Fixes #3807
|
||||
* Fix QWebSocket error signal. Fixes #3804
|
||||
|
||||
## 2.2.57 23/03/2026
|
||||
|
||||
* Fix errors from controller are not reported
|
||||
|
||||
@@ -50,7 +50,7 @@ class CrashReport:
|
||||
Report crash to a third party service
|
||||
"""
|
||||
|
||||
DSN = "https://62327104ad8e2a82fe1aef16f6ba37b6@o19455.ingest.us.sentry.io/38506"
|
||||
DSN = "https://6eeccf4e06aaf1752e4244e27e81ffed@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__ = "2.2.58.dev1"
|
||||
__version_info__ = (2, 2, 58, 99)
|
||||
__version__ = "2.2.58"
|
||||
__version_info__ = (2, 2, 58, 0)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user