Skip to content

Releases: lchad/BalatroEditor

2.6.4

Choose a tag to compare

@github-actions github-actions released this 26 Jul 11:14
fix: auto-save profile.jkr on edit in desktop mode

Profile inputs use delegated change events on content-container
to trigger auto-save (debounced 400ms) after each edit.

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

v2.6.3

Choose a tag to compare

@github-actions github-actions released this 26 Jul 11:14
feat: desktop enhancements — restart menu, i18n, auto-save, startup s…

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 09:51
fix: use afterSign hook for macOS ad-hoc signing instead of --prepack…

2.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 09:42
chore: bump to v2.6.0 and fix CI build + desktop auto-load

- Remove package-lock.json from .gitignore and commit lock file for reproducible CI builds
- Remove --publish always from electron-builder (redundant with separate upload step)
- Remove duplicate CSC_IDENTITY_AUTO_DISCOVERY env var in release.yml
- Add Linux build dependencies (libfuse2, libxkbcommon0) for AppImage
- Fix electron-adapter.js ReferenceError: undefined autoLoadBalatroFiles
- Bump version to 2.6.0 in package.json, index.html, translations.js (EN/ES/ZH)
- Add .DS_Store and .claude/ to .gitignore

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