Skip to content

Releases: ysim/cook

v0.5.0

04 Aug 12:50
0de7a6c

Choose a tag to compare

  • Update default new recipe template to have source field in the front matter. (#50)
  • Update README and dependencies. (#57)

v0.4.0

12 Apr 00:15
d8a1a13

Choose a tag to compare

  • Improve error handling for front matter parsing. (#47)
  • Migrate from go dep to go modules. (#54)

v0.3.0

21 Oct 00:20
2c8a36d

Choose a tag to compare

  • Introduction of list -key=... subcommand that lists values for a given key. (#23)
  • Introduction of list subcommand (no flags) that lists keys. (#21)
  • New -meta flag that lists front matter when displaying a recipe (#24)

v0.2.0

04 May 21:01

Choose a tag to compare

  • Introduction of new subcommand that creates new recipe file with given attributes out of a template (#12)

v0.1.1

19 Jul 18:46

Choose a tag to compare

  • Fixed bug that wouldn't allow the reading of a symlink specified by $COOK_RECIPES_DIR (#14)
  • Adjusted line spacing (#17)
  • Show a prettier error message when a recipe file cannot be read (#18)

v0.1.0

21 Jun 14:25

Choose a tag to compare

Initial release:

  • Display in the command line with styling
  • Search (on one field, with both AND and OR operators)
  • Editing
  • Validation (one file and entire directory)