Skip to content

Wave Terminal v0.9.3 Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 21:47
· 2 commits to main since this release
7054b17

What's Changed

New minor release that introduces Wave's connected computing extensions. We've introduced new wsh commands that allow you to store variables and files, and access them across terminal sessions (on both local and remote machines).

  • wsh setvar/getvar to get and set variables -- Docs
  • wsh file operations (cat, write, append, rm, info, cp, and ls) -- Docs
  • Improved golang panic handling to prevent backend crashes
  • Improved SSH config logging and fixes a reused connection bug
  • Updated telemetry to track additional counters
  • New configuration settings (under "window:magnifiedblock") to control magnified block margins and display
  • New block/zone aliases (client, global, block, workspace, temp)
  • wsh ai file attachments are now rendered with special handling in the AI block
  • New ephemeral block type for creating modal widgets which will not disturb the underlying layout
  • Editing the AI presets file from the Wave AI block now brings up an ephemeral editor
  • Clicking outside of a magnified bglock will now un-magnify it
  • New button to clear the AI chat (also bound to Cmd-L)
  • New button to reset terminal commands in custom cmd widgets
  • [bugfix] Presets directory was not loading correctly on Windows
  • [bugfix] Magnified blocks were not showing correct on startup
  • [bugfix] Window opacity and background color was not getting applied properly in all cases
  • [bugfix] Fix terminal theming when applying global defaults #1287
  • MacOS 10.15 (Catalina) is no longer supported
  • Other bug fixes, docs improvements, and dependency bumps

Full Changelog: v0.9.2...v0.9.3