Release v2.2.58

This commit is contained in:
grossmj 2026-04-10 20:36:01 +08:00
parent c6eec799fb
commit a295d653b8
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## 2.2.58 10/04/2026
* Bundle web-ui v2.2.58
* Sync appliances
* Snapshot refactoring
## 2.2.57 23/03/2026
* feat(telnet_server): improve error handling and connection management

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://b3291ad085cbcc85059160e74ce83ab6@o19455.ingest.us.sentry.io/38482"
DSN = "https://74851857a3f05aecd909415e2a4cbd60@o19455.ingest.us.sentry.io/38482"
_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: