Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:26
30bdcc2

0.2.0 (2026-07-14)

⚠ BREAKING CHANGES

  • the manifest is now strict JSON named lode.json (was lode.jsonc, JSONC-tolerant) -- rename existing manifests and remove any comments. lode add no longer guesses a mod from a fuzzy match (use --search), and the -y flag on add was removed.

Features

  • exact-first add, strict lode.json manifest, and an interactive init overhaul (f5bee1e)
  • init: show next steps after scaffolding a pack (c5f0ef6)
  • ui: clack-style interactive prompts and progress spinners via cliclack (9fd9aa7)

Bug Fixes

  • init: drop the version-fetch spinners that collided with the selects (a2285ef)
  • init: filter + cap the version pickers so long lists scroll instead of flooding (1a642b1)