Release v2.2.58

This commit is contained in:
grossmj
2026-04-10 20:36:01 +08:00
parent adf0ed84f4
commit 05813736ee
3 changed files with 16 additions and 3 deletions

View File

@@ -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

View File

@@ -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):

View File

@@ -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: