All Versions
13
Latest Version
Avg Release Cycle
15 days
Latest Release
918 days ago

Changelog History
Page 1

  • v0.11.2 Changes

    December 03, 2020
    • 🛠 fixed broken recipe search in shopping list #239
    • 🛠 fixed two typos
  • v0.11.1 Changes

    November 04, 2020
    • added random recipe selection to meal plan (thanks to @tourn in #213)
    • 👌 improved signup form labels (thanks @Tmaxxrox97 in #211)
    • 👌 improved updated several dependencies to their latest version
    • 🛠 fixed meal plan items with only notes were saving because of a missing value from the last update
  • v0.11.0 Changes

    October 24, 2020

    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.

  • v0.10.1 Changes

    August 09, 2020
    • ➕ added french translations
    • ⚡️ updated dutch and german translations
    • 👌 improved url import to prevent weird edge cases #145
    • 🛠 fixed ingredient notes not showing #144
    • 🛠 fixed recipe importing error #146
    • 🛠 fixed broken localizations

    Many thanks to the awesome people who help translate this application into different languages. I have added a CONTRIBUTERS.md to the repository, feel free to add yourself when submitting something.

  • v0.10.0 Changes

    July 15, 2020

    Feedback: This release contains a major rewrite of the recipe logic, feedback is very much welcome!

    • complete overhaul of internal recipes
      • recipe instructions and ingredients can now be split into steps
      • improved recipe editing (more mobile friendly)
      • many more little features
      • for more details see #127
    • ➕ added several new API endpoints with appropriate tests (API remains beta and subject to changes)
    • ➕ added context menu to large search UI style
    • ➕ added error messages to url import and meal plan instead of silent fail
    • small improvements to URL import
    • 🛠 fixed non fixed-width icon in recipe view context menu
    • 🛠 fixed new/edit meal plan item views not filtering plan types correctly #129

    License Info : With this version the license of this project was changed from the MIT to the AGPL v3 License with a selling exception. Reasoning and explanations can be found in the README

  • v0.9.2 Changes

    June 25, 2020
    • 🛠 fixed a bug with recipe sharing links using insecure defaults (all existing share links have been invalidated)
  • v0.9.1 Changes

    June 25, 2020
    • ➕ added recipe url import feature #70
    • 🚚 moved recipe edit button into dropdown menu (three dots)
    • 🛠 fixed misaligned dropdown menu in recipe view on small screens #120
  • v0.9.0 Changes

    June 18, 2020
    • 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
  • v0.8.4 Changes

    June 10, 2020
    • ➕ added nice and powerful PDF viewer for external PDF recipes
    • ➕ added display of images in external storage paths
    • ➕ added version info to system information page #94
    • ➕ added possibility for remote user authentication (thanks to @cazier #88)
    • 🛠 fixed PDF.js files not beeing loaded correctly
    • ⚡️ updated plain docker example to reflect media serving changes
    • 🛠 fixed several issues when deleting protected models #102
  • v0.8.3 Changes

    June 06, 2020
    • 🛠 fixed superusers created trough the setup page didn't get staff permission #99
    • ➕ added dutch translations (#95 many thanks to @D0T1X )
    • ➕ added a basic system information page (database, debug mode, media serving)