Skip to content

Releases: wavetermdev/waveterm

Wave Terminal v0.8.9-beta.9 Release

09 Oct 00:37
62602de
Compare
Choose a tag to compare
Pre-release

What's Changed

  • add webcontents id to helpview webview. by @sawka in #969
  • fix wsh output. all output is run through sprintf, so escape properly by @sawka in #971
  • allow metadata to override the frame title, icon, and text by @sawka in #972
  • term scrollback size and reduce cache frequency by @sawka in #978
  • Back Arrow goes back to existing parent by @oneirocosm in #979
  • Update termthemes.json. Added new theme: One Dark Pro by @geekgao in #976
  • remove blockid from the regular args, use an optional -b by @sawka in #973
  • new config preview:showhiddenfiles by @sawka in #981
  • Fix vulnerable cookie dependency by @esimkowitz in #984
  • Add per-block WebView homepage setting, help view is now just a skinned webview by @esimkowitz in #982
  • Add Block and Default homepage menu options by @esimkowitz in #986
  • Add markdown alert parsing, fix buffer issue when switching files by @esimkowitz in #988
  • Add a Notification Subcommand to Wsh by @oneirocosm in #985
  • Re-enable go and zig actions in codeql pipeline by @esimkowitz in #990
  • implement back/forward for help view by @sawka in #991

Full Changelog: v0.8.9-beta.3...v0.8.9-beta.9

Wave Terminal v0.8.9-beta.3 Release

06 Oct 21:13
c8ecb3d
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Don't update all brew dependencies by @esimkowitz in #950
  • Remove unnecessary log in helpview by @esimkowitz in #951
  • Bump the dev-dependencies group with 5 updates by @dependabot in #957
  • Bump the storybook group with 9 updates by @dependabot in #958
  • Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #953
  • Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 by @dependabot in #954
  • Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot in #955
  • Bump the electron group with 2 updates by @dependabot in #959
  • only use filemutex for windows by @sawka in #960
  • implement wsh createblock by @sawka in #961
  • right click save image in webview by @sawka in #962
  • change cursorAccent to cursor to match xtermjs. by @sawka in #968
  • Update termthemes.json by @geekgao in #966
  • Add 'scrollable' prop to Markdown component for better control over scrolling behavior by @adred in #964
  • Open Text File if File Does Not Exist by @oneirocosm in #963
  • better shutdown logic to capture waveapp logs from wavesrv shutdown by @sawka in #931

New Contributors

Full Changelog: v0.8.9-beta.1...v0.8.9-beta.3

Wave Terminal v0.8.9-beta.1 Release

04 Oct 16:57
64a440b
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.9-beta.0...v0.8.9-beta.1

Wave Terminal v0.8.9-beta.0 Release

03 Oct 21:45
cee46a6
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.8...v0.8.9-beta.0

Wave Terminal v0.8.8 Release

01 Oct 23:23
705f0ca
Compare
Choose a tag to compare

Hot fix to fix global keybindings when the terminal is focused in Windows/Linux. Now the Alt-[key] keybindings function properly. Also includes a very large performance boost to AI output.

PRs

Full Changelog: v0.8.7...v0.8.8

Wave Terminal v0.8.8-beta.4 Release

01 Oct 21:40
acd0bf3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.8-beta.2...v0.8.8-beta.4

Wave Terminal v0.8.8-beta.2 Release

01 Oct 05:39
9173db4
Compare
Choose a tag to compare
Pre-release

What's Changed

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

Wave Terminal v0.8.8-beta.1 Release

01 Oct 05:08
23f6ab7
Compare
Choose a tag to compare
Pre-release

What's Changed

  • add term:localshellopts by @sawka in #914
  • quick hack to try to reserve some alt keys from the terminal by @sawka in #915

Full Changelog: v0.8.7...v0.8.8-beta.1

Wave Terminal v0.8.7 Release

01 Oct 01:24
8cfbd24
Compare
Choose a tag to compare

Quick patch release to fix bugs:

  • Fixes windows SSH connections (invalid path while trying to install wsh tools)
  • Fixes an issue resolving ~ in windows paths ~\ now works instead of just ~/
  • Tries to fix background color for webpages. Pulls meta tag for color-scheme, and sets a black background if dark detected (fixes issue rendering raw githubusercontent files)
  • Fixed our useDimensions hook to fire correctly. Fixes some sizing issues including allowing error messages to show consistently when SSH connections fail.
  • Allow "data:" urls in custom tab backgrounds
  • All the alias "tab" for the current tab's UUID when using wsh
  • [BUILD] conditional write generated files only if they are updated

PRs

Full Changelog: v0.8.6...v0.8.7

Wave Terminal v0.8.7-beta.1 Release

30 Sep 22:11
f115dcb
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.8.6...v0.8.7-beta.1