Skip to content

Releases: Nelnamara/trinketmenuplus-dev

v0.3.0

07 Jun 23:49

Choose a tag to compare

TrinketMenu Plus

v0.3.0 (2026-06-07)

Full Changelog Previous Releases

  • fix: correct Wago env var (WAGO_API_TOKEN) and toc field (X-Wago-ID)
  • fix: remove incorrect -w WoWInterface flag, keep explicit CF project ID
  • fix: pass CF and Wago project IDs explicitly to packager
  • fix: correct secret names for CF and Wago API keys, add workflow_dispatch
  • fix: add contents:write permission to release workflow
  • chore: add CurseForge/Wago IDs, bump version to 0.3.0, add release workflow
  • docs: add README with usage, installation, known issues, changelog, roadmap
  • baseline: TrinketMenuPlus v0.3 with Midnight taint fix
    Initial repo capture of TrinketMenuPlus as of 2026-06-06.
    Includes the Midnight (12.0.5) ADDON_ACTION_BLOCKED fix: decoupled the
    SecureActionButtonTemplate aim button from the mover frame anchor chain.
    In Midnight, frames referenced by a secure frame's anchors become implicitly
    protected; ClearAllPoints on the mover was triggering ADDON_ACTION_BLOCKED.
    Fix: aim button is now anchored independently to UIParent via absolute
    coords from mover:GetCenter() each OnUpdate tick (out of combat only).
    During combat the aim icon stays at its last pre-combat position; the visual
    glow ring on the mover still tracks the target freely. PLAYER_REGEN_ENABLED
    re-syncs the button position immediately after combat ends.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com