Skip to content

Releases: TandoorRecipes/recipes

1.5.30

21 Jan 15:34
Compare
Choose a tag to compare
  • improved recognition of notes as part of ingredient strings (thanks to @smilerz 157af15)
  • fixed errors when deleting recipe images
  • fixed error when importing a recipe

1.5.29

18 Jan 11:50
Compare
Choose a tag to compare
  • improved paprika image import (thanks to mitcdh #3497)
  • updated several dependencies

1.5.28

18 Jan 08:33
Compare
Choose a tag to compare

This release contains several security improvements. Thanks for m10x for making me aware of the issues and assisting in fixing them. The impact of these should be pretty low for anyone running tandoor in a private setting and for anyone using the hosted instance. Detailed reports will follow.

  • changed allow configuring external recipe sources only as superuser of the instance
  • changed blacklist to prevent certain paths from being used in local external recipes (etc, root, medafiles, usr). If you are using any of them you need to change your configuration
  • changed local external import only considers pdf and image types
  • changed default nginx config to download mediafiles if opened (setting content disposition Attachement)
  • changed allow only image, pdf and office files to be uploaded to the UserFile system
  • updated django (security update)

1.5.27

05 Jan 10:39
Compare
Choose a tag to compare
  • removed healthcheck as it was causing issues for some people

1.5.26

01 Jan 08:25
Compare
Choose a tag to compare
  • updated cryptography lib so build doesn't fail

1.5.25

29 Dec 12:46
Compare
Choose a tag to compare
  • added warning if a recipe url is imported twice (thanks to lavanyamehn #3412)
  • added a health check to the default Dockerfile for external applications to monitor tandoors state (thanks to zodac #3416)
  • fixed error when using social providers to sign up
  • improved system page (thanks to @igorsantos07 #3448)
  • updated dependencies
  • improved docs (thanks to hawthorc #3428)

1.5.24

26 Nov 16:30
Compare
Choose a tag to compare
  • added ability to set more secrets in files (thanks to bishtawi #3411)
  • improved secure rendering of instruction templates

1.5.23

23 Nov 21:00
Compare
Choose a tag to compare
  • fixed system page (this time for real ...)
  • fixed YouTube importer by switching library from pytube to pytubefix

1.5.22

14 Nov 15:09
Compare
Choose a tag to compare
  • fixed system view #3399

1.5.21

12 Nov 15:16
Compare
Choose a tag to compare
  • added gourmet importer (thanks to vitoller #3280)
  • improved paprika importer image handling (thanks to @tlambertz #3361)
  • fixed mealie import failing when yield is null (thanks to Chronophylos #3359)
  • updated some dependencies