Skip to content

NE Stats v1.1.8

Choose a tag to compare

@github-actions github-actions released this 09 Aug 23:31
· 32 commits to master since this release
51eec6c

NE Stats v1.1.8

Changes since v1.1.7.

Merged pull requests

#117 chore: refresh WoW API docs (build 12.0.7.68974)

Automated WoW API doc refresh from Gethe/wow-ui-source (live). Does not touch ZhuraStats.toc, so no release is cut.

#118 chore: add WoW 12.1 support

Summary

  • declare compatibility with both World of Warcraft 12.0.7 (Interface 120007) and Midnight 12.1.0 (Interface 120100)
  • bump the addon version to 1.1.8 so the release workflow publishes a new build after merge

Patch 12.1.0, Curse of Ula'tek, launches in Europe on August 12, 2026.

Compatibility review

Compared the API digest generated from Gethe/wow-ui-source ptr build 12.1.0.69189 with the current 12.0.7.68974 digest.

  • all stat APIs used by NE Stats are still present
  • their signatures and Secret-value restrictions are unchanged
  • all registered events used by the addon are still present
  • UnitClass gains SecretWhenUnitIdentityRestricted, but NE Stats only queries "player", which remains readable under that predicate
  • generated PTR API docs are intentionally not included; the nightly workflow tracks the live branch and will refresh them after the patch goes live

Validation

  • git diff --check
  • verified Interface: 120007, 120100
  • verified Version: 1.1.8
  • no Lua files changed

Included commits

  • 2feb6c4 chore: refresh WoW API docs (build 12.0.7.68974)
  • 9799737 chore: add WoW 12.1 support
  • 9bb8ff2 chore: retain WoW 12.0.7 compatibility
  • 51eec6c Merge pull request #118 from zhuravlevkk/agent/wow-12-1-support