File Details
WhisperAuto_21-06-26.zip
- R
- May 21, 2026
- 31.98 KB
- 141
- 12.0.7+5
- Classic + 3
File Name
WhisperAuto_21-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 5.5.3
- 2.5.5
- 1.15.8
[1.10.0] - 2026-05-21
Improved
- Instance type checks: shared helpers (`IsDungeonInstanceType`, `IsRaidInstanceType`, `IsPvPInstanceType`) used for auto-replies, `/wa status`, and the minimap tooltip so labels stay consistent.
- Queue status cache: invalidated on `LFG_UPDATE` and `UPDATE_BATTLEFIELD_STATUS` so queue/AFK state updates sooner after joining or leaving a queue (still cached ~1.5 s between ticks to limit API calls).
- Guild cooldown clamp: values above 60 minutes (from edited SavedVariables) are now clamped to match the settings slider (1–60 min); previously the code allowed up to 120.
- Settings save: reply and guild cooldown sliders are clamped on save; custom messages are truncated to 255 bytes so SavedVariables cannot store text that would fail `SendChatMessage`.
- Load message: shows addon version (e.g. `v1.10.0 loaded`).
Technical
- Exported `addon.VERSION`, `addon.IsPlayerAFK`, cooldown clamp helpers, and queue cache invalidation for other modules.

