Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 994 Bytes

Changelog

2.0.0 (2024-08-18)

⚠ BREAKING CHANGES

  • main: The program does not override data by default anymore. The user must now run the program with --override set so that currently present properties are overridden

Features

  • main: Added interactive mode (dbcc8df)
  • main: Added override mode. (4d7b026)

Bug Fixes

  • main: Directly skipping if a food item already has all properties defined in Tandoor (360f580)
  • main: Updated README.md to reflect changes in behavior (025453d)