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.27.0

  • R
  • Apr 27, 2026
  • 487.53 KB
  • 84
  • 12.0.5+1
  • Retail

File Name

Vigil-v2.27.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Vigil

v2.27.0 (2026-04-27)

Full Changelog Previous Releases

  • Per-group text position and font size controls (#50)
    • Add per-group text position and font size controls
      Each Vigil group can now position and resize each text type that appears
      on its elements (cooldown, stack/charges, keybind, duration, label).
      Position is one of nine anchors (corners, edges, center); font size is a
      per-text override that disables the default icon-size auto-scale.
      Settings live on the group's textConfig table and apply to native Vigil
      icons, bars, aura icons, and CDM-overlaid frames. The group editor's
      gear menu has a TEXT section with a 3x3 picker plus a size slider per
      text type.
    • Simplify text layout helpers
      Lift JustifyForAnchor and ApplyTextStyle into Core.lua so the icon, bar,
      aura icon, and CDM bridge code paths share one set of styling primitives.
      Drop the per-factory lastGroupDef caches and the unused specDef parameter
      on CreateIconElement.
    • Allow IsMounted, GetCVar/GetCVarBool/SetCVar in luacheck globals