Releases: wavetermdev/waveterm
Releases · wavetermdev/waveterm
Wave Terminal v0.8.13-beta.2 Release
What's Changed
- Fix task naming to avoid conflicts by @esimkowitz in #1122
- Remove snapcraft install action that uses deprecated Node version by @esimkowitz in #1123
Full Changelog: v0.8.13-beta.1...v0.8.13-beta.2
Wave Terminal v0.8.13-beta.1 Release
What's Changed
- 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
Full Changelog: v0.8.12...v0.8.13-beta.1
Wave Terminal v0.8.13-beta.0 Release
What's Changed
- 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
Full Changelog: v0.8.12...v0.8.13-beta.0
Wave Terminal v0.8.12 Release
- Added support for multiple AI configurations! You can now run Open AI side-by-side with Ollama models. Can create AI presets in presets.json, and can easily switch between them using a new dropdown in the AI widget
- Fix WebSocket reconnection error. this sometimes caused the terminal to hang when waking up from sleep
- Added memory graphs, and per-CPU graphs to the sysinfo widget (and renamed it from cpuplot)
- Added a new huge red "Config Error" button when there are parse errors in the config JSON file
- Preview/CodeEdit widget now shows errors (squiggly lines) when JSON or YAML files fail to parse
- New app icon for Windows to better match Fluent UI standards
- Added copy-on-select to the terminal (on by default, can disable using "term:copyonselect")
- Added a button to mute audio in webviews
- Added a right-click "Open Clipboard URL" to easily open a webview from an URL stored in your system clipboard
- [bugfix] fixed blank "help" pages when waking from sleep or restarting the app
PRs
- Bump the dev-dependencies group with 7 updates by @dependabot in #1016
- Bump winston from 3.14.2 to 3.15.0 in the prod-dependencies group by @dependabot in #1017
- Move AI model configs to presets and add a dropdown to swap between configs by @esimkowitz in #1024
- Fix menu stories by @esimkowitz in #1028
- implement copy on select for terminal by @sawka in #1029
- implement a config error button + message modal that shows the errors by @sawka in #1030
- get json/yaml validation working by @sawka in #1032
- Add button to mute audio when media is playing in webview by @esimkowitz in #1036
- Quicklook only for local files on mac by @oneirocosm in #1039
- fix bg image css processing by @sawka in #1044
- add new generic open clipboard url by @sawka in #1045
- Fix runaway name appending on the default AI preset by @esimkowitz in #1051
- Bump electron from 32.1.2 to 32.2.0 in the electron group by @dependabot in #1018
- Bump github.com/sashabaranov/go-openai from 1.31.0 to 1.32.0 by @dependabot in #1019
- Add expect-error to two emain event handlers by @esimkowitz in #1052
- Separate AppBackground into its own file by @esimkowitz in #1053
- Fix Windows packaging when signing isn't provided, update app icon on Windows by @esimkowitz in #1055
- Plot Sysinfo by @oneirocosm in #1054
- Fix bug where helpview fails to load sub-pages after idle by @esimkowitz in #1056
- Add helpview callback to resolve failed webview loads by @esimkowitz in #1057
- TestDriver v4 by @ianjennings in #865
- ws reconnection bug + clean up logging by @sawka in #1058
- fix websocket reconnect error by @sawka in #1064
- Remove ollama AI preset by @esimkowitz in #1068
- Bump the storybook group with 9 updates by @dependabot in #1061
- Bump the dev-dependencies group with 6 updates by @dependabot in #1060
- Bump the prod-dependencies group with 2 updates by @dependabot in #1062
- Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2 by @dependabot in #1059
- Revert "Bump the prod-dependencies group with 2 updates" by @esimkowitz in #1071
- Revert "Bump the dev-dependencies group with 6 updates" by @esimkowitz in #1070
- Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2" by @esimkowitz in #1069
Full Changelog: v0.8.11...v0.8.12
Wave Terminal v0.8.12-beta.5 Release
What's Changed
- fix websocket reconnect error by @sawka in #1064
- Remove ollama AI preset by @esimkowitz in #1068
- Bump the storybook group with 9 updates by @dependabot in #1061
- Bump the dev-dependencies group with 6 updates by @dependabot in #1060
- Bump the prod-dependencies group with 2 updates by @dependabot in #1062
- Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2 by @dependabot in #1059
- Revert "Bump the prod-dependencies group with 2 updates" by @esimkowitz in #1071
- Revert "Bump the dev-dependencies group with 6 updates" by @esimkowitz in #1070
- Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2" by @esimkowitz in #1069
Full Changelog: v0.8.12-beta.3...v0.8.12-beta.5
Wave Terminal v0.8.12-beta.3 Release
What's Changed
- TestDriver v4 by @ianjennings in #865
- ws reconnection bug + clean up logging by @sawka in #1058
Full Changelog: v0.8.12-beta.2...v0.8.12-beta.3
Wave Terminal v0.8.12-beta.2 Release
What's Changed
- Add button to mute audio when media is playing in webview by @esimkowitz in #1036
- Quicklook only for local files on mac by @oneirocosm in #1039
- fix bg image css processing by @sawka in #1044
- add new generic open clipboard url by @sawka in #1045
- Fix runaway name appending on the default AI preset by @esimkowitz in #1051
- Bump electron from 32.1.2 to 32.2.0 in the electron group by @dependabot in #1018
- Bump github.com/sashabaranov/go-openai from 1.31.0 to 1.32.0 by @dependabot in #1019
- Add expect-error to two emain event handlers by @esimkowitz in #1052
- Separate AppBackground into its own file by @esimkowitz in #1053
- Fix Windows packaging when signing isn't provided, update app icon on Windows by @esimkowitz in #1055
- Plot Sysinfo by @oneirocosm in #1054
- Fix bug where helpview fails to load sub-pages after idle by @esimkowitz in #1056
- Add helpview callback to resolve failed webview loads by @esimkowitz in #1057
Full Changelog: v0.8.12-beta.0...v0.8.12-beta.2
Wave Terminal v0.8.12-beta.0 Release
What's Changed
- Bump the dev-dependencies group with 7 updates by @dependabot in #1016
- Bump winston from 3.14.2 to 3.15.0 in the prod-dependencies group by @dependabot in #1017
- Move AI model configs to presets and add a dropdown to swap between configs by @esimkowitz in #1024
- Fix menu stories by @esimkowitz in #1028
- implement copy on select for terminal by @sawka in #1029
- implement a config error button + message modal that shows the errors by @sawka in #1030
- get json/yaml validation working by @sawka in #1032
Full Changelog: v0.8.11...v0.8.12-beta.0
Wave Terminal v0.8.11 Release
Hotfix release to address a couple of bugs introduced in v0.8.10
- Fixes a regression in v0.8.10 which caused new tabs to sometimes come up blank and broken
- Layout fixes to the AI widget spacing
- Terminal scrollbar is now semi-transparent and overlays last column
- Fixes initial window size (on first startup) for both smaller and larger screens
- Added a "Don't Ask Again" checkbox for installing
wsh
on remote machines (sets a new config flag) - Prevent the app from downgrading when you install a beta build. Installing a beta-build will now switch you to the beta-update channel.
PRs
- Remove global.ts dependency from emain by @esimkowitz in #1003
- Add contributor activity graphic by @esimkowitz in #1004
- Fix new tab bug that would remove terminal block by @esimkowitz in #1006
- Make terminal block scrollbar thumb slightly wider, closer to edge by @esimkowitz in #1007
- Adjust the gap sizes and padding for the Wave AI controls div so it's more uniform by @esimkowitz in #1008
- Remove 6px padding from terminal block, make scrollbar properly overlay the terminal contents by @esimkowitz in #1009
- Add Don't Ask Again Checkbox for Wsh Install by @oneirocosm in #1010
- fix initial size of windows by @sawka in #1011
- make size computation a bit more general. adjust for workarea x/y by @sawka in #1012
- fix: add conn prefix to askbeforewshinstall flag by @oneirocosm in #1013
- Prevent the app from downgrading when a user installs beta over latest by @esimkowitz in #1014
Full Changelog: v0.8.10...v0.8.11
Wave Terminal v0.8.11-beta.0 Release
What's Changed
- Remove global.ts dependency from emain by @esimkowitz in #1003
- Add contributor activity graphic by @esimkowitz in #1004
- Fix new tab bug that would remove terminal block by @esimkowitz in #1006
- Make terminal block scrollbar thumb slightly wider, closer to edge by @esimkowitz in #1007
- Adjust the gap sizes and padding for the Wave AI controls div so it's more uniform by @esimkowitz in #1008
- Remove 6px padding from terminal block, make scrollbar properly overlay the terminal contents by @esimkowitz in #1009
- Add Don't Ask Again Checkbox for Wsh Install by @oneirocosm in #1010
- fix initial size of windows by @sawka in #1011
- make size computation a bit more general. adjust for workarea x/y by @sawka in #1012
Full Changelog: v0.8.10...v0.8.11-beta.0