File Details
1.0.0-beta.208
- B
- Jun 30, 2026
- 309.81 KB
- 4
- 12.0.7
- Retail
File Name
WowSync-1.0.0-beta.208.zip
Supported Versions
- 12.0.7
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