Skip to content

Releases: mikebgrep/forkapi

Release v6.1.1 Hot fix

28 Apr 13:01

Choose a tag to compare

  • 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

27 Apr 14:42

Choose a tag to compare

  • Postgres support added
  • one command deploy added with shell script

Release v6.0.0

19 Apr 17:39

Choose a tag to compare

  • 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

06 Apr 10:56

Choose a tag to compare

  • 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

22 Mar 14:45

Choose a tag to compare

  • 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

23 Feb 12:53

Choose a tag to compare

  • major changes to the generate and scrape recipe
  • migrate from Chrome to Firefox
  • bug fixes in the code

Release v3.0.0

16 Feb 11:52

Choose a tag to compare

  • 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

01 Feb 13:58

Choose a tag to compare

  • 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

18 Jan 13:27

Choose a tag to compare

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

05 Jan 12:47

Choose a tag to compare

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