File Details
DIM-1.11.8.zip
- R
- Apr 30, 2026
- 113.65 KB
- 22
- 12.0.5
- Retail
File Name
DIM-1.11.8.zip
Supported Versions
- 12.0.5
1.11.8 - 2026-04-30
Internals (no user-visible change)
- Belt-and-suspenders
issecretvalue(tgt)check immediately beforeC_ChatInfo.SendChatMessagein the editbox send path. The Midnight 12.0 API update droppedNeverSecret = truefrom SendChatMessage's args; existing guards (lockdown bail, K-token check, upstream secret-value filters in CreateTab / AddMessage) should already keep SecretValues out oftgt, but the last-mile check costs nothing and protects against regressions in any of those upstream paths.
1.11.7 - 2026-04-29
Fixes
SendBNetTelldecline now prints a notice. Previously the hook bailed silently when it couldn't safely resolve the recipient (unresolvable K-token, missing bnetID, or missing battleTag), so the user just saw "Whisper from Contacts didn't open DIM" with no signal. Now DIM prints[DIM] Couldn't open whisper tab — <why>. Blizzard's chat will still send.to the chat frame, with a hint to use/w <BattleTag>or the recents panel.