v1.0.231Desktop
Added 4
- Pre-populate vault password in SSH auth prompts for MFA
- Add SFTP context menu download for files
- Implement tabby:// URL scheme handler
- Allow third-party plugins to add quick connection support
Changed 1
- Bump xterm to latest version
Fixed 9
- Fix flex wrapper for gap in buttons in plugins settings tab
- Upgrade webpack to fix ES6 class extension bug with xterm.js v6
- Handle OSC sequences split across buffer chunks
- Prevent scroll-to-top race during fast terminal output
- Fix hiding the app from macOS dock when docking is enabled
- Fix recovered tabs crashing after upgrade
- Fix trailing semicolons in clickable URLs
- Bump russh to prevent SSH auto-disconnects
- Disable global shortcuts on older Plasma versions
Changes
- ssh: pre-populate vault password in auth prompts for MFA (fixes #9911) (#11170) #11170 (syrexjohnson)
- 8506173: Add SFTP context menu download for files (#10971) (Leonardo Berbert) #10971
- Implement tabby:// URL scheme handler (#11005) #11005 (Ponder)
- Allow third-party plugins to add quick connection support. (#11004) #11004 (Ponder)
Fixes
- pluginsSettingsTab.component.pug: flex wrapper for gap in buttons (#10986) #10986 (Grovvik)
- upgraded webpack from 5.86.0 to 5.104.1 to fix ES6 class extension bug with xterm.js v6. (#11007) #11007 (Ponder)
- handle OSC sequences split across buffer chunks (#11144) #11144 (ToastyTheBot)
- terminal: prevent scroll-to-top race during fast output (#11102) #11102 (Phil Condreay)
- 4566a91: Fix hiding the app from macos dock when docking is enabled (#10960) (SergeBakharev) #10960
- 10a4f54: fixed recovered tabs crashing after upgrade - fixes #10619, fixes #10635, fixes #10672, fixes #10682, fixes #10688, fixes #10730, fixes #10843
- 18bca3e: Fix trailing semicolons in clickable URLs (#11166) (chaoliang yan) #11166
- abc16d2: fixed #10131 - bump russh to prevent auto-disconnects
- c3ede45: Disable global shortcuts on older plasma versions (#11157) (Mario Limonciello) #11157
- 5d5ac4d: bump xterm (#10974) #10974
Full Changelog: https://github.com/Eugeny/tabby/compare/v1.0.230...v1.0.231