Skip to content

Commit 49bc6d3

Browse files
authored
quick v0.11.1 release notes (#2040)
1 parent 34e8d07 commit 49bc6d3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/docs/releasenotes.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ sidebar_position: 200
66

77
# Release Notes
88

9+
### v0.11.1 — Feb 28, 2025
10+
11+
Wave Terminal v0.11.1 adds a lot of new functionality over v0.11.0 (it could have almost been a v0.12)!
12+
13+
The headline feature is our files/preview widget now supports browsing S3 buckets. We read credential information directly from your ~/.aws/config, and you can now easily select any of your AWS profiles in our connections drop down to start viewing S3 files. We even support editing S3 text files using our built-in editor.
14+
15+
Lots of other features and bug fixes as well:
16+
17+
- **S3 Bucket** directory viewing and file previews
18+
- **Drag and Drop Files and Directories** between Wave directory views. This works across machines and between remote machines and S3 conections.
19+
- Added json-schema support for some of our config files. You'll now get auto-complete popups for fields in our settings.json, widgets.json, ai.json, and connections.json file.
20+
- New block splitting support -- Use Cmd-D and Cmd-Shift-D to split horizontally and vertically. For more control you can use Ctrl-Shift-S and then Up/Down/Left/Right to split in the given direction.
21+
- Delete block (without removing it from the layout). You can use Ctrl-Shift-D to remove a block, while keeping it in the layout. you can then launch a new widget in its place.
22+
- `wsh file` now supports copying files between your local machine, remote machines, and to/from S3
23+
- New analytics framework (event based as opposed to counter based). See Telemetry Docs for more information.
24+
- Web bookmarks! Edit in your bookmarks.json file, can open them in the web widget using Cmd+O
25+
- Edits to your ai.json presets file will now take effect _immediately_ in AI widgets
26+
- Much better error handling and messaging when errors occur in the preview or editor widget
27+
- `wsh ssh --new` added to open the new ssh connection in a new widget
28+
- new `wsh launch` command to open any custom widget defined in widget.json
29+
- When using terminal multi-input (Ctrl-Shift-I), pasting text will now be sent to all terminals
30+
- [bugfix] Fix some hanging goroutines when commands failed or timed out
31+
- [bugfix] Fix some file extension mimetypes to enable the editor for more file types
32+
- [bugfix] Hitting "tab" would sometimes scroll a widget off screen making it unusable
33+
- [bugfix] XDG variables will no longer leak to terminal widgets
34+
- Added tailwind CSS and shadcn support to help build new widgets faster
35+
- Better internal widget abstractions
36+
937
### v0.11.0 — Jan 24, 2025
1038

1139
Wave Terminal v0.11.0 includes a major rewrite of our connections infrastructure, with changes to both our backend and remote file protocol systems, alongside numerous features, bug fixes, and stability improvements.

0 commit comments

Comments
 (0)