File Details
WhisperGlow.zip
- R
- Apr 16, 2026
- 55.53 KB
- 48
- 12.0.5
- Retail
File Name
WhisperGlow.zip
Supported Versions
- 12.0.5
## 1.1.0
### Changed
**Trigger words now match whole words only**
Before, a trigger like `innerv` would also fire on "innervate", "innervation",
etc. And a short trigger like `pi` would fire on "piece", "happiness" — or
anything containing those letters. Now, a trigger only fires when the word
in the whisper exactly matches it.
Heads up: if you relied on `innerv` catching "innervate", you'll need to
list both in your trigger field: `innerv, innervate`.
**M+/Timewalking setup is simpler**
Removed the "Glow on Restricted Whispers" checkbox. In M+ and Timewalking
the game hides the sender of whispers from addons, so WhisperGlow uses a
fallback. The behavior is now controlled just by whether that fallback is
set:
- Set a fallback player → WhisperGlow tries to auto-detect the sender
first, falls back to that player if it can't.
- Leave it empty → restricted whispers are ignored.
One less checkbox, same outcome.
**Fallback player picker now scrolls**
In a 20 or 30-man raid the pick-from-group list used to overflow and
overlap the options below. It's now a proper scrollable list — works
cleanly with any group size.
### Removed
**Proactive mana monitoring**
The feature that glowed healer frames blue when their mana got low has been
removed. If you used it — sorry, it's gone.
### Improved
**`/wg debug` is much more useful**
Debug output is now color-coded and tagged per path (normal whisper, secret
whisper resolved via GUID, fallback, blocked by filters, frame not found,
etc.) — makes it a lot easier to figure out why a whisper did or didn't
trigger a glow.