You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/releasenotes.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ sidebar_position: 200
6
6
7
7
# Release Notes
8
8
9
+
### v0.14.4 — Mar 26, 2026
10
+
11
+
Wave v0.14.4 introduces vertical tabs, upgrades to xterm.js v6, and includes a collection of bug fixes and internal improvements.
12
+
13
+
**Vertical Tab Bar:**
14
+
15
+
-**New Vertical Tab Bar Option** - Tabs can now be displayed vertically along the side of the window, giving you more horizontal space and easier access to tabs when you have many open. Toggle between horizontal and vertical tab layouts in settings.
16
+
17
+
**Terminal Improvements:**
18
+
19
+
-**xterm.js v6.0.0 Upgrade** - Upgraded to the latest xterm.js v6, bringing improved terminal compatibility and rendering. This should resolve various terminal rendering quirks observed with tools like Claude Code.
20
+
21
+
**Other Changes:**
22
+
23
+
-**`backgrounds.json`** - Renamed `presets/bg.json` to `backgrounds.json` and moved background config to new `tab:background` key (auto-migrated on startup)
24
+
-**Config Errors Moved** - Config errors removed from the tab bar and moved to Settings / WaveConfig view for less clutter
25
+
-**Warn on Unsaved Changes** - WaveConfig view now warns before discarding unsaved changes
26
+
-**Stream Performance** - Migrated file streaming to new modern interface with flow control, fixing a large time-to-first-byte streaming bug
27
+
-**macOS First Click** - Improved first-click handling on macOS (cancel the click but properly set block/WaveAI focus)
28
+
- Deprecated legacy AI widget has been removed
29
+
-[bugfix] Fixed focus bug for newly created blocks
30
+
-[bugfix] Fixed an issue around starting a new durable session by splitting an old one
0 commit comments