File Details
_TOGT-v0.1.1
- R
- May 23, 2026
- 6.84 KB
- 37
- 12.0.7+9
- Retail + 3
File Name
_TOGT-_TOGT-v0.1.1.zip
Supported Versions
- 12.0.7
- 12.0.5
- 12.0.1
- 12.0.0
- 11.2.7
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
Changelog
[v0.1.1] (2026-05-23) - Retail Midnight Compatibility
Bug Fixes
- !TOGT marked out-of-date on current Retail (Midnight 12.0.x patches) —
!TOGT_Mainline.tocdeclared## Interface: 110207(the TWW-final build); live Retail is on Midnight 12.0.5 and 12.0.7. Clients on those builds saw !TOGT as incompatible, which in turn broke TOGTools (## Dependencies: Ace3, !TOGT) for any user without "Load out of date AddOns" ticked. Fix: expanded to## Interface: 110207, 120000, 120001, 120005, 120007to cover both the final TWW build and the entire current Midnight patch range. Verified against currently maintained Retail addons (RaiderIO120000-120005, !BugGrabber up to120007, Bagnon120005, Ace3120000-120001). Location:!TOGT_Mainline.toc.
Improvements
- Stripped non-standard TOC fields —
!TOGT_Mainline.toccarried## Interface-Retail:,## Interface-Classic:, and## Interface-BCC:lines that look like multi-flavor selectors but are not recognised TOC fields — the WoW client silently ignores them, and the BigWigs packager produces per-flavor TOCs from.pkgmetadirectives rather than from in-TOC selectors. Removed to avoid future confusion. Location:!TOGT_Mainline.toc.
[v0.1.0] (2026-05-04) - Sub-Millisecond Timing & CurseForge Wiring
Bug Fixes
- Per-addon load times collapsed to
0.000s—GetTime()is frame-locked, so everyADDON_LOADEDevent fired in the same loading-screen frame returned the same timestamp; the per-addon deltas TOG Tools computed from the offsets all came out as zero. Switched the capture in!TOGT.luatodebugprofilestop()(sub-millisecond precision); offsets are still stored in seconds (ms / 1000) so theTOGToolsEarlyDataconsumer contract is unchanged.
Improvements
- CurseForge project ID set —
1533953populated in all six TOC files (!TOGT.toc,!TOGT_BCC.toc,!TOGT_Wrath.toc,!TOGT_Cata.toc,!TOGT_Mists.toc,!TOGT_Mainline.toc) and.pkgmeta(replacing thePLACEHOLDERfrom initial release), so the BigWigs packager can publish to the correct CurseForge project. - CurseForge user-facing description — Added
docs/Curseforge_Description.htmldescribing what the companion does, why it's needed, and how to use it alongside TOG Tools. .luarc.jsonupdated — Addeddebugprofilestoptodiagnostics.globalsso the new timer call resolves cleanly under the Lua LSP.
[v0.0.1] (2026-05-04) - Initial Release
New Features
- Load timer companion — Registers for
ADDON_LOADEDfrom the very first frame of the loading screen. Records load order and time offset (seconds since first addon loaded) for every addon. Stores results in theTOGToolsEarlyDataglobal for TOG Tools to read and display in the Addon Load tab. - Login window tracking — Records total time from first
ADDON_LOADEDtoPLAYER_LOGINas the overall loading screen duration. - All WoW versions — TOC files for Vanilla (11508), TBC (20505), Wrath (30405), Cata (40402), Mists (50503), and Retail (110207).

