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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ sidebar_position: 200
11
11
Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple work environments. We've added powerful new command execution capabilities with `wsh run`, allowing you to launch and control commands in dedicated blocks. This release also brings significant improvements to SSH with a new connections configuration system for managing your remote environments.
12
12
13
13
-**Workspaces**: Organize your work into separate environments, each with their own tabs, layouts, and settings
14
-
-**Command Blocks**: New `wsh run` command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control
15
-
-**[Connections]** New configuration system for managing SSH connections, with support for WSH-free operation
16
-
-**[UI]**Improved tab management with better switching behavior and context menus
14
+
-**Command Blocks**: New `wsh run` command for launching terminal commands in dedicated blocks, with support for magnification, auto-closing, and execution control ([docs](/wsh#run))
15
+
-**Connections**: New configuration system for managing SSH connections, with support for wsh-free operation ([docs](/connections))
16
+
- Improved tab management with better switching behavior and context menus (many bug fixes)
17
17
- New tab features including pinned tabs and drag-and-drop improvements
18
18
- Create, rename, and delete files/directories directly in directory preview
19
-
- Added Perplexity API integration
20
-
-`wsh setbg` command for background handling
19
+
- Added Perplexity API integration ([docs](/faq#perplexity))
20
+
-`wsh setbg` command for background handling ([docs](/wsh#setbg))
21
21
- Switched from Less to SCSS for styling
22
22
-[bugfix] Fixed tab flickering issues during tab switches
23
23
-[bugfix] Corrected WaveAI text area resize behavior
0 commit comments