The tracker now matches your in-game AP total exactly. Three sources of overcounting were identified and fixed:
- Repeatable achievements — GW2's
repeatedfield = total completions, not extras beyond the first. The old formula added an extra cycle for every finished Repeatable achievement. - Daily/Weekly/Monthly achievements — These appear in the achievement list API while active, but their AP is already in your daily/monthly totals. They're now excluded from the permanent AP sum.
- WvW achievements — Old WvW daily-type achievements (Realm Avenger, Going Camping, etc.) carry a Permanent flag in the API but GW2 counts their AP in the daily pool. They show "No AP" in the achievement panel and are now correctly excluded.
GW2 splits AP into three pools that the tracker adds together:
- Permanent AP — all achievement tier completions, excluding rotating and WvW achievements.
- Daily AP — your lifetime cumulative AP from daily, weekly, and WvW achievements. Read directly from the
daily_apfield on the GW2 account endpoint. - Monthly AP — lifetime AP from monthly achievements, from the
monthly_apfield.
Formula: total = permanentAp + daily_ap + monthly_ap, where permanentAp excludes achievements with Daily/Weekly/Monthly flags and WvW-mode achievements to avoid double-counting.
New PvE / PvP / WvW / Festival toggle bar lets you filter achievements across all tabs. Your filter choices are saved between sessions.
37 Vitest tests added covering AP calculation, mode classification, and festival detection — keeping the core logic correct going forward.
The 📸 Export PNG button on My Stats now correctly triggers the download in all browsers. The anchor element was not being attached to the DOM before the click, causing most browsers to silently ignore it.
Added a detailed breakdown of how GW2 AP works: permanent vs daily vs monthly, AP chest milestones, and how the tracker calculates your totals. Includes links to the GW2 wiki and API docs.
New dedicated stats tab with four charts: AP breakdown donut, progress bucket distribution, category completion bar, and AP efficiency. Includes AP Finder (shows highest-value achievements across PvE/PvP/WvW/Festival) and a PNG export button.
Achievement count and max AP now reflect the full game catalogue — not just your touched achievements — using a background fetch of all category data.
New progress bar on the Overview showing your position across all 121 AP chests (100 AP → 60,000 AP), with a segment view for the current 500-AP window.
v1.1.0
2026-03-01Added World Bosses, Map Chests, Dungeon Paths, and Raids This Week — all live from the GW2 API, with per-section collapsible checklists and a "Collapse all" button.
Raid wing progress added to the Goals tab, showing completed encounters for the current week.
Support button added to the tracker footer and About tab.
v1.0.0
2026-02-28Initial release. Overview dashboard, Almost Done, Most Valuable, Browse All, Categories, Goals, Masteries, and About tabs. Multi-account support with localStorage. AP progress and chest milestone cards. Daily Wizard's Vault task tracking.