Skip to content

Releases: cody-young/ArenaTalentReminder

v1.0.3

22 Jun 21:16

Choose a tag to compare

Arena Talent Reminder

v1.0.3 (2026-06-22)

Full Changelog Previous Releases

  • Border auto-sizing, want-set suppression with notes, and Evoker fixes
    • Display: size the frame/border to hug the text (no more fixed-width
      wrapping/overflow); render reminders in large gold text and suppression
      notes in a smaller gray FontString with an inline info icon.
    • Engine: two-pass Evaluate. A "shouldn't have" drop is suppressed when
      another rule wants the same talent ("want it" beats "drop it"), so a
      talent good vs multiple matchups isn't flagged for removal when you face
      only one. Suppressed drops surface as a note naming the overruled rule and
      which matchup wants the talent. Returns { reminders, notes }.
    • Add "Show suppression notes" toggle (default on); test mode previews raw.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v1.0.2

22 Jun 04:23

Choose a tag to compare

Arena Talent Reminder

v1.0.2 (2026-06-22)

Full Changelog Previous Releases

v1.0.1

22 Jun 04:03

Choose a tag to compare

Arena Talent Reminder

v1.0.1 (2026-06-22)

Full Changelog Previous Releases

  • Enable CurseForge project id for packaged uploads
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • Add README and enable CurseForge upload in release workflow
    • Add README.md (features, install, usage, build/release docs).
    • Uncomment CF_API_KEY in the release workflow; document the required
      CF_API_KEY repo secret and the X-Curse-Project-ID TOC field.
      Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

v1.0.0

22 Jun 03:38

Choose a tag to compare

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