File Details
v1.3.3
- R
- Apr 8, 2026
- 47.25 KB
- 11
- 12.0.1
- Retail
File Name
MathWroQOL-v1.3.3.zip
Supported Versions
- 12.0.1
MathWro QOL
v1.3.3 (2026-04-08)
Full Changelog Previous Releases
- fix(combat-tracker): pre-size pool buttons before Masque registration
When a new icon appeared mid-session (e.g. looting a healthstone),
CT.CreateButton() defaulted to 36x36. Masque's AddButton() cached that
size, so ReSkin() in LayoutSection applied the wrong dimensions even
after SetSize(w, h) was called. Pre-sizing to the configured iconWidth/
iconHeight before registration ensures Masque caches the correct value.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - docs(readme): add missing feature details
- EditModeNudge: shift-click nudges 10px (not just 1px)
- Racials: per-racial hide toggles in options panel
- Consumables: fleeting potion deduplication behaviour
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
- chore: exclude AGENTS.md from release package
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - docs: consolidate AI agent instructions with shared architecture reference
Add docs/ARCHITECTURE.md as the single source of truth covering load
order, feature contracts, CombatTracker subsystem, Config.lua helpers
and pitfalls, code style, performance rules, and WoW API pitfalls.
CLAUDE.md, AGENTS.md, and copilot-instructions.md are now thin wrappers
that reference ARCHITECTURE.md, each structured for their respective
tool. Fixes several outdated entries: wrong TOC filename reference,
incorrect panel count (now 5), MakeOptionRow scope, and missing
documentation for CombatTracker's RegisterSection subsystem.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com - chore: untrack superpowers planning docs
These AI planning artifacts were committed before the docs/superpowers/
gitignore rule was added. They are frozen development notes with no
value to addon users or contributors.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

