Skip to content

Releases: gallmarch/fl-goat-farmer

Calculate Echo value of things that sell for non-Echo items

24 Jan 09:51
Compare
Choose a tag to compare

There are a few items that sell for things that aren't Echoes but can themselves be sold for Echoes: for example, Memories of Light sell for 25 Cryptic Clues apiece (so an MoL is ultimately worth €0.50). This update looks through the character's sellable items for the special cases we know about and adds their Echo value to the total.

Support smaller screens

24 Jan 11:25
Compare
Choose a tag to compare

This update checks for an active Bazaar tab in the page footer (and incidentally adds support for Meticulously Altered Stockings in the net-worth calculation).

Prevent negative reserves

24 Jan 10:37
Compare
Choose a tag to compare

Reserves are now clamped to non-negative values.

First publication-ready release

14 Jan 09:48
Compare
Choose a tag to compare
3.1.11

Tagging version 3.1.11 3.1.11

Don't null out reserve/target if user cancels update

09 Jan 18:33
Compare
Choose a tag to compare

Previously we were accepting the null return value from a user-cancelled window.prompt call, which got coerced to 0 when dispatching + persisting the updated reserve or target value. Escaping out of a prompt should now leave the existing reserve/target intact.

Firefox-compatible release

15 Dec 13:59
Compare
Choose a tag to compare
3.1.7

Update package.json for binary release

Upload binaries

14 Dec 11:30
Compare
Choose a tag to compare
3.1.4

Prepare for public consumption