diff --git a/README.md b/README.md index 5f5b9f22d..8af65d91a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Wave is an open-source terminal that can launch graphical widgets, controlled an Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap. -![WaveTerm Screenshot](./assets/wave-screenshot.png) +![WaveTerm Screenshot](./assets/wave-screenshot.webp) ## Installation diff --git a/assets/wave-screenshot.png b/assets/wave-screenshot.png deleted file mode 100644 index 6de63b7d4..000000000 Binary files a/assets/wave-screenshot.png and /dev/null differ diff --git a/assets/wave-screenshot.webp b/assets/wave-screenshot.webp new file mode 100644 index 000000000..372ff1700 Binary files /dev/null and b/assets/wave-screenshot.webp differ diff --git a/docs/docs/connections.mdx b/docs/docs/connections.mdx index 565a799ee..88afc576a 100644 --- a/docs/docs/connections.mdx +++ b/docs/docs/connections.mdx @@ -16,7 +16,7 @@ The easiest way to access connections is to click the ** icon in the block header. For more info on what `wsh` is capable of, see [wsh command](/wsh). And if you wish to view the source code of `wsh`, you can find it [here](https://github.com/wavetermdev/waveterm/tree/main/cmd/wsh). With `wsh` installed, you have the ability to view certain widgets from the remote machine as if it were your host. In addition, `wsh` can be used to influence the widgets across various machines. As a very simple example, you can close a widget on the host machine by using the `wsh` command in a terminal window on a remote machine. For more information on what you can accomplish with `wsh`, take a look [here](/wsh). diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index eaaaceee1..2adee9f4e 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -12,10 +12,12 @@ Wave Terminal v0.10.0 introduces workspaces, making it easier to manage multiple - **Workspaces**: Organize your work into separate environments, each with their own tabs, layouts, and settings - **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)) -- **Connections**: New configuration system for managing SSH connections, with support for wsh-free operation ([docs](/connections)) +- **Connections**: New configuration system for managing SSH connections, with support for wsh-free operation, per-connection themes, and more ([docs](/connections)) - Improved tab management with better switching behavior and context menus (many bug fixes) - New tab features including pinned tabs and drag-and-drop improvements - Create, rename, and delete files/directories directly in directory preview +- Attempt wsh-free connection as a fallback if wsh installation or execution fails +- New `-i` flag to add identity files with the `wsh ssh` command - Added Perplexity API integration ([docs](/faq#perplexity)) - `wsh setbg` command for background handling ([docs](/wsh#setbg)) - Switched from Less to SCSS for styling diff --git a/docs/static/img/wave-screenshot.webp b/docs/static/img/wave-screenshot.webp index 916a54e7c..372ff1700 100644 Binary files a/docs/static/img/wave-screenshot.webp and b/docs/static/img/wave-screenshot.webp differ