2026.09.18.A
What's new
Tracking Eye
2026.09.18.A (2026-09-18)
- Update vendored libraries for 2026.09.18.A
- Merge pull request #17 from Gogo1951/release/wow-forever
Support WoW Forever and tidy the mini-map tooltip - Refresh the add-on icon
Update Includes/Images/Tracking-Eye.tga, the TOC IconTexture shown in the
AddOns list. Same format as before: 128x128, 24-bit, uncompressed,
top-left origin. - Tidy the mini-map tooltip
- Show the Persistent Tracking Ability on its own right-aligned row.
- Drop the Silence Tracking Sounds status row; the setting, its default,
and its options toggle are unchanged. - Shorten TRACKING_MENU_DESC and PERSISTENT_DESC in all 11 locales.
- README-Testing step 10 matches the new tooltip.
- Support WoW Forever alongside Classic Era and TBC
WoW Forever (1.60.1, interface 16001) runs the Retail engine on Classic
data: the Classic-only globals are gone and Midnight's secret values
apply in combat.- Read spell names, icons, and cooldowns through C_Spell, buffs through
C_UnitAuras.GetBuffDataByIndex, and hover through Region:IsMouseOver. - Read and cancel tracking through the C_Minimap tracking list where
GetTrackingTexture and CancelTrackingBuff are absent; Era and TBC keep
their existing path. - Ask C_Secrets before reads that can go secret (auras, cooldowns,
casting, unit identity); aura reads throw in combat on Forever. - Diagnostics: API rows for the modern surface with the legacy halves
optional; the Farm Mode report lists the C_Minimap tracking entries. - TOC: Interface 11509, 16001, 20506.
- Read spell names, icons, and cooldowns through C_Spell, buffs through
- Document GITHUB_OAUTH and GITHUB_API_TOKEN usage
Added comments explaining the behavior of GITHUB_OAUTH and GITHUB_API_TOKEN in the release process.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
