mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Release v2.2.59
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 2.2.59 08/05/2026
|
||||||
|
|
||||||
|
* Remove psutil version check
|
||||||
|
* Fix remaining PyQt6 compatibility issues. Fixes #3822
|
||||||
|
* Add --title to remote-viewer console commands. Fixes #3783
|
||||||
|
* Fix deleting drawings. Ref #3810
|
||||||
|
|
||||||
## 2.2.58.1 12/04/2026
|
## 2.2.58.1 12/04/2026
|
||||||
|
|
||||||
* Fix callback issues in found in v2.2.58
|
* Fix callback issues in found in v2.2.58
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ class CrashReport:
|
|||||||
Report crash to a third party service
|
Report crash to a third party service
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DSN = "https://af760e2022b321441622330f11dcb650@o19455.ingest.us.sentry.io/38506"
|
DSN = "https://dd662ce99d7e4a04714a89939ec523c9@o19455.ingest.us.sentry.io/38506"
|
||||||
_instance = None
|
_instance = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "2.2.59.dev2"
|
__version__ = "2.2.59"
|
||||||
__version_info__ = (2, 2, 59, 99)
|
__version_info__ = (2, 2, 59, 0)
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user