v0.5
What's new
tag 2875a967ec9e3e1feca2d76d291083a5f882ddba v0.5
Author: rkst <git@rkst.it>
Date: Tue Aug 11 19:21:38 2026 -0700
v0.5 - support WoW patch 12.1 (Interface 120100)
commit 0b41d81aeac487fb6da78276003a69d9152bbf85
Author: rkst <git@rkst.it>
Date: Tue Aug 11 19:21:18 2026 -0700
Bump Interface to 120100 for patch 12.1
The 12.1.0 TOC number is 120100; at 120007 the addon shows as out of date.
No code changes needed. Checked the 12.1.0 API changes against everything
the addon calls -- IsInInstance, Minimap/MinimapCluster, SetPoint/GetPoint/
ClearAllPoints, SetMovable/StartMoving, EnableMouse, C_Timer, C_AddOns and
SlashCmdList -- and none of them changed. 12.1 does add a Forbidden Aspects
security system where SetParent/SetPoint error if an object would implicitly
gain a forbidden aspect, but that is scoped to aura buttons this patch, and
we never call SetParent on Minimap anyway.
Not verified in-game: no WoW client or Lua toolchain in this environment.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
This mod has no additional files

