File Details
v1.0.1
- R
- Jul 14, 2026
- 8.55 KB
- 4
- 12.0.7
- Retail
File Name
PatronOrderScout-v1.0.1.zip
Supported Versions
- 12.0.7
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.1] - 2026-07-14
Fixed
- Reward icons that never appeared for some orders on first opening the Patron tab (most visibly Knowledge Points and Artisan Consortium payouts). Root cause: the underlying item data for some rewards wasn't cached client-side yet when the row first rendered, so its icon silently came back blank — the reward itself was always valid, just its icon couldn't be drawn yet. Now retried automatically once that data finishes loading (
GET_ITEM_INFO_RECEIVED/CURRENCY_DISPLAY_UPDATE), no more needing to switch tabs away and back to see it. - The addon's hook into Blizzard's UI could install a moment too late to catch the very first render of the Patron tab in a session, since the Blizzard addon it depends on loads on demand; now force-loaded proactively at login instead of waiting.
[1.0.0] - 2026-07-13
Added
- Registers with BoomForge and replaces the Patron tab's generic "has rewards" chest icon (in the existing Tip column) with the actual reward icon(s) for that order, resolved via
C_CurrencyInfo/C_Item— no separate window, no new column, no need to open an order or hover to know what it pays out. - Real item and currency icons, spaced for readability next to the tip amount.
- Hovering a reward icon shows its normal native tooltip (item or currency), anchored at the icon.