Details
Supported WoW Retail Versions
- 12.1.0
- 12.0.7
- 12.0.5
- 12.0.1
- 11.2.7
- 12.0.0
Supported WoW Mists of Pandaria Classic Versions
Supported WoW Classic Versions
Supported WoW Burning Crusade Classic Versions
Changelog
CooldownToGo
v3.5.0 (2026-09-09)
Full Changelog
- Merge pull request #5 from Osso/fix-wow-12-cooldowns
Restore WoW 12.x support with native cooldown renderingSummary
- Re-enable the addon and options on WoW 12.x.
- Render spell countdowns using native duration objects without arithmetic on restricted cooldown values.
- Update item APIs and pet-action handling.
- Preserve display settings, ignore lists, fading, and ready notifications.
Behavior changes
- Spell notifications and sounds fire at readiness; early spell warnings are unavailable on 12.x.
- Spell grace periods use observed successful casts.
- Restricted numeric item/pet cooldowns are skipped.
- A first failed spell without cached cooldown status may briefly display a GCD-only icon.
Testing
lua tests/midnight.lua passes using WoW API doubles and opaque timing values.
- Live combat rendering and failed-cast event delivery remain unverified.
Thanks to Osso Alessio for the patch
- Restore WoW 12.x cooldown support