• v1.9.12 Stable

    aibot777 released this 2026-03-03 14:29:00 +00:00 | 38 commits to master since this release

    What's New in v1.9.12

    • v1.9.11: always check updates on startup + cleanup Gitea releases
    • v1.9.10: cleanup old Gitea releases — keep first + last 5
    • v1.9.9: fix stale server data after Edit — force reconnect with fresh credentials
    • v1.9.8: S3 resumable download — Range GET with .s3part resume on disconnect
    • v1.9.7: S3 folder download — recursive with preserved directory structure
    • v1.9.6: S3 navigation — Backspace/Alt+Left to go back, right-click empty area menu
    • v1.9.5: S3 — new folder, folder delete with confirmation, folder drag-and-drop
    • v1.9.4: S3 optimizations — skip redundant health checks, folder drag-and-drop
    • v1.9.3: S3 context menu — two link types: temp 48h + permanent direct
    • v1.9.2: S3 right-click context menu — copy presigned download link
    • v1.9.1: PNG Material Design icons — 28 icons, dark/light theme, HiDPI, graceful Unicode fallback
    • v1.9.0: S3 server type — bucket/object browser, drag-and-drop upload, resilient transfers
    • v1.8.99: fix update script — delete-before-copy, size verification, error logging
    • server groups: grouped sidebar, GroupDialog, context menus, i18n + cleanup old releases
    • v1.8.98: fix ghost "eue" text in terminal — strip DCS/APC/PM/SOS sequences
    • fix: install.sh — ignore chmod error on existing dirs
    • v1.8.97: add install.sh — CLI installer for headless Linux servers
    • v1.8.96: persist sidebar width across restarts
    • v1.8.95: resizable sidebar via PanedWindow — drag to widen server list
    • v1.8.94: test release for update mechanism verification
    • v1.8.93: rewrite update script from VBS+PowerShell to plain BAT with logging
    • v1.8.92: fix Ctrl+S/Q and all Ctrl+key combos with non-Latin keyboard layouts
    • v1.8.91: terminal background pure black (#000000) instead of dark blue
    • v1.8.90: fix update script — remove $ErrorActionPreference=Stop, launch via cmd start
    • v1.8.89: fix DLL error on auto-update — clean all stale _MEI dirs, launch via explorer.exe
    • v1.8.86: fix update DLL error — cleanup old _MEI dir, delay before launch, retry copy
    • v1.8.85: build.py auto-publishes Gitea release with exe asset
    • v1.8.84: skill-ssh.md — server type routing table for Redis/SQL/WinRM/etc
    • chore: clean old releases, keep v1.0.0 + v1.8.79-v1.8.83
    • v1.8.83: test build for os.startfile update verification
    • v1.8.82: fix update apply — os.startfile(vbs) + os._exit(0)
    • v1.8.81: fix update apply — os._exit(0) to kill daemon threads
    • v1.8.80: test build for auto-updater verification
    • v1.8.79: fix updater — hardcoded Gitea API URL for frozen exe
    • v1.8.78: auto-updater — Gitea releases check, download, apply
    • v1.8.75: build.py auto-deploys ssh.py, encryption.py, skill to local dirs
    • v1.8.74: skill docs update — resume/retry behavior, Windows SHA256 path fix
    • v1.8.74: Linux x64 release build
    • v1.8.73: reliable SFTP upload — chunked resume, SHA256 verification, adaptive retry
    • v1.8.71: fix Windows compatibility — guard Linux-only X11 code with platform check
    • v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko
    • v1.8.69: smart X display auto-detection and xauth fix
    • v1.8.68: auto-fix X display authorization on startup
    • v1.8.67: Linux x64 release build
    Downloads
  • v1.9.11 Stable

    aibot777 released this 2026-03-03 14:25:56 +00:00 | 39 commits to master since this release

    What's New in v1.9.11

    • v1.9.10: cleanup old Gitea releases — keep first + last 5
    • v1.9.9: fix stale server data after Edit — force reconnect with fresh credentials
    • v1.9.8: S3 resumable download — Range GET with .s3part resume on disconnect
    • v1.9.7: S3 folder download — recursive with preserved directory structure
    • v1.9.6: S3 navigation — Backspace/Alt+Left to go back, right-click empty area menu
    • v1.9.5: S3 — new folder, folder delete with confirmation, folder drag-and-drop
    • v1.9.4: S3 optimizations — skip redundant health checks, folder drag-and-drop
    • v1.9.3: S3 context menu — two link types: temp 48h + permanent direct
    • v1.9.2: S3 right-click context menu — copy presigned download link
    • v1.9.1: PNG Material Design icons — 28 icons, dark/light theme, HiDPI, graceful Unicode fallback
    • v1.9.0: S3 server type — bucket/object browser, drag-and-drop upload, resilient transfers
    • v1.8.99: fix update script — delete-before-copy, size verification, error logging
    • server groups: grouped sidebar, GroupDialog, context menus, i18n + cleanup old releases
    • v1.8.98: fix ghost "eue" text in terminal — strip DCS/APC/PM/SOS sequences
    • fix: install.sh — ignore chmod error on existing dirs
    • v1.8.97: add install.sh — CLI installer for headless Linux servers
    • v1.8.96: persist sidebar width across restarts
    • v1.8.95: resizable sidebar via PanedWindow — drag to widen server list
    • v1.8.94: test release for update mechanism verification
    • v1.8.93: rewrite update script from VBS+PowerShell to plain BAT with logging
    • v1.8.92: fix Ctrl+S/Q and all Ctrl+key combos with non-Latin keyboard layouts
    • v1.8.91: terminal background pure black (#000000) instead of dark blue
    • v1.8.90: fix update script — remove $ErrorActionPreference=Stop, launch via cmd start
    • v1.8.89: fix DLL error on auto-update — clean all stale _MEI dirs, launch via explorer.exe
    • v1.8.86: fix update DLL error — cleanup old _MEI dir, delay before launch, retry copy
    • v1.8.85: build.py auto-publishes Gitea release with exe asset
    • v1.8.84: skill-ssh.md — server type routing table for Redis/SQL/WinRM/etc
    • chore: clean old releases, keep v1.0.0 + v1.8.79-v1.8.83
    • v1.8.83: test build for os.startfile update verification
    • v1.8.82: fix update apply — os.startfile(vbs) + os._exit(0)
    • v1.8.81: fix update apply — os._exit(0) to kill daemon threads
    • v1.8.80: test build for auto-updater verification
    • v1.8.79: fix updater — hardcoded Gitea API URL for frozen exe
    • v1.8.78: auto-updater — Gitea releases check, download, apply
    • v1.8.75: build.py auto-deploys ssh.py, encryption.py, skill to local dirs
    • v1.8.74: skill docs update — resume/retry behavior, Windows SHA256 path fix
    • v1.8.74: Linux x64 release build
    • v1.8.73: reliable SFTP upload — chunked resume, SHA256 verification, adaptive retry
    • v1.8.71: fix Windows compatibility — guard Linux-only X11 code with platform check
    • v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko
    • v1.8.69: smart X display auto-detection and xauth fix
    • v1.8.68: auto-fix X display authorization on startup
    • v1.8.67: Linux x64 release build
    Downloads
  • v1.9.10 Stable

    aibot777 released this 2026-03-03 14:20:56 +00:00 | 40 commits to master since this release

    What's New in v1.9.10

    • v1.9.9: fix stale server data after Edit — force reconnect with fresh credentials
    • v1.9.8: S3 resumable download — Range GET with .s3part resume on disconnect
    • v1.9.7: S3 folder download — recursive with preserved directory structure
    • v1.9.6: S3 navigation — Backspace/Alt+Left to go back, right-click empty area menu
    • v1.9.5: S3 — new folder, folder delete with confirmation, folder drag-and-drop
    • v1.9.4: S3 optimizations — skip redundant health checks, folder drag-and-drop
    • v1.9.3: S3 context menu — two link types: temp 48h + permanent direct
    • v1.9.2: S3 right-click context menu — copy presigned download link
    • v1.9.1: PNG Material Design icons — 28 icons, dark/light theme, HiDPI, graceful Unicode fallback
    • v1.9.0: S3 server type — bucket/object browser, drag-and-drop upload, resilient transfers
    • v1.8.99: fix update script — delete-before-copy, size verification, error logging
    • server groups: grouped sidebar, GroupDialog, context menus, i18n + cleanup old releases
    • v1.8.98: fix ghost "eue" text in terminal — strip DCS/APC/PM/SOS sequences
    • fix: install.sh — ignore chmod error on existing dirs
    • v1.8.97: add install.sh — CLI installer for headless Linux servers
    • v1.8.96: persist sidebar width across restarts
    • v1.8.95: resizable sidebar via PanedWindow — drag to widen server list
    • v1.8.94: test release for update mechanism verification
    • v1.8.93: rewrite update script from VBS+PowerShell to plain BAT with logging
    • v1.8.92: fix Ctrl+S/Q and all Ctrl+key combos with non-Latin keyboard layouts
    • v1.8.91: terminal background pure black (#000000) instead of dark blue
    • v1.8.90: fix update script — remove $ErrorActionPreference=Stop, launch via cmd start
    • v1.8.89: fix DLL error on auto-update — clean all stale _MEI dirs, launch via explorer.exe
    • v1.8.86: fix update DLL error — cleanup old _MEI dir, delay before launch, retry copy
    • v1.8.85: build.py auto-publishes Gitea release with exe asset
    • v1.8.84: skill-ssh.md — server type routing table for Redis/SQL/WinRM/etc
    • chore: clean old releases, keep v1.0.0 + v1.8.79-v1.8.83
    • v1.8.83: test build for os.startfile update verification
    • v1.8.82: fix update apply — os.startfile(vbs) + os._exit(0)
    • v1.8.81: fix update apply — os._exit(0) to kill daemon threads
    • v1.8.80: test build for auto-updater verification
    • v1.8.79: fix updater — hardcoded Gitea API URL for frozen exe
    • v1.8.78: auto-updater — Gitea releases check, download, apply
    • v1.8.75: build.py auto-deploys ssh.py, encryption.py, skill to local dirs
    • v1.8.74: skill docs update — resume/retry behavior, Windows SHA256 path fix
    • v1.8.74: Linux x64 release build
    • v1.8.73: reliable SFTP upload — chunked resume, SHA256 verification, adaptive retry
    • v1.8.71: fix Windows compatibility — guard Linux-only X11 code with platform check
    • v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko
    • v1.8.69: smart X display auto-detection and xauth fix
    • v1.8.68: auto-fix X display authorization on startup
    • v1.8.67: Linux x64 release build
    Downloads
  • v1.9.9 5b4672dfe3

    v1.9.9 Stable

    aibot777 released this 2026-03-03 14:10:11 +00:00 | 41 commits to master since this release

    What's New in v1.9.9

    • v1.9.8: S3 resumable download — Range GET with .s3part resume on disconnect
    • v1.9.7: S3 folder download — recursive with preserved directory structure
    • v1.9.6: S3 navigation — Backspace/Alt+Left to go back, right-click empty area menu
    • v1.9.5: S3 — new folder, folder delete with confirmation, folder drag-and-drop
    • v1.9.4: S3 optimizations — skip redundant health checks, folder drag-and-drop
    • v1.9.3: S3 context menu — two link types: temp 48h + permanent direct
    • v1.9.2: S3 right-click context menu — copy presigned download link
    • v1.9.1: PNG Material Design icons — 28 icons, dark/light theme, HiDPI, graceful Unicode fallback
    • v1.9.0: S3 server type — bucket/object browser, drag-and-drop upload, resilient transfers
    • v1.8.99: fix update script — delete-before-copy, size verification, error logging
    • server groups: grouped sidebar, GroupDialog, context menus, i18n + cleanup old releases
    • v1.8.98: fix ghost "eue" text in terminal — strip DCS/APC/PM/SOS sequences
    • fix: install.sh — ignore chmod error on existing dirs
    • v1.8.97: add install.sh — CLI installer for headless Linux servers
    • v1.8.96: persist sidebar width across restarts
    • v1.8.95: resizable sidebar via PanedWindow — drag to widen server list
    • v1.8.94: test release for update mechanism verification
    • v1.8.93: rewrite update script from VBS+PowerShell to plain BAT with logging
    • v1.8.92: fix Ctrl+S/Q and all Ctrl+key combos with non-Latin keyboard layouts
    • v1.8.91: terminal background pure black (#000000) instead of dark blue
    • v1.8.90: fix update script — remove $ErrorActionPreference=Stop, launch via cmd start
    • v1.8.89: fix DLL error on auto-update — clean all stale _MEI dirs, launch via explorer.exe
    • v1.8.86: fix update DLL error — cleanup old _MEI dir, delay before launch, retry copy
    • v1.8.85: build.py auto-publishes Gitea release with exe asset
    • v1.8.84: skill-ssh.md — server type routing table for Redis/SQL/WinRM/etc
    • chore: clean old releases, keep v1.0.0 + v1.8.79-v1.8.83
    • v1.8.83: test build for os.startfile update verification
    • v1.8.82: fix update apply — os.startfile(vbs) + os._exit(0)
    • v1.8.81: fix update apply — os._exit(0) to kill daemon threads
    • v1.8.80: test build for auto-updater verification
    • v1.8.79: fix updater — hardcoded Gitea API URL for frozen exe
    • v1.8.78: auto-updater — Gitea releases check, download, apply
    • v1.8.75: build.py auto-deploys ssh.py, encryption.py, skill to local dirs
    • v1.8.74: skill docs update — resume/retry behavior, Windows SHA256 path fix
    • v1.8.74: Linux x64 release build
    • v1.8.73: reliable SFTP upload — chunked resume, SHA256 verification, adaptive retry
    • v1.8.71: fix Windows compatibility — guard Linux-only X11 code with platform check
    • v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko
    • v1.8.69: smart X display auto-detection and xauth fix
    • v1.8.68: auto-fix X display authorization on startup
    • v1.8.67: Linux x64 release build
    Downloads
  • v1.9.8 f445953a82

    v1.9.8 Stable

    aibot777 released this 2026-03-03 13:33:29 +00:00 | 42 commits to master since this release

    What's New in v1.9.8

    • v1.9.7: S3 folder download — recursive with preserved directory structure
    • v1.9.6: S3 navigation — Backspace/Alt+Left to go back, right-click empty area menu
    • v1.9.5: S3 — new folder, folder delete with confirmation, folder drag-and-drop
    • v1.9.4: S3 optimizations — skip redundant health checks, folder drag-and-drop
    • v1.9.3: S3 context menu — two link types: temp 48h + permanent direct
    • v1.9.2: S3 right-click context menu — copy presigned download link
    • v1.9.1: PNG Material Design icons — 28 icons, dark/light theme, HiDPI, graceful Unicode fallback
    • v1.9.0: S3 server type — bucket/object browser, drag-and-drop upload, resilient transfers
    • v1.8.99: fix update script — delete-before-copy, size verification, error logging
    • server groups: grouped sidebar, GroupDialog, context menus, i18n + cleanup old releases
    • v1.8.98: fix ghost "eue" text in terminal — strip DCS/APC/PM/SOS sequences
    • fix: install.sh — ignore chmod error on existing dirs
    • v1.8.97: add install.sh — CLI installer for headless Linux servers
    • v1.8.96: persist sidebar width across restarts
    • v1.8.95: resizable sidebar via PanedWindow — drag to widen server list
    • v1.8.94: test release for update mechanism verification
    • v1.8.93: rewrite update script from VBS+PowerShell to plain BAT with logging
    • v1.8.92: fix Ctrl+S/Q and all Ctrl+key combos with non-Latin keyboard layouts
    • v1.8.91: terminal background pure black (#000000) instead of dark blue
    • v1.8.90: fix update script — remove $ErrorActionPreference=Stop, launch via cmd start
    • v1.8.89: fix DLL error on auto-update — clean all stale _MEI dirs, launch via explorer.exe
    • v1.8.86: fix update DLL error — cleanup old _MEI dir, delay before launch, retry copy
    • v1.8.85: build.py auto-publishes Gitea release with exe asset
    • v1.8.84: skill-ssh.md — server type routing table for Redis/SQL/WinRM/etc
    • chore: clean old releases, keep v1.0.0 + v1.8.79-v1.8.83
    • v1.8.83: test build for os.startfile update verification
    • v1.8.82: fix update apply — os.startfile(vbs) + os._exit(0)
    • v1.8.81: fix update apply — os._exit(0) to kill daemon threads
    • v1.8.80: test build for auto-updater verification
    • v1.8.79: fix updater — hardcoded Gitea API URL for frozen exe
    • v1.8.78: auto-updater — Gitea releases check, download, apply
    • v1.8.75: build.py auto-deploys ssh.py, encryption.py, skill to local dirs
    • v1.8.74: skill docs update — resume/retry behavior, Windows SHA256 path fix
    • v1.8.74: Linux x64 release build
    • v1.8.73: reliable SFTP upload — chunked resume, SHA256 verification, adaptive retry
    • v1.8.71: fix Windows compatibility — guard Linux-only X11 code with platform check
    • v1.8.70: fix SSH key generation — use ssh-keygen instead of broken paramiko
    • v1.8.69: smart X display auto-detection and xauth fix
    • v1.8.68: auto-fix X display authorization on startup
    • v1.8.67: Linux x64 release build
    Downloads
  • v1.8.82 Stable

    aibot777 released this 2026-03-01 14:36:44 +00:00 | 68 commits to master since this release

    Release v1.8.82

    Downloads