CooldownGlows

Highlights action bar buttons with a proc glow when spell/item cooldowns finish.

File Details

v2.0.0

  • R
  • Mar 29, 2026
  • 21.31 KB
  • 138
  • 12.0.1+1
  • Retail

File Name

CooldownGlows-v2.0.0.zip

Supported Versions

  • 12.0.1
  • 12.0.0

CooldownGlows

v2.0.0 (2026-03-29)

Full Changelog Previous Releases

  • v2.0.0: Architecture Overhaul and Optimization
    • Transitioned from SPELL_UPDATE_COOLDOWN to continuous 0.1s precision polling loop.
    • Eliminated dynamic action bar scanning; replaced with explicit static button configs.
    • Implemented dynamic spec evaluation via IsSpellTrackable to skip tracking unlearned abilities.
    • Expanded options panel grid to 540px, resolving visual clipping issues.
    • Wrapped /cdg test flows with a timeout boolean to prevent instant suppression clears.
    • Refactored duplicated iterators across Core command functions.