Skip to content

Releases: Zheoni/cooklang-chef

v0.10.0

14 Jan 21:04
Compare
Choose a tag to compare

Updates to cooklang parser 0.15.0, this includes many small improvements and
some changes to the language. See the [parser changelog] from 0.13 to 0.15
to see the changes. Major things you neeed to worry about are:

  • If you used a custom extensions config in your recipe collection, you may need
    to update it because some extensions have been removed (always enabled) and
    some renamed.
  • The metadata now uses a YAML frontmatter, you will get a warning if you use
    the old style. You can't mix both styles of metadata, when you use a
    frontmatter the old style syntax will be disabled. Config keys like >> [mode]: ...
    will still use the old style and are not metadata anymore.

New features this enables:

  • The YAML frontmatter for metadata.
  • Now all inline quantities are detected and can be converted at your will, not
    only temperature.

v0.9.2

20 Dec 17:21
Compare
Choose a tag to compare

This release is the last one before updating cooklang with spec changes. It
includes a variety of small fixes and improvements.

v0.9.1

18 Apr 16:11
Compare
Choose a tag to compare
  • Fix VISUAL and/or EDITOR env vars that were ignored. ( #26 )

v0.9.0

11 Apr 15:39
Compare
Choose a tag to compare
  • Add more markdown customization to change all hard coded words.
  • Add --config global arg to override the config.toml file used.

v0.8.5

27 Feb 17:52
Compare
Choose a tag to compare
  • Don't allow serve or list to run outside a collection to avoid unwanted
    recipe indexing.
  • Add --force arg to list to force it to run outside a collection.

v0.8.4

10 Feb 18:24
Compare
Choose a tag to compare
  • Fix a panic in chef serve by updating dependencies.
  • Fix recipe input as path outside a collection.

v0.8.3

05 Feb 12:16
Compare
Choose a tag to compare
  • Fix small quantity formatting
  • Fix timer getting locked sometimes

v0.8.2

27 Jan 23:27
Compare
Choose a tag to compare

Fix bugs and internal improvements.

v0.8.0

13 Jan 17:26
Compare
Choose a tag to compare

Features

  • Restructured some CLI subcommands
  • Add markdown output customization
  • Add german translations in the Web UI

Internal

  • Rewrite the Web UI. This will allow to add HTML export in the future. Also fixes #12 #14
  • Fix a bunch of issues related to paths

v0.7.0

27 Sep 17:32
Compare
Choose a tag to compare
  • A metadata key image will be treated as the main image of the recipe. This is intented to be a URL to an image. The old main image will still show in the recipe page.