Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:22

Remaining Achievements

v0.3.0 (2026-07-26)

Full Changelog Previous Releases

  • v0.3.0: chained achievements, hidden/FoS/opposite-faction toggles, UX polish
    Fixes and features from the first community feedback round:
    • Progressive chains: later steps (e.g. Algari Delver Tank II) now appear
      while earlier steps are unfinished; chain rows are sized by a local
      by-id mirror of Blizzard's expanded-height calculator.
    • ElvUI: the Remaining tab is skinned via ElvUI's Skins:HandleTab.
    • Include hidden achievements (beta): brute-force discovery pass surfaces
      point-carrying achievements the category UI never lists, filtered by
      generated faction data (FactionData.lua), noise flags, visible-category
      checks, and a curated unobtainable blocklist.
    • Include Feats of Strength (beta): obtainable-only via generated
      FoSData.lua (evergreen + current season); every FoS achievement is
      hidden-until-earned so the allowlist is the source of truth.
    • Include opposite faction (beta): each faction's remaining list is
      recorded to SavedVariables on scan and replayed cross-faction with
      id/name/completion dedup, DataForAzeroth-style; header shows inline
      "(+N Horde)" count/point suffixes with an explanatory tooltip.
    • Renames: user-hidden is now "Stashed for later"; Blizzard-hidden is
      "hidden" (export columns Stashed/Hidden/Faction).
    • Scanning indicator in the header strip during async rescans; toggle
      tooltips; reordered toggle list.
    • dev-deploy.sh now also cuts a gitignored tester zip; tools/ scripts
      regenerate FactionData.lua and FoSData.lua from wago.tools db2 exports.
      Co-Authored-By: Claude Fable 5 noreply@anthropic.com