Skip to content

Releases: wavetermdev/waveterm

Wave Terminal v0.9.0-beta.5 Release

28 Oct 21:05
fb750e5
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.9.0-beta.4...v0.9.0-beta.5

Wave Terminal v0.9.0-beta.4 Release

28 Oct 06:54
4d013bd
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.9.0-beta.3...v0.9.0-beta.4

Wave Terminal v0.9.0-beta.3 Release

27 Oct 20:56
2f5837b
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.9.0-beta.2...v0.9.0-beta.3

Wave Terminal v0.9.0-beta.2 Release

26 Oct 20:23
e235f56
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.13...v0.9.0-beta.2

Wave Terminal v0.8.13 Release

25 Oct 01:06
4bf0f72
Compare
Choose a tag to compare
  • Wave is now available as a Snap for Linux users! You can find it in the Snap Store.
  • Wave is now available via the Windows Package Manager! You can install it via winget install CommandLine.Wave
  • can now use "term:fontsize" to override an individual terminal block's font size (also in context menu)
  • we now allow mixed case hostnames for connections to be compatible with ssh config
  • The Linux app icon is now updated to match the Windows icon
  • [bugfix] fixed a bug that sometimes caused escape sequences to be printed when switching between tabs
  • [bugfix] fixed an issue where the preview block was not cleaning up temp files (Windows only)
  • [bugfix] fixed chrome sandbox permissions errors in linux
  • [bugfix] fixed shutdown logic on MacOS/Linux which sometimes allowed orphaned processes to survive

PRs

Full Changelog: v0.8.12...v0.8.13

Wave Terminal v0.8.13-beta.3 Release

24 Oct 23:25
41583a3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.13-beta.2...v0.8.13-beta.3

Wave Terminal v0.8.13-beta.2 Release

24 Oct 20:11
6377ada
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.13-beta.1...v0.8.13-beta.2

Wave Terminal v0.8.13-beta.1 Release

24 Oct 19:33
6fa0170
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.12...v0.8.13-beta.1

Wave Terminal v0.8.13-beta.0 Release

24 Oct 18:57
c6a6164
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.12...v0.8.13-beta.0

Wave Terminal v0.8.12 Release

18 Oct 21:57
ab16bae
Compare
Choose a tag to compare
  • Added support for multiple AI configurations! You can now run Open AI side-by-side with Ollama models. Can create AI presets in presets.json, and can easily switch between them using a new dropdown in the AI widget
  • Fix WebSocket reconnection error. this sometimes caused the terminal to hang when waking up from sleep
  • Added memory graphs, and per-CPU graphs to the sysinfo widget (and renamed it from cpuplot)
  • Added a new huge red "Config Error" button when there are parse errors in the config JSON file
  • Preview/CodeEdit widget now shows errors (squiggly lines) when JSON or YAML files fail to parse
  • New app icon for Windows to better match Fluent UI standards
  • Added copy-on-select to the terminal (on by default, can disable using "term:copyonselect")
  • Added a button to mute audio in webviews
  • Added a right-click "Open Clipboard URL" to easily open a webview from an URL stored in your system clipboard
  • [bugfix] fixed blank "help" pages when waking from sleep or restarting the app

PRs

Full Changelog: v0.8.11...v0.8.12