File Details
_TOGT-v0.1.0
- R
- May 4, 2026
- 6.65 KB
- 16
- 11.2.7+5
- Retail + 3
File Name
_TOGT-_TOGT-v0.1.0.zip
Supported Versions
- 11.2.7
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
Changelog
[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).

