mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
An open-source, cross-platform terminal for seamless workflows
9e405fe3c8
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 32.0.2 to 32.1.0 <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.0</h2> <h1>Release Notes for v32.1.0</h1> <h2>Features</h2> <ul> <li>Added support for the macOS system picker in <code>desktopCapturer</code> and <code>setDisplayMediaRequestHandler</code>. <a href="https://redirect.github.com/electron/electron/pull/43679">#43679</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43680">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed BrowserView auto resize issue. <a href="https://redirect.github.com/electron/electron/pull/43637">#43637</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43635">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43636">33</a>)<!-- raw HTML omitted --></li> <li>Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. <a href="https://redirect.github.com/electron/electron/pull/43687">#43687</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43686">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>defaultPath</code> did not work for all users on Linux when creating an open file dialog. <a href="https://redirect.github.com/electron/electron/pull/43629">#43629</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43631">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43630">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43595">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. <a href="https://redirect.github.com/electron/electron/pull/43643">#43643</a></li> <li>Fixed an issue with <code>resize</code> events being emitted on Windows when the window was moved but not resized. <a href="https://redirect.github.com/electron/electron/pull/43644">#43644</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43457">33</a>)<!-- raw HTML omitted --></li> <li>Fixed other apps not being focused when launched from electron ozone/wayland. <a href="https://redirect.github.com/electron/electron/pull/43577">#43577</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43578">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43579">33</a>)<!-- raw HTML omitted --></li> <li>Restored Chromium default <code>Content-Disposition</code> header parsing. <a href="https://redirect.github.com/electron/electron/pull/43668">#43668</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43671">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43669">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43670">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 128.0.6613.120. <a href="https://redirect.github.com/electron/electron/pull/43502">#43502</a></li> <li>Updated Node.js to v20.17.0. <a href="https://redirect.github.com/electron/electron/pull/43424">#43424</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
scripts/artifacts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
The Next Wave
Prereqs:
You'll need to install "task" (which we're using as a build/run system):
brew install go-task
On first checkout:
yarn
go mod tidy
Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):
task electron:dev
To run the app without the dev server, run the following instead:
task electron:start