Skip to content

Releases: wavetermdev/waveterm

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

Wave Terminal v0.8.12-beta.5 Release

18 Oct 20:34
a2beb1e
Compare
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
Compare
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
Compare
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
Compare
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

Wave Terminal v0.8.11 Release

11 Oct 03:10
a1693ad
Compare
Choose a tag to compare

Hotfix release to address a couple of bugs introduced in v0.8.10

  • Fixes a regression in v0.8.10 which caused new tabs to sometimes come up blank and broken
  • Layout fixes to the AI widget spacing
  • Terminal scrollbar is now semi-transparent and overlays last column
  • Fixes initial window size (on first startup) for both smaller and larger screens
  • Added a "Don't Ask Again" checkbox for installing wsh on remote machines (sets a new config flag)
  • Prevent the app from downgrading when you install a beta build. Installing a beta-build will now switch you to the beta-update channel.

PRs

  • Remove global.ts dependency from emain by @esimkowitz in #1003
  • Add contributor activity graphic by @esimkowitz in #1004
  • Fix new tab bug that would remove terminal block by @esimkowitz in #1006
  • Make terminal block scrollbar thumb slightly wider, closer to edge by @esimkowitz in #1007
  • Adjust the gap sizes and padding for the Wave AI controls div so it's more uniform by @esimkowitz in #1008
  • Remove 6px padding from terminal block, make scrollbar properly overlay the terminal contents by @esimkowitz in #1009
  • Add Don't Ask Again Checkbox for Wsh Install by @oneirocosm in #1010
  • fix initial size of windows by @sawka in #1011
  • make size computation a bit more general. adjust for workarea x/y by @sawka in #1012
  • fix: add conn prefix to askbeforewshinstall flag by @oneirocosm in #1013
  • Prevent the app from downgrading when a user installs beta over latest by @esimkowitz in #1014

Full Changelog: v0.8.10...v0.8.11

Wave Terminal v0.8.11-beta.0 Release

11 Oct 00:07
da0b8b0
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Remove global.ts dependency from emain by @esimkowitz in #1003
  • Add contributor activity graphic by @esimkowitz in #1004
  • Fix new tab bug that would remove terminal block by @esimkowitz in #1006
  • Make terminal block scrollbar thumb slightly wider, closer to edge by @esimkowitz in #1007
  • Adjust the gap sizes and padding for the Wave AI controls div so it's more uniform by @esimkowitz in #1008
  • Remove 6px padding from terminal block, make scrollbar properly overlay the terminal contents by @esimkowitz in #1009
  • Add Don't Ask Again Checkbox for Wsh Install by @oneirocosm in #1010
  • fix initial size of windows by @sawka in #1011
  • make size computation a bit more general. adjust for workarea x/y by @sawka in #1012

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