v1.0.0
EclipseTunneller
v1.0.0 (2026-06-16)
Full Changelog Previous Releases
- Add CurseForge project ID 1577103; expand README for launch
- Bump Interface to 120007 for patch 12.0.7
- Fix secret value crash: replace AP arithmetic with StatusBar, CD/DoT with safe APIs
UnitPower() returns a secret number in Midnight 12.x - arithmetic on it is
forbidden. Switch AP bar to StatusBar:SetValue() which accepts secret values.
Cooldown icons now use Cooldown frames with pcall anonymous closures so
startTime/duration (also secret) never touch arithmetic operators.
DoT timers now track application time via UNIT_AURA events: store
GetTime() + duration as our own normal-number expiry so remaining-time
math is normal - normal = safe. expirationTime from C_UnitAuras is never
read for arithmetic. - EclipseTunneller v1.0.0 — Balance Druid Eclipse HUD
Eclipse state, AP bar, DoT timers with pandemic windows, CD icon row,
cast suggestion engine. Spec-aware, combat-aware, fully configurable. - Initial commit: EclipseTunneller skeleton