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, 2020Completely 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
andSTATIC_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, 2020Feedback: 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
- complete overhaul of internal recipes
-
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 -
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 preferencecomments
(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
- complete overhaul of meal planning #84
-
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