← Back to the calculator 0.1.3 2026-07-16
Added
- Import your Silver balance by pasting your Bank page — pulls from wallet ("Deposit All") by default, with an option to include your bank balance ("Withdraw All") too.
- Shortfalls that exceed an item's known storage cap (from a "MAX ON HAND" inventory paste) are flagged "CAPPED" — a sign that no amount of farming will clear the shortfall until the cap is raised or the item is spent down elsewhere.
Changed
- Editing an item's quantity by hand clears its "maxed" flag, since the new number is your own claim rather than a re-observed storage cap.
- Updated Credits acknowledgements.
Fixed
- A failed questlines fetch no longer wipes your saved questline queue — it's treated the same as still-loading rather than "nothing matched."
0.1.2 2026-07-16
Changed
- Importing your inventory no longer needs a browser-console script — select all the text on your Inventory page and paste it in directly.
- Importing completed quests works the same way now — select all the text on your Help Needed > Completed page and paste it in, no console script needed.
- Quest rewards are no longer tracked, reflecting a change in the underlying quest data.
- Silver now shows up as a requirement on quests that need it.
- The small per-quest label badge (e.g. "II", "Part 2") is replaced by its position number in the chain.
- The "MAX ON HAND" storage-cap indicator is no longer conflated with the separate "Mastered"/"Grand Mastered" crafting indicators.
0.1.1 2026-07-16
Added
- In-app changelog page, with a header badge that flags unseen releases.
- Inventory staleness warning: flags when you've checked off quests since your last inventory paste, so shortfall numbers don't silently go stale.
- Shortfall summary search/filter, and a copyable list of quest names from a "mark completed" paste that didn't match any known quest.
- `questlines.json` is now validated against its expected shape at runtime before the app trusts it (it's a fetched static asset, not a typed import).
- The questline picker now shows when the underlying quest CSV was last updated, sourced from its git history rather than build time.
- Real acknowledgements on the About and Credits pages, replacing placeholder text.
Changed
- Layout: inventory and questline panels now fill the viewport height
0.1.0 2026-07-15
Added
- Quest tracker calculator: paste your FarmRPG inventory, pick a questline, and see the first quest you can't complete with current materials.
- Multi-questline queue support — queue and reorder several questlines that share one inventory, with a combined shortfall summary across the queue.
- SEO metadata and static marketing pages (About, Credits).
- README, CONTRIBUTING guide, and project documentation.
Changed
- Switched deploy adapter from Vercel to Cloudflare Pages.