NE Stats v1.0.5
NE Stats v1.0.5
Changes since v1.0.4.
Merged pull requests
#51 chore: refresh WoW API docs (build 12.0.5.67823)
Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.
#52 chore: refresh WoW API docs (build 12.0.5.67823)
Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.
#53 chore: refresh WoW API docs (build 12.0.5.67823)
Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.
#54 chore: refresh WoW API docs (build 12.0.7.68235)
Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.
#55 [codex] update addon for WoW 12.0.7
What changed
This PR updates the addon for WoW patch 12.0.7 (Revelations).
- bumped
ZhuraStats.tocinterface to120007 - bumped addon version to
1.0.5 - refreshed shipped Archon stat priority data in
WoWLogsStatsPrio.lua - refreshed generated WoW API digest artifacts to the local
wow-ui-sourcebuild12.0.7.68235 - added an explicit rule to
AGENTS.mdthat shipped patch/data updates must also bump## Version
Why it changed
The addon needed to be aligned with the current Retail patch and current shipped Archon data. We also hit a process gap during the update flow: version bumps were being assumed instead of enforced, so the agent instructions now make that requirement explicit.
User and developer impact
- the addon advertises compatibility with WoW
12.0.7 - bundled Archon reference values are newer
- future agent-driven patch/data updates are less likely to miss a release version bump
Root cause
The previous addon metadata and shipped data were behind the current WoW patch and current Archon snapshot, and the repo instructions did not explicitly require a version bump when shipping those updates.
Validation
powershell -ExecutionPolicy Bypass -File .\scripts\check-lua-syntax.ps1✅powershell -ExecutionPolicy Bypass -File .\scripts\deploy-local.ps1✅powershell -ExecutionPolicy Bypass -File .\scripts\run-tests.ps1 tests --verbose❌ blocked by local Lua environment (pl.path requires LuaFileSystem)powershell -ExecutionPolicy Bypass -File .\scripts\run-luacheck.ps1❌ blocked by local Lua environment (lfs.dllWin32 incompatibility)
Included commits
- b2b0fb4 chore: refresh WoW API docs (build 12.0.5.67823)
- e9a6a07 chore: refresh WoW API docs (build 12.0.5.67823)
- ab4dfb0 chore: refresh WoW API docs (build 12.0.5.67823)
- 31124da chore: refresh WoW API docs (build 12.0.7.68235)
- 7dd1b55 chore: update for WoW 12.0.7
- f3e583c Merge pull request #55 from zhuravlevkk/aidriven/update-wow-12-0-7-and-archon