You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support for PFS season 7 21; SFS season 1 25-26
🐛 Bug Fixes
fix: Round slow-track currency to 2 decimal places The slow-track calculation (treasureBundleValue + incomeEarned) / 2 was not rounded, allowing IEEE 754 floating-point artifacts like 5.69999... instead of 5.7. Apply Math.round to 2 decimal places, matching the existing rounding in calculateCurrencyGained for the non-slow-track path.
fix: Verify local HEAD matches origin before tagging in release script
fix: Add clipboard fallback for insecure contexts (HTTP)
🔧 Maintenance
chore(deps): bump shell-quote and concurrently
chore(deps-dev): bump typescript-eslint from 8.59.3 to 8.62.0
chore(deps): bump js-yaml from 4.1.1 to 4.2.0
chore(deps): bump actions/checkout from 6 to 7
chore: Add .npmrc with legacy-peer-deps for TS 6 compatibility
chore(deps-dev): bump esbuild from 0.28.0 to 0.28.1
chore(deps-dev): bump ts-jest from 29.4.9 to 29.4.11
chore(deps-dev): bump qs from 6.15.0 to 6.15.2
chore(deps-dev): bump eslint from 10.3.0 to 10.4.0
chore(deps): bump fflate from 0.8.2 to 0.8.3
chore(deps-dev): bump jscpd from 4.0.8 to 4.2.3
chore(deps-dev): bump @typescript-eslint/parser from 8.59.3 to 8.59.4
chore(deps-dev): bump typescript from 5.9.2 to 6.0.3
chore(deps-dev): bump typescript-eslint from 8.57.1 to 8.59.3
chore(deps-dev): bump jest-environment-jsdom from 30.2.0 to 30.4.1
chore(deps-dev): bump fast-check from 4.5.3 to 4.8.0