mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-24 03:01:58 +01:00
An open-source, cross-platform terminal for seamless workflows
Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 31.3.0 to 31.3.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 v31.3.1</h2> <h1>Release Notes for v31.3.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where calling <code>desktopCapturer.getSources</code> on macOS running 14.4 or later would make non-resizable windows resizable. <a href="https://redirect.github.com/electron/electron/pull/43044">#43044</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43045">32</a>)<!-- raw HTML omitted --></li> <li>Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. <a href="https://redirect.github.com/electron/electron/pull/43071">#43071</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43072">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43070">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43061">#43061</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43060">32</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 126.0.6478.185. <a href="https://redirect.github.com/electron/electron/pull/43027">#43027</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
.editorconfig | ||
.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