Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:47
· 23 commits to main since this release
Fix release workflow: Linux AppImage build and token permissions

The v0.1.0 tag run failed on ubuntu-latest. Two likely causes for
electron-builder GitHub Actions failures like this: AppImage packaging
needs libfuse2 (missing on default runners) and the default
GITHUB_TOKEN may lack contents:write needed to publish a release.
Also pins Linux to ubuntu-22.04 (libfuse2 still installable there) and
bumps Node to 22 to drop the actions/checkout Node-20 deprecation warning.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>