Skip to content

Wave Terminal v0.10.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 19:40
· 172 commits to main since this release
d7409e6

What's Changed

Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple work environments. We've added powerful new command execution capabilities with wsh run, allowing you to launch and control commands in dedicated blocks. This release also brings significant improvements to SSH with a new connections configuration system for managing your remote environments.

  • Workspaces: Organize your work into separate environments, each with their own tabs, layouts, and settings (@esimkowitz)
  • Command Blocks: New wsh run command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control (docs) (@sawka)
  • Connections: New configuration system for managing SSH connections, with support for wsh-free operation, per-connection themes, and more (docs) (@oneirocosm)
  • Improved tab management with better switching behavior and context menus (many bug fixes)
  • New tab features including pinned tabs and drag-and-drop improvements
  • Create, rename, and delete files/directories directly in directory preview
  • Attempt wsh-free connection as a fallback if wsh installation or execution fails
  • New -i flag to add identity files with the wsh ssh command
  • Added Perplexity API integration (docs)
  • wsh setbg command for background handling (docs)
  • Switched from Less to SCSS for styling
  • [bugfix] Fixed tab flickering issues during tab switches
  • [bugfix] Corrected WaveAI text area resize behavior
  • [bugfix] Fixed concurrent block controller start issues
  • [bugfix] Fixed Preview Blocks for uninitialized connections
  • [bugfix] Fixed unresponsive context menus
  • [bugfix] Fixed connection errors in Help block
  • Upgraded Go toolchain to 1.23.4
  • Lots of new documentation, including new pages for Getting Started, AI Presets, and wsh overview.
  • Other bug fixes, performance improvements, and dependency updates

New Contributors

Full Changelog: v0.9.3...v0.10.0