An open-source, cross-platform terminal for seamless workflows
Go to file
dependabot[bot] 99b5a08a2e
Bump electron from 33.2.0 to 33.2.1 in the electron group ()
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.2.0 to 33.2.1
<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 v33.2.1</h2>
<h1>Release Notes for v33.2.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44803">#44803</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44804">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s were being
improperly removed. <a
href="https://redirect.github.com/electron/electron/pull/44671">#44671</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44673">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44672">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44670">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>resize</code> wasn't being emitted for
single-pixel resizes on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44723">#44723</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44724">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44722">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where a <code>utilityProcess</code> pid would not be
<code>undefined</code> after exit. <a
href="https://redirect.github.com/electron/electron/pull/44694">#44694</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44693">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44695">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where buttons shown under the Window Controls Overlay
API were missing tooltips. <a
href="https://redirect.github.com/electron/electron/pull/44757">#44757</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44758">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44759">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the webContents <code>context-menu</code> event
was not emitted when using <code>-webkit-app-region: drag</code>. <a
href="https://redirect.github.com/electron/electron/pull/44800">#44800</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44798">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44799">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the windows control overlay was unexpectedly
visible in fullscreen on Linux. <a
href="https://redirect.github.com/electron/electron/pull/44640">#44640</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44643">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44642">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44641">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash in net api when utility process exits. <a
href="https://redirect.github.com/electron/electron/pull/44729">#44729</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44730">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44731">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed segfault when moving WebContentsView between BrowserWindows.
<a
href="https://redirect.github.com/electron/electron/pull/44613">#44613</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44614">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44615">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44612">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed theme does not work in DevTools. <a
href="https://redirect.github.com/electron/electron/pull/44635">#44635</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44639">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44636">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed update file extension bug. <a
href="https://redirect.github.com/electron/electron/pull/44771">#44771</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44770">34</a>)<!--
raw HTML omitted --></li>
<li>Return 0 exit code for normal termination of the utility process. <a
href="https://redirect.github.com/electron/electron/pull/44732">#44732</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44749">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44733">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed an issue where a deprecation warning was being incorrectly
emitted for frameless windows on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44767">#44767</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44768">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed drag-and-drop session being canceled on wayland with empty
dragData. <a
href="https://redirect.github.com/electron/electron/pull/44753">#44753</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44760">32</a>)<!--
raw HTML omitted --></li>
<li>Security: backported fix for CVE-2024-11110. <a
href="https://redirect.github.com/electron/electron/pull/44647">#44647</a></li>
<li>Updated Chromium to 130.0.6723.137. <a
href="https://redirect.github.com/electron/electron/pull/44781">#44781</a></li>
<li>Updated Node.js to v20.18.1. <a
href="https://redirect.github.com/electron/electron/pull/44780">#44780</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd6e3d720f"><code>cd6e3d7</code></a>
refactor: fix modernize-return-braced-init-list warnings (<a
href="https://redirect.github.com/electron/electron/issues/44857">#44857</a>)</li>
<li><a
href="7152209fb5"><code>7152209</code></a>
fix: modernize-use-using clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44836">#44836</a>)</li>
<li><a
href="51e31de79e"><code>51e31de</code></a>
fix: modernize-use-nodiscard clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44832">#44832</a>)</li>
<li><a
href="fe3467e187"><code>fe3467e</code></a>
docs: correct stable release dates for v34.0.0 (<a
href="https://redirect.github.com/electron/electron/issues/44830">#44830</a>)</li>
<li><a
href="d0e24fca25"><code>d0e24fc</code></a>
fix: clang-tidy <code>performance-inefficient-vector-operation</code>
warnings (33-x-y) ...</li>
<li><a
href="3483cd62d7"><code>3483cd6</code></a>
refactor: remove unnecessary constructor code (<a
href="https://redirect.github.com/electron/electron/issues/44825">#44825</a>)</li>
<li><a
href="1ef8b47052"><code>1ef8b47</code></a>
fix: remove unused local variables (<a
href="https://redirect.github.com/electron/electron/issues/44822">#44822</a>)</li>
<li><a
href="71c11496b7"><code>71c1149</code></a>
docs: update new GitHub issue link (<a
href="https://redirect.github.com/electron/electron/issues/44810">#44810</a>)</li>
<li><a
href="bd5c8d7a92"><code>bd5c8d7</code></a>
fix: crash calling <code>shell.readShortcutLink</code> (<a
href="https://redirect.github.com/electron/electron/issues/44803">#44803</a>)</li>
<li><a
href="52b5d8ab99"><code>52b5d8a</code></a>
fix: big endian bug in V8 serialization (<a
href="https://redirect.github.com/electron/electron/issues/44796">#44796</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.2.0...v33.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=33.2.0&new-version=33.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 14:18:39 -08:00
.github Create workspace will always create a saved workspace () 2024-12-12 17:21:09 -08:00
.storybook Make default workspace icon the Wave logo () 2024-12-10 13:54:11 -08:00
.vscode docs updates (and other misc items) for v0.9.3 () 2024-11-20 22:17:57 -08:00
assets Make the Wave logo icons slightly smaller () 2024-12-11 13:24:12 -08:00
build Squash some leftover bugs () 2024-12-11 12:52:15 -08:00
cmd minor docs fixups (consistency) () 2024-12-10 18:03:48 -08:00
db Workspaces are back! () 2024-12-02 10:56:56 -08:00
docs Bump the dev-dependencies group across 1 directory with 6 updates () 2024-12-16 13:27:58 -08:00
emain Create workspace will always create a saved workspace () 2024-12-12 17:21:09 -08:00
frontend webview zoom () 2024-12-16 14:16:21 -08:00
pkg webview zoom () 2024-12-16 14:16:21 -08:00
public Make the Wave logo icons slightly smaller () 2024-12-11 13:24:12 -08:00
testdriver touch up final test condition () 2024-11-22 17:16:04 -08:00
.editorconfig Oops i actually made the tabs wrong () 2024-12-04 13:49:14 -08:00
.gitattributes WSL Integration () 2024-10-23 22:43:17 -07:00
.gitignore Fix docsite path error in docsite.go () 2024-11-12 12:30:37 -08:00
.prettierignore Add filewatcher for config files () 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
ACKNOWLEDGEMENTS.md Add back the acknowledgements readme, update about modal link () 2024-09-24 16:58:18 -07:00
BUILD.md Update our build workflows to use NodeJS 22 () 2024-11-13 21:06:48 -08:00
CNAME Move docsite to main repo () 2024-11-06 10:45:21 -08:00
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md Update edit url and remove waveterm-docs refs and fix fontawesome () 2024-11-06 12:24:53 -08:00
electron-builder.config.cjs Fix copyfiles for docsite () 2024-11-19 14:15:11 -08:00
electron.vite.config.ts Remove another instance of redundant Vite Sass config () 2024-12-04 17:35:05 -08:00
eslint.config.js Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
go.mod Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 () 2024-12-16 14:04:10 -08:00
go.sum Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 () 2024-12-16 14:04:10 -08:00
index.html Make default workspace icon the Wave logo () 2024-12-10 13:54:11 -08:00
LICENSE Setup the Build Helper pipeline () 2024-07-17 22:39:22 -07:00
NOTICE update copyright 2024-09-18 12:05:08 -07:00
package.json Bump electron from 33.2.0 to 33.2.1 in the electron group () 2024-12-16 14:18:39 -08:00
prettier.config.cjs Windows Line Endings () 2024-10-01 12:54:15 -07:00
README.md readme updates () 2024-12-16 13:57:37 -08:00
RELEASES.md update 2024-09-19 17:06:31 -07:00
SECURITY.md Add markdown alert parsing, fix buffer issue when switching files () 2024-10-08 09:25:41 -07:00
Taskfile.yml Fix environment variable access for winget script () 2024-12-12 12:15:03 -08:00
tsconfig.json thenextwave cleanups 2024-09-19 14:04:47 -07:00
version.cjs If prerelease is false and action is none, remove the prerelease version string () 2024-09-18 13:12:34 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack () 2024-06-13 16:49:25 -07:00
yarn.lock Bump electron from 33.2.0 to 33.2.1 in the electron group () 2024-12-16 14:18:39 -08:00

Wave Terminal Logo

Wave Terminal

FOSSA Status waveterm

Wave is an open-source terminal that combines traditional terminal features with graphical capabilities like file previews, web browsing, and AI assistance. It runs on MacOS, Linux, and Windows.

Modern development involves constantly switching between terminals and browsers - checking documentation, previewing files, monitoring systems, and using AI tools. Wave brings these graphical tools directly into the terminal, letting you control them from the command line. This means you can stay in your terminal workflow while still having access to the visual interfaces you need.

WaveTerm Screenshot

Key Features

  • Flexible drag & drop interface to organize terminal blocks, editors, web browsers, and AI assistants
  • Built-in editor for seamlessly editing remote files with syntax highlighting and modern editor features
  • Rich file preview system for remote files (markdown, images, video, PDFs, CSVs, directories)
  • Integrated AI chat with support for multiple models (OpenAI, Claude, Azure, Perplexity, Ollama)
  • Command Blocks for isolating and monitoring individual commands with auto-close options
  • One-click remote connections with full terminal and file system access
  • Rich customization including tab themes, terminal styles, and background images
  • Powerful wsh command system for managing your workspace from the CLI and sharing data between terminal sessions

Installation

Wave Terminal works on macOS, Linux, and Windows.

Platform-specific installation instructions can be found here.

You can also install Wave Terminal directly from: www.waveterm.dev/download.

Minimum requirements

Wave Terminal and WSH run on the following platforms:

  • macOS 11 or later (arm64, x64)
  • Windows 10 1809 or later (x64)
  • Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)

Building from Source

See Building Wave Terminal.

Contributing

Wave uses GitHub Issues for issue tracking.

Find more information in our Contributions Guide, which includes:

Activity

Alt

License

Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.