Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 8ff3a6f

Browse files
authored
create v0.8.9 release notes (#64)
1 parent 2fa6979 commit 8ff3a6f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/releasenotes.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ sidebar_position: 8
66

77
# Release Notes
88

9+
### v0.8.9 — Oct 8, 2024
10+
11+
Lots of bug fixes and new features!
12+
13+
* New "help" view -- uses an embedded version of our doc site -- https://docs.waveterm.dev
14+
* [breaking] wsh getmeta, wsh setmeta, and wsh deleteblock now take a blockid using a `-b` parameter instead of as a positional parameter
15+
* allow metadata to override the block icon, header, and text (frame:title, frame:icon, and frame:text)
16+
* checkpoint the terminal less often to reduce frequency of output bug (still working on a full fix)
17+
* new terminal themes -- Warm Yellow, and One Dark Pro
18+
* we now support github flavored markdown alerts
19+
* `wsh notify` command to send a desktop notification
20+
* `wsh createblock` to create any block via the CLI
21+
* right click to "Save Image" in webview
22+
* `wsh edit` will now allow you to open new files (as long as the parent directly exists)
23+
* added 8 new fun tab background presets (right click on any tab and select "Backgrounds" to try them out)
24+
* [config] new config key "term:scrollback" to set the number of lines of scrollback for terminals. Use "-1" to set 0, max is 10000.
25+
* [config] new config key "term:theme" to set the default terminal theme for all new terminals
26+
* [config] new config key "preview:showhiddenfiles" to set the default "show hidden files" setting for preview
27+
* [bugfix] fixed an formatting issue with `wsh getmeta`
28+
* [bugfix] fix for startup issue on Linux when home directory is an NFS mount
29+
* [bugfix] fix cursor color in terminal themes to work
30+
* [bugfix] fix some double scrollbars when showing markdown content
31+
* [bugfix] improved shutdown sequence to better capture wavesrv logs
32+
* [bugfix] fix Alt+G keyboard accelerator for Linux/Windows
33+
* other assorted bug fixes, cleanups, and security fixes
34+
35+
936
### v0.8.8 — Oct 1, 2024
1037

1138
Quick patch release to fix Windows/Linux "Alt" keybindings. Also brings a huge performance improvement to AI streaming speed.

0 commit comments

Comments
 (0)