Skip to content

v3.0.0-alpha13

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:41
· 16 commits to main since this release

ReforgeLite Classic

v3.0.0-alpha13 (2026-06-17)

Full Changelog Previous Releases

  • method window height is now dynamic
  • cata: include ranged slot in calc
  • grant contents:write so packager can create GitHub releases
    The default GITHUB_TOKEN is read-only on newer repos, which would block
    release creation; explicit permission ensures the tag release and zip
    asset are published.
  • add GitHub Actions workflow to package and release on tag push
    Runs the BigWigs packager on tag push (same release.sh path proven
    working locally), uploading to CurseForge via CF_API_KEY and creating
    a GitHub release via the built-in GITHUB_TOKEN.
  • add release to git ignore
  • fix cap optimizer targeting 1 below displayed cap
    The engine re-derived preset cap values with floor() while the UI
    display/storage used ceil(), so the optimizer solved for AtLeast 960
    when the cap shown was 961. Align the engine to max(0, ceil(getter())).
  • use currentlocale
  • ignore release folder
  • cleanup
  • refresh conversion before running calc
  • moved locales folder
  • unused in cata
  • revert
  • test
  • rename root file
  • rename cata toc