Skip to content

Releases: wavetermdev/waveterm

Wave Terminal v0.8.13 Release

25 Oct 01:06
4bf0f72

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

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

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

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

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

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

Wave Terminal v0.8.12-beta.5 Release

18 Oct 20:34
a2beb1e

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.8.12-beta.3...v0.8.12-beta.5

Wave Terminal v0.8.12-beta.3 Release

18 Oct 16:19
455d45f

Choose a tag to compare

Pre-release

What's Changed

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

Wave Terminal v0.8.12-beta.2 Release

17 Oct 23:41
19883a9

Choose a tag to compare

Pre-release

What's Changed

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

Wave Terminal v0.8.12-beta.0 Release

15 Oct 16:49
359974d

Choose a tag to compare

Pre-release

What's Changed

  • Bump the dev-dependencies group with 7 updates by @dependabot in #1016
  • Bump winston from 3.14.2 to 3.15.0 in the prod-dependencies group by @dependabot in #1017
  • Move AI model configs to presets and add a dropdown to swap between configs by @esimkowitz in #1024
  • Fix menu stories by @esimkowitz in #1028
  • implement copy on select for terminal by @sawka in #1029
  • implement a config error button + message modal that shows the errors by @sawka in #1030
  • get json/yaml validation working by @sawka in #1032

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