Skip to content

Releases: matrulda/gimme-food

Fix ingredient naming bug and use GHA

26 Apr 17:06
Compare
Choose a tag to compare

Patch changes:

  • Fixed #22
  • Removed lines that saved API responses to a file (leftover from testing)
  • Automatic tests are now run with GHA instead of travis

Updated test packages

31 Oct 11:01
Compare
Choose a tag to compare

I noticed that codecov did not work as is should and it was resolved by updating the test packages.

Recipe db validation

31 Oct 10:45
Compare
Choose a tag to compare

Added a validation step that is performed after fetching the recipes from the db. It checks that all ingredients with the same name have the same amount type, if not, the app will terminate with informative error messages.

No comma in file name

10 May 11:52
Compare
Choose a tag to compare

Patch release:

  • When using gimme_recipe, comma will no longer be included in the recipe file name
  • The number of portions is now included in the recipe string:
 Linscurry med kokosmjölk och lime (4 portions): https://www.ica.se/recept/linscurry-med-kokosmjolk-och-lime-720274/

Gimme recipe!

11 Mar 20:12
Compare
Choose a tag to compare

There's a new command in town: gimme_recipe! Use this command to add recipes from https://www.ica.se/recept/ to your recipe database. Read more about it in the README.

Also, g (short from gram) and ml are now supported amount type names.

Support added for different unit of measures

22 Feb 19:16
Compare
Choose a tag to compare

The following unit of measures are now supported as amount types in recipes:

  • Liter
    • dl
    • msk
    • tsk
    • krm
  • Gram
    • kg

Example: Both of these are valid and correspond to the same amount:

"Water": {"amount": 8, "amount_type": "dl"}
"Water": {"amount": 0.8, "amount_type": "liter"}

First release!

12 Dec 21:13
Compare
Choose a tag to compare

See README for usage.