Releases: wavetermdev/waveterm
Releases · wavetermdev/waveterm
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
Wave Terminal v0.8.6 Release
Another quick hotfix update. Fixes an issue where, if you deleted all of the tabs in a window, the window would be restored on next startup as completely blank.
Also, as a bonus, we added fish shell support!
Change Log from PRs
- Checkbox and Radio Context Menu Items by @oneirocosm in #861
- Dispose of the window DB entry when no tabs are left by @esimkowitz in #866
- better conditional taskfile running by @sawka in #864
- fix broken windows (with no tabs) by @sawka in #867
- Storybook page, exclude Jotai from dependabot, use NodeJS 20 for builds by @esimkowitz in #868
- Bump the dev-dependencies group with 2 updates by @dependabot in #870
- Bump github.com/sashabaranov/go-openai from 1.30.3 to 1.31.0 by @dependabot in #869
- Revert "better conditional taskfile running" by @esimkowitz in #872
- Fix storybook build by @esimkowitz in #873
- Fix icons for storybook by @esimkowitz in #875
- Add nojekyll to assets dir by @esimkowitz in #876
- Add assets dir for storybook by @esimkowitz in #877
- fix assets path by @esimkowitz in #878
- support fish shell with wsh by @sawka in #874
- Fix Storybook Vite outDir by @esimkowitz in #879
Full Changelog: v0.8.5...v0.8.6
Wave Terminal v0.8.6-beta.2 Release
What's Changed
- Checkbox and Radio Context Menu Items by @oneirocosm in #861
- Dispose of the window DB entry when no tabs are left by @esimkowitz in #866
- better conditional taskfile running by @sawka in #864
- fix broken windows (with no tabs) by @sawka in #867
- Storybook page, exclude Jotai from dependabot, use NodeJS 20 for builds by @esimkowitz in #868
- Bump the dev-dependencies group with 2 updates by @dependabot in #870
- Bump github.com/sashabaranov/go-openai from 1.30.3 to 1.31.0 by @dependabot in #869
- Revert "better conditional taskfile running" by @esimkowitz in #872
- Fix storybook build by @esimkowitz in #873
- Fix icons for storybook by @esimkowitz in #875
- Add nojekyll to assets dir by @esimkowitz in #876
- Add assets dir for storybook by @esimkowitz in #877
- fix assets path by @esimkowitz in #878
- support fish shell with wsh by @sawka in #874
Full Changelog: v0.8.5...v0.8.6-beta.2
Wave Terminal v0.8.5 Release
What's Changed
Full Changelog: v0.8.4...v0.8.5
Wave Terminal v0.8.4 Release
What's Changed
- Add setting to disable Chromium hardware acceleration by @esimkowitz in #847
- legacy message for v7 upgrades by @sawka in #858
- if WAVETERM_HOME is set, use that in emain by @sawka in #859
Full Changelog: v0.8.3...v0.8.4