Release v2.2.56.1

This commit is contained in:
grossmj
2026-01-28 17:00:07 +08:00
parent 92e5b06534
commit 8b2b639c1b
3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,15 @@
# Change Log
## 2.2.56.1 28/01/2026
* Fix line style support for links
* Fix cannot add IOS in preferences
* Fix cannot add IOU in preferences
* Upgrade dependencies
* Drop Python 3.8 support
* Display a warning if a SVG image format isn't supported
* Fix error in profile selection window after PyQt6 migration
## 2.2.56 21/01/2026
* Fixing tab name in MobaXterm

View File

@@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://f09d966530e45cc56fbe33adc6baeeb8@o19455.ingest.us.sentry.io/38506"
DSN = "https://2173ac82d30385607ee40ae11973e298@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.57.dev1"
__version_info__ = (2, 2, 56, 99)
__version__ = "2.2.56.1"
__version_info__ = (2, 2, 56, 0)
if "dev" in __version__:
try: