BreakTimerLite

A lightweight, synced break timer addon for World of Warcraft.

File Details

BreakTimerLite v1.3.5

  • R
  • Apr 1, 2026
  • 15.00 KB
  • 33
  • 12.0.1
  • Retail

File Name

BreakTimerLite.zip

Supported Versions

  • 12.0.1
## [1.3.5] - 2026-04-01
### Fixed
- Hardened Blizzard API integration by validating modern addon-message return codes, sanitizing sync payloads, and using safer countdown/ready-check fallbacks.

## [1.3.4] - 2026-04-01
### Changed
- Removed the automatic Blizzard 10-second `/cd` countdown from break timers so the addon now relies only on its own built-in timer visuals/sounds at the end of a break.

## [1.3.3] - 2026-04-01
### Fixed
- Guarded Blizzard's group countdown API so a client-side `mgt.clearMarks is not a function` failure no longer throws from the addon; it now falls back to local visuals instead of repeatedly re-triggering the broken countdown path.

## [1.3.2] - 2026-03-31
### Fixed
- Stopped every assist-capable client from trying to fire the final 10-second Blizzard countdown during a break; only the player who started the break now initiates it, with the guarded sync fallback still preserved.