Releases: mikebgrep/forkapi
Releases · mikebgrep/forkapi
Release v6.1.1 Hot fix
- fix functionality around the backup
- modification on sing up for user preferred display/translate language
- add variable for seed for migrate.sh
Release v6.1.0
- Postgres support added
- one command deploy added with shell script
Release v6.0.0
- implement prompt for emoji in recipes scrape
- implement backup functionality
- add endpoint for random recipe
- bug fixes around the api
- fix playwright error if recipe url redirect
- improving docs
Release v5.0.0
- Implement endpoint for generating audio file from recipe name, ingredients and instructions with open AI TTS model
- bug fixes related to recipe variation media was deleted for all when one variations is deleted
- bug fix for translation of a recipe open AI return conversation instead of json
- bump django version
Release v4.1.0
- Implement Shopping list app with options to add remove complete items from a recipe or added manually
- Extract Ingredients to Base abstract class
- Make ingredient metric not required
- add retry for page content on browser
- security patches for Django and Jinja
Release v4.0.0
- major changes to the generate and scrape recipe
- migrate from Chrome to Firefox
- bug fixes in the code
Release v3.0.0
- implement translation of recipes with the help of openai is use the low cost model
- implement user settings that currently has only preferred translation language value this lead to braking changes if you update from old version you must migrate your recipes with a script to the new database
Release v2.3.0
- Implement scheduler meals planner app
- Modify playwright stealth configs to be less detected from cloudflare on scrape recipe
- add background job to delete old schedules more than 7 days each day
- more coming soon keep tuned
v2.2.0
Release v2.2.0
- Implemented generating recipes from a given ingredient. This functionality work with OpenAI API Key.After successful prompt the user can follow a link to the recipe and to have a thumbnail image of the recipe.
- Modify the existing function for scrapping
- Modify docs include openai endpoint and info page
v2.1.0
Release v2.1.0
- Adding new functionality for scraping recipe with the help of openai
- Add playwright as a service to get page content for the recipes from link
- Modification related to the two up changes to the models
- Prep time and cook time become optional
- bug fixes for the total_time property
- The docker images are available in Docker Hub for arm64 and for amd64
- Modify documentations