Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:38
· 5 commits to main since this release

Arena Talent Reminder

v1.0.0 (2026-06-22)

Full Changelog Previous Releases

  • Stop committing Libs; add packager-based GitHub release workflow
    • Remove embedded Ace3 from version control (kept locally, now gitignored).
    • Add .pkgmeta declaring Ace3 externals fetched into Libs/ at build time.
    • Add .github/workflows/release.yml: BigWigsMods/packager builds a zip and
      publishes a GitHub release on tag push.
    • Tokenize TOC version as @Project-Version@ for release versioning.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Merge remote-tracking branch 'origin/main'
  • Rework arena-prep gate, add rule negation, debug tooling, and config UI
    • Replace unreliable Arena Preparation aura (32727) gate with a generic
      show/hide model: show while in an arena and out of combat; hide on gates
      open (PVP_MATCH_ACTIVE) and in combat. Round-start marker (228212) re-shows
      each Solo Shuffle round. Drops the WeakAura's class-specific cast tracking.
    • Add per-rule "presence" selector so rules can trigger on the subject being
      absent, not just present (e.g. drop a talent when not facing Unholy).
    • Add debug tooling: /atr debug, /atr status, and per-rule evaluation tracing.
    • Fix Evoker Preservation spec id (1468, was an invalid 1469) and add the
      missing Augmentation spec (1473).
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Initial commit
  • Inital Commit