Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 32.1.0 to 32.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v32.1.2</h2> <h1>Release Notes for v32.1.2</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. <a href="https://redirect.github.com/electron/electron/pull/43786">#43786</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43700">33</a>)<!-- raw HTML omitted --></li> <li>Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. <a href="https://redirect.github.com/electron/electron/pull/43809">#43809</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43810">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v32.1.1</h2> <h1>Release Notes for v32.1.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. <a href="https://redirect.github.com/electron/electron/pull/43743">#43743</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43744">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>WebContentsView</code>s did not show correctly in some circumstances on macOS after being added as child views. <a href="https://redirect.github.com/electron/electron/pull/43698">#43698</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43697">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43696">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 128.0.6613.137. <a href="https://redirect.github.com/electron/electron/pull/43683">#43683</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
assets | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
NOTICE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
RELEASES.md | ||
SECURITY.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
Wave Terminal
Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
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.
Installation
Wave Terminal works on MacOS, Linux, and Windows.
Install Wave Terminal from: www.waveterm.dev/download
Also available as a homebrew cask for MacOS:
brew install --cask wave
Links
- Homepage — https://www.waveterm.dev
- Download Page — https://www.waveterm.dev/download
- Documentation — https://docs.waveterm.dev/
- Blog — https://blog.waveterm.dev/
- Discord Community — https://discord.gg/XfvZ334gwU
Building from Source
We use task
to build Wave.
brew install go-task
Once task is installed you can run this command to build and launch the development version of Wave. Note that the development database and settings are kept in a separate folder from the production version (~/.waveterm-dev) to prevent cross-corruption.
task electron:dev
Contributing
Wave uses Github Issues for issue tracking.
Find more information in our Contributions Guide, which includes:
License
Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.