Hey Listen

Mirrors ready checks and whispers from one WoW account to another, so you never miss them while alt-tabbed away or playing without sound on your second account.

File Details

v0.1.1-bcc

  • R
  • Apr 26, 2026
  • 226.69 KB
  • 14
  • 2.5.5
  • Classic TBC

File Name

HeyListen-v0.1.1-bcc.zip

Supported Versions

  • 2.5.5

HeyListen

v0.1.1 (2026-04-26)

Full Changelog Previous Releases

  • Fix ready check flash on TBC Classic (GameFontHuge -> GameFontNormalHuge)
    GameFontHuge is a retail-only font object; using it in CreateFontString fails
    on TBC Classic and aborts BuildFlashFrame. The frame was never created, so
    flash() silently no-op'd and ready check mirroring produced no alert.
    • Switch the flash warning text to GameFontNormalHuge (available in classic).
    • Add lazy ensureFlash() so a future init failure rebuilds on first use and
      surfaces the actual error instead of silently dropping alerts.
    • /hey test now triggers the flash in addition to the toast, so flash
      regressions are caught without waiting for a real ready check.
    • luacheckrc: drop GameFontHuge, add GameFontNormalHuge and GameFontNormalSmall.
  • Set CurseForge project ID in TOC
    Required by BigWigsMods/packager so the release workflow can locate the
    correct CurseForge project when uploading via CF_API_KEY.