Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 00:52
· 21 commits to main since this release

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