Releases: wavetermdev/waveterm
Releases · wavetermdev/waveterm
Wave Terminal v0.10.4 Release
v0.10.4 — Dec 20, 2024
Quick update with bug fixes and new configuration options
- Added "window:confirmclose" and "window:savelastwindow" configuration options
- [bugfix] Fixed broken scroll bar in the AI widget
- [bugfix] Fixed default path for wsh shell detection (used in remote connections)
- Dependency updates
What's Changed
- fix: dynamically determine the chat window height by @oneirocosm in #1588
- Allow empty workspace name while editing workspace by @esimkowitz in #1592
- Update go net package by @esimkowitz in #1593
- Remove WaveAI dynamic height adjustment, use pure CSS, also fix scrolling by @esimkowitz in #1594
- fix: add leading slash to default remote shell by @oneirocosm in #1596
- Fix more WaveAI scroll issues by @esimkowitz in #1597
- Allow users to close windows without confirming, delete last window by @esimkowitz in #1598
- Only create starter workspace on first launch by @esimkowitz in #1599
- Release notes for v0.10.4 by @oneirocosm in #1600
Full Changelog: v0.10.3...v0.10.4
Wave Terminal v0.10.4-beta.3 Release
What's Changed
- Only create starter workspace on first launch by @esimkowitz in #1599
Full Changelog: v0.10.4-beta.2...v0.10.4-beta.3
Wave Terminal v0.10.4-beta.2 Release
What's Changed
- fix: add leading slash to default remote shell by @oneirocosm in #1596
- Fix more WaveAI scroll issues by @esimkowitz in #1597
- Allow users to close windows without confirming, delete last window by @esimkowitz in #1598
Full Changelog: v0.10.4-beta.1...v0.10.4-beta.2
Wave Terminal v0.10.4-beta.1 Release
What's Changed
- Remove WaveAI dynamic height adjustment, use pure CSS, also fix scrolling by @esimkowitz in #1594
Full Changelog: v0.10.4-beta.0...v0.10.4-beta.1
Wave Terminal v0.10.4-beta.0 Release
What's Changed
- fix: dynamically determine the chat window height by @oneirocosm in #1588
- Allow empty workspace name while editing workspace by @esimkowitz in #1592
- Update go net package by @esimkowitz in #1593
Full Changelog: v0.10.3...v0.10.4-beta.0
Wave Terminal v0.10.3 Release
Quick update to v0.10 with new features and bug fixes. (replaces v0.10.2)
- Global hotkey support docs
- Added configuration to override the font size for markdown, AI-chat, and preview editor docs
- Added ability to set independent zoom level for the web view (right click block header)
- New
wsh wavepath
command to open the config directory, data directory, and log file - [bugfix] Fixed crash when /etc/sshd_config contained an unsupported Match directive (most common on Fedora)
- [bugfix] Workspaces are now more consistent across windows, closes associated window when Workspaces are deleted
- [bugfix] Fixed zsh on WSL
- [bugfix] Fixed long-standing bug around control sequences sometimes showing up in terminal output when switching tabs
- Lots of new examples in the docs for shell overrides, presets, widgets, and connections
- Other bug fixes and UI updates
PRs
- docs: update releasenotes.mdx by @eltociear in #1518
- Bump the dev-dependencies group across 1 directory with 6 updates by @dependabot in #1515
- readme updates by @sawka in #1533
- Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 by @dependabot in #1410
- webview zoom by @sawka in #1531
- Bump electron from 33.2.0 to 33.2.1 in the electron group by @dependabot in #1513
- Global Hotkey by @oneirocosm in #1534
- relative markdown text by @sawka in #1489
- Add term:localshellopts example to docs by @esimkowitz in #1535
- Update button class name so it doesn't conflict with Monaco by @esimkowitz in #1536
- Extra Font Size Controls by @oneirocosm in #1537
- Fix iconbutton styling by @esimkowitz in #1538
- Synchronize workspace edits across windows, close window when workspace is deleted by @esimkowitz in #1540
- fix terminal escape sequence printing bug by @sawka in #1544
- Disable Wsh on Remotes where the Domain Socket Listener Fails by @oneirocosm in #1542
- Add ZDOTDIR after JWT token for WSL commands by @esimkowitz in #1546
- Add
wsh wavepath
command for getting Wave paths by @esimkowitz in #1545 - document markdown font size settings by @sawka in #1547
- Global Hotkey Docs by @oneirocosm in #1548
- Fish and Pwsh Examples by @oneirocosm in #1549
- Connections Examples by @oneirocosm in #1552
- Add FAQ for WSH outside of Wave by @esimkowitz in #1558
- Shell Example Pictures by @oneirocosm in #1562
- Better Hotkey Example by @oneirocosm in #1563
- Add warning when user is running in ARM translation mode by @esimkowitz in #1560
- fix blockstore panic by @sawka in #1570
- transparent terminal themes by @sawka in #1561
- SSH Config Panic Handler by @oneirocosm in #1571
- Make TOS modal buttons larger by @esimkowitz in #1573
- fix markdown last margin by @sawka in #1575
- fix: unquote zdotdir for starting zsh in wsl by @oneirocosm in #1574
- fix: use updates ssh_config version with match fix by @oneirocosm in #1576
- fix: bound custom fontsizes between 6 and 64 by @oneirocosm in #1577
- Search box component by @esimkowitz in #1579
- Make all keybindings in docsite have title by @esimkowitz in #1580
- release notes for v0.10.2 by @sawka in #1578
- fix: bound code editor font size by @oneirocosm in #1581
- fix terminal selection colors when transparency is turned on by @sawka in #1584
- ignore coderabbit, update for v0.10.3 by @sawka in #1585
New Contributors
- @eltociear made their first contribution in #1518
Full Changelog: v0.10.1...v0.10.3
Wave Terminal v0.10.2 Release
Quick update to v0.10 with new features and bug fixes.
- Global hotkey support docs
- Added configuration to override the font size for markdown, AI-chat, and preview editor docs
- Added ability to set independent zoom level for the web view (right click block header)
- New
wsh wavepath
command to open the config directory, data directory, and log file - [bugfix] Fixed crash when /etc/sshd_config contained an unsupported Match directive (most common on Fedora)
- [bugfix] Workspaces are now more consistent across windows, closes associated window when Workspaces are deleted
- [bugfix] Fixed zsh on WSL
- [bugfix] Fixed long-standing bug around control sequences sometimes showing up in terminal output when switching tabs
- Lots of new examples in the docs for shell overrides, presets, widgets, and connections
- Other bug fixes and UI updates
PRs
- docs: update releasenotes.mdx by @eltociear in #1518
- Bump the dev-dependencies group across 1 directory with 6 updates by @dependabot in #1515
- readme updates by @sawka in #1533
- Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 by @dependabot in #1410
- webview zoom by @sawka in #1531
- Bump electron from 33.2.0 to 33.2.1 in the electron group by @dependabot in #1513
- Global Hotkey by @oneirocosm in #1534
- relative markdown text by @sawka in #1489
- Add term:localshellopts example to docs by @esimkowitz in #1535
- Update button class name so it doesn't conflict with Monaco by @esimkowitz in #1536
- Extra Font Size Controls by @oneirocosm in #1537
- Fix iconbutton styling by @esimkowitz in #1538
- Synchronize workspace edits across windows, close window when workspace is deleted by @esimkowitz in #1540
- fix terminal escape sequence printing bug by @sawka in #1544
- Disable Wsh on Remotes where the Domain Socket Listener Fails by @oneirocosm in #1542
- Add ZDOTDIR after JWT token for WSL commands by @esimkowitz in #1546
- Add
wsh wavepath
command for getting Wave paths by @esimkowitz in #1545 - document markdown font size settings by @sawka in #1547
- Global Hotkey Docs by @oneirocosm in #1548
- Fish and Pwsh Examples by @oneirocosm in #1549
- Connections Examples by @oneirocosm in #1552
- Add FAQ for WSH outside of Wave by @esimkowitz in #1558
- Shell Example Pictures by @oneirocosm in #1562
- Better Hotkey Example by @oneirocosm in #1563
- Add warning when user is running in ARM translation mode by @esimkowitz in #1560
- fix blockstore panic by @sawka in #1570
- transparent terminal themes by @sawka in #1561
- SSH Config Panic Handler by @oneirocosm in #1571
- Make TOS modal buttons larger by @esimkowitz in #1573
- fix markdown last margin by @sawka in #1575
- fix: unquote zdotdir for starting zsh in wsl by @oneirocosm in #1574
- fix: use updates ssh_config version with match fix by @oneirocosm in #1576
- fix: bound custom fontsizes between 6 and 64 by @oneirocosm in #1577
- Search box component by @esimkowitz in #1579
- Make all keybindings in docsite have title by @esimkowitz in #1580
- release notes for v0.10.2 by @sawka in #1578
- fix: bound code editor font size by @oneirocosm in #1581
New Contributors
- @eltociear made their first contribution in #1518
Full Changelog: v0.10.1...v0.10.2
Wave Terminal v0.10.2-beta.2 Release
What's Changed
- SSH Config Panic Handler by @oneirocosm in #1571
- Make TOS modal buttons larger by @esimkowitz in #1573
- fix markdown last margin by @sawka in #1575
- fix: unquote zdotdir for starting zsh in wsl by @oneirocosm in #1574
- fix: use updates ssh_config version with match fix by @oneirocosm in #1576
- fix: bound custom fontsizes between 6 and 64 by @oneirocosm in #1577
Full Changelog: v0.10.2-beta.1...v0.10.2-beta.2
Wave Terminal v0.10.2-beta.1 Release
What's Changed
- Global Hotkey Docs by @oneirocosm in #1548
- Fish and Pwsh Examples by @oneirocosm in #1549
- Connections Examples by @oneirocosm in #1552
- Add FAQ for WSH outside of Wave by @esimkowitz in #1558
- Shell Example Pictures by @oneirocosm in #1562
- Better Hotkey Example by @oneirocosm in #1563
- Add warning when user is running in ARM translation mode by @esimkowitz in #1560
- fix blockstore panic by @sawka in #1570
- transparent terminal themes by @sawka in #1561
Full Changelog: v0.10.2-beta.0...v0.10.2-beta.1
Wave Terminal v0.10.2-beta.0 Release
What's Changed
- docs: update releasenotes.mdx by @eltociear in #1518
- Bump the dev-dependencies group across 1 directory with 6 updates by @dependabot in #1515
- readme updates by @sawka in #1533
- Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 by @dependabot in #1410
- webview zoom by @sawka in #1531
- Bump electron from 33.2.0 to 33.2.1 in the electron group by @dependabot in #1513
- Global Hotkey by @oneirocosm in #1534
- relative markdown text by @sawka in #1489
- Add term:localshellopts example to docs by @esimkowitz in #1535
- Update button class name so it doesn't conflict with Monaco by @esimkowitz in #1536
- Extra Font Size Controls by @oneirocosm in #1537
- Fix iconbutton styling by @esimkowitz in #1538
- Synchronize workspace edits across windows, close window when workspace is deleted by @esimkowitz in #1540
- fix terminal escape sequence printing bug by @sawka in #1544
- Disable Wsh on Remotes where the Domain Socket Listener Fails by @oneirocosm in #1542
- Add ZDOTDIR after JWT token for WSL commands by @esimkowitz in #1546
- Add
wsh wavepath
command for getting Wave paths by @esimkowitz in #1545 - document markdown font size settings by @sawka in #1547
New Contributors
- @eltociear made their first contribution in #1518
Full Changelog: v0.10.1...v0.10.2-beta.0