mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
An open-source, cross-platform terminal for seamless workflows
2902cb26a7
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.18 to 1.1.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/creack/pty/releases">github.com/creack/pty's releases</a>.</em></p> <blockquote> <h2>v1.1.21</h2> <h2>What's Changed</h2> <ul> <li>Tests cleanup by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/173">creack/pty#173</a></li> <li>Revert <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> to avoid race on Linux. by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/177">creack/pty#177</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.20...v1.1.21">https://github.com/creack/pty/compare/v1.1.20...v1.1.21</a></p> <h2>v1.1.20</h2> <h2>What's Changed</h2> <ul> <li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints by <a href="https://github.com/sio"><code>@sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/167">creack/pty#167</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20">https://github.com/creack/pty/compare/v1.1.19...v1.1.20</a></p> <h2>v1.1.19</h2> <h2>What's Changed</h2> <ul> <li>Add some basic tests by <a href="https://github.com/Frassle"><code>@Frassle</code></a> in <a href="https://redirect.github.com/creack/pty/pull/145">creack/pty#145</a></li> <li>Provide correct pty/tty file paths on OpenBSD by <a href="https://github.com/4a6f656c"><code>@4a6f656c</code></a> in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li>Add sparc support by <a href="https://github.com/matoro"><code>@matoro</code></a> in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li>Add support for the 32-bit PPC Linux platform by <a href="https://github.com/samm-git"><code>@samm-git</code></a> in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a href="https://github.com/sio"><code>@sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/4a6f656c"><code>@4a6f656c</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li><a href="https://github.com/matoro"><code>@matoro</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li><a href="https://github.com/samm-git"><code>@samm-git</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li><a href="https://github.com/sio"><code>@sio</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19">https://github.com/creack/pty/compare/v1.1.18...v1.1.19</a></p> </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