Skip to content

v0.14

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:47

WarlockQol (TBC)

v0.14 (2026-07-12)

Full Changelog Previous Releases

  • Fix raid HUD auto-show/hide for both HUDs; bump to 0.14
    Cooldown HUD: auto-show never fired on entering a raid instance. Its only
    trigger was GROUP_ROSTER_UPDATE (fires at group-join in the world, not on
    zoning in) and it keyed off IsInRaid() (raid group, not instance), so the
    transition was armed/spent early and never recovered. Now key the transition
    on being in a raid INSTANCE and register PLAYER_ENTERING_WORLD so zoning drives
    the re-evaluation.
    Consumables HUD: "Show HUD"/X could not turn it off while in a raid because
    visibility was (open OR autoRaid) and autoRaid forced it on. Switch to the same
    transition-driven model as the cooldown HUD: auto-show drives a single
    authoritative open flag on raid-instance enter/leave, so Show HUD/X always win.
    The "invisible when nothing is missing" data gate is unchanged.