Skip to content

1.0.0-beta.208

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:02
3be4763

WowSync

1.0.0-beta.208 (2026-06-30)

Full Changelog Previous Releases

  • refactor: regroup core and internal helper folders
    Rename Infrastructure to Core so the addon's foundational pieces live
    under a clearer name, and move the shared utilities that used to sit in
    Core into Libs/Internal where private helper modules belong. The toc
    load order is updated to match, and Libs/Internal is un-ignored so the
    helpers stay tracked.
    Also decouple Colorizer from the addon's accent color: it now exposes a
    generic Wrap(color, text) and the caller supplies the color, removing a
    hidden dependency on a global constant.
  • fix(snapshots): enable exact mode for action bars
    ActionBars now advertises both Merge and Exact apply modes.
    This lets the apply preview expose the per-module mode toggle for
    ActionBars while keeping its default row mode on Exact.
    Update the SnapshotApplyMode examples to point at Talents as the
    additive-only module instead of ActionBars.
  • feat(funding): add Ko-fi funding link