release-2026.8.1
What's new
ItemTier
release-2026.8.1 (2026-08-17)
- Update game version and comment out tests
- Fix iterator destructuring in bag frame loops
EnumerateValidItems and ContainerFrameUtil_EnumerateContainerFrames return (index, value) pairs. The loop variables were incorrectly binding the index instead of the frame/button. Added a regression test to cover this behavior. - Add font-size slider and CI test suite
- Add an Item Text Size slider (0.5×–2.0×) to the settings panel that persists to DB.fontSize and immediately refreshes all item widgets.
- Apply the font-scale multiplier to Baganator corner text via SetScale.
- Expose CharacterFrame.RefreshAll so Config.lua can refresh character-frame overlays on setting changes.
- Rename RequestBagWidgetRefresh → RequestItemWidgetRefresh to reflect that it now covers bags, Blizzard bags, and the character frame.
- Add a GitHub Actions workflow (wow-ui-sim) and a tests/settings.lua suite covering font-size initialisation, slider registration, and live update behaviour.
- Exclude the tests/ directory from the CurseForge package via .pkgmeta.
- Ignore agent workspace dirs
Add/.agentbridge/and/.agent-work/to.gitignore
This mod has no additional files

