Releases: wavetermdev/waveterm
Releases · wavetermdev/waveterm
Wave Terminal v0.8.9-beta.9 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
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
What's Changed
- Embed static copy of docsite for help view by @esimkowitz in #949
Full Changelog: v0.8.9-beta.0...v0.8.9-beta.1
Wave Terminal v0.8.9-beta.0 Release
What's Changed
- add some fun new background presets by @sawka in #930
- Use forms for issue templates by @esimkowitz in #933
- Update version wording in template by @esimkowitz in #935
- render markdown for steps to reproduce in issue template by @esimkowitz in #936
- More issue template formatting by @esimkowitz in #937
- More issue template formatting by @esimkowitz in #939
- More issue tweaks by @esimkowitz in #940
- Add instructions to get Wave version in issue template by @esimkowitz in #942
- Fix Alt+G on Windows/Linux by @esimkowitz in #943
- Fix double scrollbars in dir preview by @esimkowitz in #932
- Better handle background color for dir preview table by @esimkowitz in #944
- Add Wayland hint flags to Linux build by @esimkowitz in #948
Full Changelog: v0.8.8...v0.8.9-beta.0
Wave Terminal v0.8.8 Release
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
- add term:localshellopts by @sawka in #914
- quick hack to try to reserve some alt keys from the terminal by @sawka in #915
- Speed Up Ai by @oneirocosm in #911
- use makeIconClass for widgets, add 'brands' support by @sawka in #920
- fix: modifier keys on windows and linux by @oneirocosm in #922
- Windows Line Endings by @oneirocosm in #923
- have terminal ignore all global keybindings by @sawka in #924
Full Changelog: v0.8.7...v0.8.8
Wave Terminal v0.8.8-beta.4 Release
What's Changed
- use makeIconClass for widgets, add 'brands' support by @sawka in #920
- fix: modifier keys on windows and linux by @oneirocosm in #922
- Windows Line Endings by @oneirocosm in #923
- have terminal ignore all global keybindings by @sawka in #924
Full Changelog: v0.8.8-beta.2...v0.8.8-beta.4
Wave Terminal v0.8.8-beta.2 Release
Wave Terminal v0.8.8-beta.1 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
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
- menu by @adred in #846
- Storybook with dark mode support by @esimkowitz in #880
- Emit dark mode update event when system setting changes by @esimkowitz in #881
- Change logo path for storybook by @esimkowitz in #882
- Fix wave logo size and anchor alignments in Storybook by @esimkowitz in #883
- Override bg color on light vs dark mode storybook by @esimkowitz in #884
- Add Storybook link to contributing guide by @esimkowitz in #885
- Add storybook link to readme by @esimkowitz in #886
- Update style section of contributing guide by @esimkowitz in #887
- fix cname formatting exclusion by @esimkowitz in #888
- all data urls in bg. also fix setmeta to only split on the first equal sign by @sawka in #889
- id 'tab' for current tabid by @sawka in #891
- fix app-background zindex by @sawka in #893
- conditionally write generated files by @sawka in #890
- SSH Windows Fix by @oneirocosm in #894
- Bump the dev-dependencies group with 2 updates by @dependabot in #892
- fix use dimensions hook by @sawka in #905
- Add Extra Log Messages to Improve Debugging Experience by @oneirocosm in #906
- better shellopts for commands and login/interactive shells by @sawka in #907
- try to get meta tag to detect color by @sawka in #908
- ExpandHomeDir Fix on Windows by @oneirocosm in #909
Full Changelog: v0.8.6...v0.8.7
Wave Terminal v0.8.7-beta.1 Release
What's Changed
- menu by @adred in #846
- Storybook with dark mode support by @esimkowitz in #880
- Emit dark mode update event when system setting changes by @esimkowitz in #881
- Change logo path for storybook by @esimkowitz in #882
- Fix wave logo size and anchor alignments in Storybook by @esimkowitz in #883
- Override bg color on light vs dark mode storybook by @esimkowitz in #884
- Add Storybook link to contributing guide by @esimkowitz in #885
- Add storybook link to readme by @esimkowitz in #886
- Update style section of contributing guide by @esimkowitz in #887
- fix cname formatting exclusion by @esimkowitz in #888
- all data urls in bg. also fix setmeta to only split on the first equal sign by @sawka in #889
- id 'tab' for current tabid by @sawka in #891
- fix app-background zindex by @sawka in #893
- conditionally write generated files by @sawka in #890
- SSH Windows Fix by @oneirocosm in #894
- Bump the dev-dependencies group with 2 updates by @dependabot in #892
- fix use dimensions hook by @sawka in #905
- Add Extra Log Messages to Improve Debugging Experience by @oneirocosm in #906
- better shellopts for commands and login/interactive shells by @sawka in #907
- try to get meta tag to detect color by @sawka in #908
- ExpandHomeDir Fix on Windows by @oneirocosm in #909
Full Changelog: v0.8.6...v0.8.7-beta.1