promotional bannermobile promotional banner

MathWroQOL

A small QOL addon with some specific features for a variety UI improvements

File Details

v1.2.0

  • R
  • Mar 29, 2026
  • 18.88 KB
  • 12
  • 12.0.1
  • Retail

File Name

MathWroQOL-v1.2.0.zip

Supported Versions

  • 12.0.1

MathWro QOL

v1.2.0 (2026-03-29)

Full Changelog Previous Releases

  • Added agents.md and copilot instructions
  • fix: only show vehicle bar when vehicle provides actual abilities
    Filter out taxis and RP vehicles by checking HasAction() on override/vehicle
    bar slots before forcing action bars visible.
  • feat: add Edit Mode nudge overlay with arrow buttons and coordinate display
    Hooks into EditModeSystemSettingsDialog:AttachToSystemFrame to detect
    selection, overlays 4 directional arrow buttons and an X/Y coordinate
    label on the selected element. Click nudges 1px, Shift-click 10px via
    Blizzard's ProcessMovementKey. New 'Edit Mode' settings sub-panel with
    enable/disable toggle.
  • feat: add backdrop and scrollframe to ElvUI panel
  • feat: add backdrop and scrollframe to General panel
  • docs: add settings panel scroll+backdrop implementation plan
  • docs: add settings panel scroll+backdrop design spec
  • fix: arrange combat log checkboxes in 2-column grid to fit panel
  • fix: skip stop message on exit when logging was manually disabled
  • docs: clarify CombatLog config comments
  • feat: add Combat Logging section to options panel
  • chore: register CombatLog.lua in TOC
  • feat: add CombatLog feature
  • feat: add combatLog defaults to Core.lua
  • docs: add combat log feature implementation plan
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • docs: update combat log spec with chat notifications
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • docs: add combat log feature design spec
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • docs: update auction filter plan to reflect actual implementation
    • Mark all tasks complete
    • Fix event name (AUCTION_HOUSE_SHOW, not AUCTION_HOUSE_OPENED)
    • Fix event frame placement (top-level, not inside Initialize)
    • Fix defaults (both false)
    • Fix Config.lua layout (MakeSeparator + relative anchoring, not hardcoded y-offsets)
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com