Wave Terminal v0.8.13 Release
- Wave is now available as a Snap for Linux users! You can find it in the Snap Store.
- Wave is now available via the Windows Package Manager! You can install it via
winget install CommandLine.Wave
- can now use "term:fontsize" to override an individual terminal block's font size (also in context menu)
- we now allow mixed case hostnames for connections to be compatible with ssh config
- The Linux app icon is now updated to match the Windows icon
- [bugfix] fixed a bug that sometimes caused escape sequences to be printed when switching between tabs
- [bugfix] fixed an issue where the preview block was not cleaning up temp files (Windows only)
- [bugfix] fixed chrome sandbox permissions errors in linux
- [bugfix] fixed shutdown logic on MacOS/Linux which sometimes allowed orphaned processes to survive
PRs
- Revert "Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2"" by @esimkowitz in #1077
- Revert "Revert "Bump the dev-dependencies group with 6 updates"" by @esimkowitz in #1076
- Revert "Revert "Bump the prod-dependencies group with 2 updates"" by @esimkowitz in #1075
- Fix telemetry link in TOS by @esimkowitz in #1087
- Bump the electron group with 2 updates by @dependabot in #1063
- Attempt to fix chrome-sandbox permissions issue on Linux by @esimkowitz in #1089
- Update run name for manual dispatch by @esimkowitz in #1090
- Fix path for chrome-sandbox chmod by @esimkowitz in #1091
- Fix code scanning alert no. 50: Size computation for allocation may overflow by @esimkowitz in #1088
- Snap support by @esimkowitz in #1095
- Display error message on failed WebView page load by @esimkowitz in #1072
- Add config to direct folks to alternative issue sources by @esimkowitz in #1104
- Remove extra security policy direction by @esimkowitz in #1105
- Add step to bump Winget package version on publish by @esimkowitz in #1103
- Add winget to the readme by @esimkowitz in #1109
- Add steps to publish to Snapcraft by @esimkowitz in #1102
- Add Snap instructions to readme by @esimkowitz in #1112
- on windows, must close the new temp file before removing it by @sawka in #1115
- fix: allow capital letters on host match by @oneirocosm in #1117
- termfontsize override by @sawka in #1118
- resize terminal on restoring state (#1100) (backport from dev0.9) by @sawka in #1116
- Fix bugs in electron-builder and build-helper by @esimkowitz in #1119
- Fix snap name by @esimkowitz in #1120
- Use a different action to download release by @esimkowitz in #1121
- Fix task naming to avoid conflicts by @esimkowitz in #1122
- Remove snapcraft install action that uses deprecated Node version by @esimkowitz in #1123
- Fix contains order in Taskfile by @esimkowitz in #1124
- Update Build Instructions to mention that NodeJS should be 20 by @esimkowitz in #1125
- Add Linux packaging instructions to build by @esimkowitz in #1126
- Make Linux icon match Windows by @esimkowitz in #1127
- fix shutdown logic for macos/linux by @sawka in #1128
Full Changelog: v0.8.12...v0.8.13