File Details
v4.8.0
- R
- Feb 9, 2026
- 214.42 KB
- 1.3K
- 12.0.0+2
- Retail
File Name
CaerdonWardrobe-v4.8.0.zip
Supported Versions
- 12.0.0
- 11.2.7
- 11.2.5
Caerdon Wardrobe
v4.8.0 (2026-02-09)
Full Changelog Previous Releases
- Fix Combuctor switch to Bagnonium
- Fix Bagnon error
- Reduce CPU usage when bags are open
- Remove TOOLTIP_DATA_UPDATE handling from Bags and Bank features;
Blizzard's UpdateItems hooks and the coroutine's ContinuableContainer
already cover item updates without the constant polling - Add dirty-tracking in Bags OnUpdateItems to skip slots where the item
hasn't changed, with ClearButtonState on emptied slots - Replace immediate isReady=false retry loop with a batched 1s timer to
avoid coroutine spinning on items with unresolved tooltip data - Reduce coroutine maxItemsPerFrame from 12 to 4 to spread tooltip
scanning work across more frames - Build event dispatch lookup table so OnEvent only calls features that
handle each event instead of iterating all ~40 registered features - Remove empty OnUpdate iteration over all registered features
- Guard Merchant and QuestLog TOOLTIP_DATA_UPDATE handlers behind
IsShown checks and increase debounce from 0.1s to 0.5s - Clean up Bags Init to use loop instead of hardcoded frame hooks
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
- Remove TOOLTIP_DATA_UPDATE handling from Bags and Bank features;

