Skip to content

Releases: ephes/kptncook

No soup for you!

12 Dec 06:37
Compare
Choose a tag to compare
No soup for you! Pre-release
Pre-release

Fixes

  • removed wrongfully added recipe yield reduction

Added units, foods, tags and step images

04 Dec 08:43
Compare
Choose a tag to compare

Features

  • Added units and food types to recipe ingredients
  • Added tags to recipes (only adds kptncook at the moment
  • Added step images to recipe instructions

Refactoring

  • Review and refactoring
  • Updated pre-commit hooks

Fixes

  • Documented python / mealie version requirements

Increased Login Timeout

05 May 13:36
Compare
Choose a tag to compare
Pre-release

0.0.7 - 2022-05-05

Fixes

  • Increased fetch access token timeout to 60 seconds

Renamed confusing "http" command to "kptncook-today"

25 Apr 15:01
db175f3
Compare
Choose a tag to compare

0.0.6 - 2022-04-25

Fixes

  • Better name "kptncook-today" for the command fetching the 3 kptncook recipes for today
  • Fixed all exports

Integrate new kptncook api endpoints

20 Apr 12:15
22763ba
Compare
Choose a tag to compare
Pre-release

0.0.5 - 2022-04-20

Refactoring

Features

  • new cli command kptncook kptncook-access_token fetches the access token from the kptncook api
  • new cli command kptncook list-recipes lists all locally stored recipes
  • new cli command kptncook backup-favorites fetches all favorites from the kptncook api and stores them locally
  • new cli command kptncook search-by-id searches for a recipe by id (url, uid or oid) and stores it locally

Ignore existing recipe + dependency fix

08 Apr 05:02
Compare
Choose a tag to compare
Pre-release

0.0.4 - 2022-04-08

Fixes

  • Ignore exception when recipe already exists in mealie
  • Removed explicit dependency on click < 8.1 (fixed in typer 0.4.1)