v0.1.1-classic
What's new
HelloWarrior
v0.1.1 (2026-07-22)
Full Changelog Previous Releases
- Update for game patch 1.15.9
Blizzard modernized the whole action-bar layer in 1.15.9, which broke the
addon in four distinct ways:- AutoCastShineTemplate was removed. AttachShine/SetShine now use the
replacement AutoCastOverlayTemplate on 1.15.9+, driving the sparkle
orbit with a local animator that replicates AutoCastOverlayManager's
math -- deliberately not ShowAutoCastEnabled, whose shared activeShines
registry is scanned by the pet bar's secure update path and draws
ADDON_ACTION_BLOCKED when tainted by addon writes. - ActionButton_ShowOverlayGlow (the pooled proc glow) was removed. The
hard "optimal press" glow now creates a per-button frame from the new
ActionButtonSpellAlertTemplate and plays its animations directly,
mirroring ActionButtonSpellAlertManager's Show/HideAlert bodies without
touching the manager's shared activeAlerts table (same taint hazard). - SecureActionButton_OnClick now gates which click edge acts on the
useOnKeyDown attribute / ActionButtonUseKeyDown CVar (default: down),
which left every "AnyUp"-registered button dead. All secure buttons now
pin useOnKeyDown=false to act on the up edge, matching their
registration and pre-1.15.9 behavior regardless of the user's CVar. - UnitBuff/UnitDebuff became CVar-gated deprecation shims slated for
removal. Helper's aura scans now read C_UnitAuras named AuraData fields
first, keeping the legacy calls only as a fallback for older clients.
Interface bumped to 11509, version to 0.1.1. All changes feature-detect,
so the addon still loads on pre-1.15.9 clients.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
- AutoCastShineTemplate was removed. AttachShine/SetShine now use the
This mod has no additional files

