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