Skip to content

Latest commit

 

History

History
100 lines (55 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

100 lines (55 loc) · 3.89 KB

Changelog

0.7.0 - 2024-06-22

Added

  • Add Nora Cooks support (#167)

0.6.0 - 2024-06-21

Changed

  • Change Flutter version to 3.19.6 (#147)

Added

  • Add Chefkoch support (#158)

0.5.0 - 2023-07-20

Added

  • Add recipe notes and modifications functionality (#94)
  • Add support for KptnCook sharing URLs (#100)

Fixed

  • Fix bug where only one recipe is collected if the same link is used for more than one recipe (#96)
  • Add missing padding between message boxes (#98)

0.4.0 - 2023-06-04

Added

  • Add copy button to recipe parsing output (#77)
  • Add dropdown button to select the used locale (#79)
  • Add recipe caching and textual feedback for each recipe (#91)

0.3.1 - 2023-03-09

Fixed

  • Fix bug where floating point number is parsed incorrectly for KptnCook (#69)

0.3.0 - 2023-02-28

Added

  • Add support for Eat this! (#65)
  • Add support for Bianca Zapatka (#63)
  • Add feedback for missing CORS plugin on web (#64)

0.2.1 - 2023-02-19

Fixed

  • Fix mixed content error on Web (#57)

0.2.0 - 2023-02-19

Added

  • Add releases for Web and Android (#41, #42)
  • Add deployment job for Web (#44)
  • Provide better user feedback when parsing isn't successful (#46, #50)
  • Add German translations (#51)

0.1.1 - 2023-02-01

Changed

  • Replace web scraping via Puppeteer with HTTP request and HTML parsing (#27)

Fixed

  • Fix bug where ingredients with same name, but different unit were merged (#23)

0.1.0 - 2023-01-30

Initial release.