Skip to content

Releases: stroexd/CooldownCall

v0.2.1

31 May 18:01

Choose a tag to compare

CooldownCall

v0.2.1 (2026-05-31)

Full Changelog Previous Releases

  • Restrict calls to current group members (0.2.1)
    A call only whispers its assigned player while that player is currently in
    your group/raid. Saved calls still persist, but are inert otherwise, so a
    stored call can't be used to whisper an arbitrary player later:
    • Caller:Send refuses when the caster is not in the group (security backstop).
    • Bars hide absent casters and reappear when they rejoin.
    • Options lists all saved calls but dims absent casters and disables their
      Call button; the window refreshes live on GROUP_ROSTER_UPDATE.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v0.2.0

31 May 16:52

Choose a tag to compare

CooldownCall

v0.2.0 (2026-05-31)

Full Changelog Previous Releases

  • Match MerfinUI/ElvUI look: flat dark theme + bundled Expressway font
    • Dark theme reworked to a flat near-black background with a thin black
      border; class colour is now used only for names, not the border.
    • Bundle Expressway.ttf ("Merfin Font 1") and apply it (outlined) to all
      text via a recursive font-applier, so the addon matches a MerfinUI/ElvUI
      setup without depending on those addons.
    • Bump to 0.2.0 + changelog.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v0.1.1

30 May 19:23

Choose a tag to compare

CooldownCall

v0.1.1 (2026-05-30)

Full Changelog Previous Releases

  • Release 0.1.1
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Fix unthemed (white) dropdown items until hovered
    Dropdown entries are created lazily on open, after the last ApplyTheme
    pass, so they showed the default white backdrop until OnLeave recoloured
    them on hover. Theme each item button's backdrop in SetItems instead.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v0.1.0

30 May 18:51

Choose a tag to compare

CooldownCall

v0.1.0 (2026-05-30)

Full Changelog Previous Releases

  • Fetch LibDataBroker-1.1 from the git mirror in packaging
    The CurseForge SVN endpoint for libdatabroker-1-1 was returning HTTP 500
    and failed the release. Use tekkub's git repo instead.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Set CurseForge project ID in TOC
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add clickable spell links, localized messages, and cooldown countdown
    • Whisper {spell} token is now a clickable spell link
    • Default message localized (deDE vs. English) via GetLocale
    • Bars show the assigned caster's remaining cooldown, tracked from the
      combat log against a hand-curated TBC duration table; icon desaturates
      while on cooldown
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Initial release of CooldownCall 0.1.0
    One-click whisper that asks an assigned raid member to cast a cooldown.
    Configurable calls (spell + caster from the group), clickable role-sorted
    on-screen bars, class-coloured dark/light theme, minimap button.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com