Recipes v0.9.0 Release Notes

Release Date: 2020-06-18 // almost 4 years ago
    • complete overhaul of meal planning #84
      • responsive UI with vue.js (drag and drop, modals and all the fancy JS features)
      • per user customizable meal types
      • shopping list generation
      • iCal export
    • ➕ added recipe sharing (currently only internal recipes)
    • cleaned up buttons in recipe view
    • ➕ added ingredient decimal rounding setting #104
    • ➕ added ingredient rounding indicator ~ (to prevent silent/unwanted rounding)
    • ➕ added several API Views (more will follow)
    • ➕ added Token and Basic Auth to API
    • ➕ added API Documentation and link to API Browser
    • ➕ added API Token to preference page
    • ➕ added user preference comments to enable/disable the comments in the recipe view
    • added environment variable COMMENT_PREF_DEFAULT to set the default for the user preference comments (see updated .env template)
    • ➕ added custom 404 error page
    • 👉 show viewlog/cooklog in admin
    • 🛠 fixed ingredient note popover issue on certain (mostly apple) browsers #98
    • 🛠 fixed permission on sync creation was not checked properly
    • ⚡️ updated/improved tests