Releases: TandoorRecipes/recipes
Releases · TandoorRecipes/recipes
1.5.1
- fixed meal plan view
- fixed error with keyword automation
Food Properties, Unit Conversion and Open Data
- added unit conversion
- tandoor can now automatically convert your ingredients to different units
- conversion between all common metric and imperial units works automatically (within either weight or volume)
- conversions to convert between weight and volume for certain foods or to convert between special units (like pcs or your favourite cup) can be added manually
- currently conversions are used for property calculation, in the future many more features are possible with this
- added food properties
- every food can have different properties like nutrition, price, allergens or whatever you like to track
- these properties are then automatically calculated for every individual recipe
- the URL importer now automatically imports nutrition information properties from websites if possible
- in the future this can be integrated into different modules like shopping (price) or meal plans (nutrition)
- added open data importer
- The Tandoor Open Data Project aims to provide a community curated list of basic data for your tandoor instance
- Feel free to participate in its growth to help everyone improve their Tandoor workflows
- improved food editor (much cleaner, supports new features)
- added admin options to delete unused steps and ingredients (thanks to @smilerz #2488)
- added Norwegian to available languages #2487
- fixed hide bottom navigation in print view (thanks to jwr1 #2478)
- fixed url import edge case with arrays as names #2429
- fixed HowToSteps in Nextcloud Cookbook imports #2428
- fixed edge cases with the rezeptsuite importer #2467
- fixed recipesage servings and time import
- improved lots of functionality regarding plugins (still otherwise undocumented as very early stages)
1.4.12
- added allow plugins to define dropdown nav entries
- fixed json importer not working since its missing source_url attribute
- updated open data plugin
1.4.11
- added noindex to header to prevent indexing content by search engines (thanks to screendriver #2435)
- added ability to set gunicorn logging parameter to .env (thanks to gloriousDan #2470)
- improved plugin functionality
Open Data Plugin
This is the first release that also contains a build of the tandoor-open-data-plugin.
More Information will follow soon on GitHub https://github.com/TandoorRecipes/open-tandoor-data and
1.4.10
1.4.9
- added support for cookidoo import (thanks to @MarcusWolschon #2270)
- added proper auth for
api/share-link/
#2371 - added keyword alias automation to url import (thanks to @smilerz #2415)
- added ldap TLS parameter to allow StartTLS connections (thanks to ssams #2434)
- improved OpenEats importer and docs (thanks to thomaspreece #2379)
- improved CI/deployment process thanks to @gabe565 #2376 (added GHCR as alternative to docker hub, consolidated workflow files, updated actions, ...)
- updated many dependencies
- updated translations
- improved docs k8 instructions (thanks to alexbarcelo #2326)
- improved language in docs faq (thaks to ocnattie #2351)
- improved added WSL setup instructions to docs (thanks to nco34 #2372)
- improved german translation (thanks to dnlmlr #2416)
- fixed some typos (thanks to noxonad #2420 #2422 #2421)
1.4.8
- improved lots of UI's
- evenly sized and more cleanly looking recipe cards in the main search view
- added bottom navigation bar to improve mobile navigation
- added meal plan overview (with edit functionality) to search view (only when search is empty)
- added mobile optimized meal plan view
- improved sizing of main search pagination
- added ability to easily import from one tandoor instance to another (simply past share link into import url input)
- added button in shared recipes to import into another tandoor instance
- added ability to pass import url to import view via url parameter (
?url=
) - added notes, yields, times and source url to mealie import (v1 importer will follow)
- improved paprika importer to first try to import the original image from url
- fixed mealie import broken when exported file did not contain any step texts but ingredients #2339
- fixed adding recipes to shopping lists that contain headers #2330
- fixed reviewing shopping list items before saving from meal plan view
- fixed plural showing in lists where it does not make sense
- fixed plural only showing for admins (by removing the space setting for usage of plurals all together) #2315
- fixed admin bug with ingredients without units #2350
- removed debug "SYNC" button from shopping list #2323
- updated dependencies
1.4.7
- added background sync to shopping list entry checking (if connectivity is lost while shopping, sync will continue when connectivity is restored)
- added importer for rezeptsuit.de #2288
- added ability to add note to ingredient during import
- added open graph meta tags for shared recipes #2264
- added ability to use markdown in space message of the day
- added ability to set individual spaces to allow infinit sharing of recipes
- improved if the user tries to create a new food/unit with a plural that exists already for another food/unit its automatically merged
- improved servings parser to handle certain formats better
- improved import ingredient editor to allow deletion of ingredients
- improved food api response time for search views
- improved url import to prevent double importing
- fixed plural edge case in unit and food serializer #2304
- fixed editing ingredients in import when no unit is present #2302
- fixed search view making unnecessary API requests from MealPlanEditModal
- fixed button to disable shopping auto sync not working
- fixed delete space data
1.4.6 Import and Automation improvements
- added two new automations and docs
- added description and instruction replace automations
- added some docs to explain what automations are and how they work
- added automatic ingredient sorting on import #2238
- sorts ingredients to steps based on text matches, if no match is found a similarity function is used to improve the result even further
- added importer tries to add the author of the recipe as a keyword #2258
- added simple modal to recipe import to edit ingredients
- added ingredient pluralization (thanks to @Knalltuete5000 #1860)
- improved recipe pinning (unpin trough context menu, prevent double pin) (thanks to bee395 #2179)
- improved handling of from to amounts in ingredient parser (thanks to MarcusWolschon #2272)
- fixed emoji picker relying on external CDN, now native emoji's are used #2274
- fixed manifest loading behind secured proxies (thanks to @jwalker343 #2215)
- fixed link in docs (thanks to @fliiiix #2205)
- fixed recettetek ingredient import #2229
- fixed S3 image saving would not work on import #2259`
- fixed marking food on hand would not work in some cases #2227
- fixed importer breaking with empty ingredients #2257
- fixed potential issue with default nginx config in docs for manual installation (thanks to RoGryza #2301)
- updated django allauth so you can now login with openid connect #970 (comment)
- updated lots of dependencies
- updated docs (thanks to besendorf #2267 and jacobgc #2273, juneboom #2281))
1.4.5
⚠️ as of 10.11.2022 this release is not yet available for arm32 (raspi) users as cryptography 38.0.3 does not yet build on arm. Release will be published once cryptography is available (piwheels/packages#329).
- added duplicate and move buttons to recipe ingredients #1667
- added nextcloud cookbook export (thanks to TiagoRascazzi #2140)
- fixed nextcloud cookbook nutrition import #2067
- fixed login UI button alignment (thanks to chiaramistro #2104)
- fixed share link creation and added proper tests (thanks to swnf #2106)
- fixed sharing preferences not saving #2115
- fixed recipekeeper import #2161
- fixed recipe image rendering when nutritional values are present #2155
- fixed paste ingredient function to add to correct step and keep order of pasted ingredients #2139
- fixed ingredient parser handling of amount and space connected strings #1982
- improved step time format #1830
- improved allow smaller fractions (thanks to Mikhail5555 #2101)
- updated lots of dependencies
- updated translations (thanks to the awesome translation community over on https://translate.tandoor.dev/)
- updated docs to fix some typos and add some FAQ, also added search (thanks to ignis-draco #2020 and raj3000k #2121 and mh166 #2154)