Skip to content

v0.25.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:50
6843b79

Delta since previous beta (v0.25.1-beta.0) — 1 new changeset.

Patch Changes

  • Fixed the desktop in-app terminal failing on every open with "The terminal stopped unexpectedly." in v0.25.0 (Restart Terminal included). Moving node-pty to optionalDependencies had stopped electron-vite from externalizing it, so the packaged pty host bundled node-pty's loader and could no longer reach the native binding. node-pty is now explicitly externalized in the main-process build, and a packaging guard test pins the seam.