Allowed electron app to run standalone, added persistent tabs/ssh sessions, global defaults for status checks, OIDC allow list, mass host editing, major bug fixes
| Architecture | Windows | Linux | Mac | Android | iOS |
|---|---|---|---|---|---|
| x86-64 (64-bit) | EXE · MSI · Portable | AppImage · DEB · Portable | DMG | — | — |
| AArch64 (ARM64) | — | AppImage · DEB · Portable | DMG | APK (1.3.0) | IPA (1.3.0) |
| ARMv7 (32-bit) | — | AppImage · DEB · Portable | — | — | — |
| x86-32 (32-bit) | EXE · MSI · Portable | — | — | — | — |
| Universal | Chocolatey | Flatpak | DMG · App Store · Homebrew | — | — |
Update Log:
- Allow electron desktop app to run standalone with a embedded backend
- Per-host SSH keepalive configuration
- SSH session persistence across browser refresh or device switch (mu)
- Global default for status check and metric intervals
- Bulk host settings editing
- Overwrite option for JSON imports
- OSC 52 clipboard support for tmux/SSH clipboard sync
- 5/6 panel split screen
- File manager sorting by name, date, and size
- OIDC user allow list for registration control
- Expanded environmental variables in file manager path bar
- Remember me toggle when logging in for TOTP
Bug Fixes:
- Improve IPv6 connection handling
- CTRL + C not copying selection
- Host updates silently failing
- Preserve reverse proxy X-Forwarded headers in Nginx
- Added Cache-Control no-store header to all API responses
- Unified proxy/jump host pipeline
- SQL field name mismatches
- Shared credentials failure for OIDC users
- Clear electron cookies on auth failure/logout
- OPKSSH 404 and browser issues
- Reduce excessive disk writes
- Resolved ESLint errors
- Add missing clipboard shortcuts for terminal/docker console
- Added web-socket pings to prevent proxy timeouts
- Status check ping causes kex_exchange_identification flood in SSH logs
- Bypass ls alias in file manager fallback
- Disabled font ligatures by default in terminal
- Forward Shift + Tab as backtab escape sequence
- Catch disconnected client error in listFiles
- Handle DEC private mode sequences in syntax highlighter
- SSH/SFTP channel pooling/reuse
- Allow OIDC users to export database without password
- Prevent restart loop when PUID/PGUID is set to 0
- Keep terminal tab open on conn failure
- OIDC redirect_uri resolving to localhost
- Lightweight wget for Docker health check
- Delete error on OIDC users
- Allow OIDC JIT user creation when registration is disabled