You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's changed
Migrating from Ballista no longer removes the Ballista config. The legacy ballista-data.json (or catapult-data.json) is copied instead of moved, so Ballista keeps working side by side with Launcher. (#22, fixes #20)
launcher-data.json is tightened to owner-only permissions (0600) at startup. Configs migrated from legacy launchers carried the legacy file's looser permissions; startup now corrects that, including for installs migrated by older versions. (#27, fixes #26)
August dependency update across the Rust and JS trees, clearing all published advisories (h2, Nuxt, PostCSS, tar, nanoid, and others). (#19)
CI's cargo audit now runs with no advisory ignores; the quick-xml version that required them is gone from the tree. (#23, closes #10)
Thanks
@edthri for the dependency update (#19) and the config migration fix (#22)
@jonbartels for reporting the Ballista config removal (#20)