Release v3.0.6

This commit is contained in:
grossmj
2026-01-28 22:30:37 +08:00
parent 071181717b
commit 9d68302a5d
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
# Change Log
## 3.0.6 28/01/2026
* Fixing tab name in MobaXterm
* PyQt6 migration
* Add XDG Config Home support
* Support for Python 3.14
* Clicking the "console connect to all nodes" opens all consoles in name order with case-insensitively
## 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://2c566462fd83125be9ee89bf54b546a8@o19455.ingest.us.sentry.io/38506"
DSN = "https://3385f7a13ef84851fef5de4aef7d25dd@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__ = "3.0.5"
__version_info__ = (3, 0, 5, 0)
__version__ = "3.0.6"
__version_info__ = (3, 0, 6, 0)
if "dev" in __version__:
try: