Recipes v0.11.0 Release Notes

Release Date: 2020-10-24 // over 3 years ago
  • Completely reworked and improved shopping list system

    • lists are now persistent
    • โšก๏ธ multiple users can use a shopping list at the same time with live updates
    • the same recipe can be added multiple times with different scaling
    • the export is more customizable
    • ๐Ÿ‘ shopping lists support scaling (including meal plan and recipe conversion into lists)

    ๐Ÿš€ > Although many improvements have been made to the shopping list there are quite some more planned (see #114). I wanted to release this version since the old shopping list was broken and because several other fixes and features were added in the meantime.


    โž• added ability to create invite links to allow account registration (on system page) #165

    โž• added ability to create notes for ingredients during import #169 - fixed deselecting of units would cause errors in website import

    โž• added ability to configure MEDIA_URL and STATIC_URL in .env (thanks @stewartadam)

    โž• added improved manual install instructions (thanks to @Mwoua)

    โž• added ability to set a message (in admin > Spaces) that is displayed below the nav bar

    ๐Ÿ‘Œ improved website import parser

    ๐Ÿ‘Œ improved increased maximum size of textarea for recipe step instructions

    โšก๏ธ updated several dependencies (including django) to their latest versions

    ๐Ÿ›  fixed clearing amount in recipe edit would show error (now defaults to 0) #180

    ๐Ÿ›  fixed ingredients without units #161 (thanks to @LBBO)

    ๐Ÿ›  fixed deselecting of units would cause errors in website import

    ๐Ÿ›  fixed recipes without instructions not showing images

    ๐Ÿ›  fixed validation and transaction errors when importing recipes #171

    ๐Ÿ“š > There are several new settings available in .env. If you dont want to change them there is nothing you need to do, if you want to change them please take a look at the provided .env.template for any new settings and their documentation.