promotional bannermobile promotional banner

Vigil Cooldown HUD

Customizable WeakAuras-style HUD that provides information Blizzard's CDM doesn't. Simple drag and drop interface. Works in all content.

File Details

v2.30.9

  • R
  • Apr 30, 2026
  • 495.70 KB
  • 10
  • 12.0.5+1
  • Retail

File Name

Vigil-v2.30.9.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Vigil

v2.30.9 (2026-04-30)

Full Changelog Previous Releases

  • Castbar cleanup: revert unnecessary v2.30.8 fix, dedupe state init, persist settings across group rebuild (#62)
    • Revert frame.groupDef = parent.groupDef (v2.30.8); the original was correct
    • Add castbar settings to GROUP_DEF_FIELDS so colors/toggles persist on group rebuild
    • DRY state initialization via INITIAL_STATE table
    • Rename DEFAULT_COLORS keys to colorX form; drop gsub transform in two places
    • Drop dead (or 0) fallbacks in DelayedCast / UpdateChannel / UpdateEmpower / StartEmpower
    • Drop dead isEmpowered capture in StartChannel
    • Add missing s.castGUID = nil in StartEmpower for consistency
    • Extract Persist helper in MakeColorRow
    • Trim verbose comments