diff --git a/CHANGELOG.md b/CHANGELOG.md index cce4ab6..ab5f93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.19.1](https://github.com/cooklang/cookcli/compare/v0.19.0...v0.19.1) (2025-12-27) + + +### Features + +* improve breadcrumb ([b9618a8](https://github.com/cooklang/cookcli/commit/b9618a855db56a9d114fb1ed6569cb43b0853076)) +* remove ".cook" in the breadcrumb ([0cd458c](https://github.com/cooklang/cookcli/commit/0cd458c54ef285620993a5703d8223a166a98208)) + + +### Bug Fixes + +* add export of shopping list in markdown format ([11cbaa1](https://github.com/cooklang/cookcli/commit/11cbaa1740b93f91bc46b713be2cfd37cba58bbe)) +* add export of shopping list in markdown format ([8a5e65c](https://github.com/cooklang/cookcli/commit/8a5e65cbae54b49706b1a481568841beab4e1c11)) +* better alignment in the breadcrumb ([f148fdf](https://github.com/cooklang/cookcli/commit/f148fdfc25fbf2bb670b70611c7cbc8a94908320)) +* notes are rendered in correct order between steps (web interface) ([e4ad193](https://github.com/cooklang/cookcli/commit/e4ad1933e426aa0df25b563d3bf3f25119ad85db)) +* show pantry inventory even if pantry.conf is empty, but show link to preferences page only if pantry.conf is not found ([f535295](https://github.com/cooklang/cookcli/commit/f535295e93e8a96e36df442a095d8a97d306e9ea)) +* use ingredient list with common names from aisle configuration ([61152c3](https://github.com/cooklang/cookcli/commit/61152c3a02f043f4fe9f16ff55e4527f7628fb93)) + + +### Miscellaneous Chores + +* release 0.19.1 ([4ded7b1](https://github.com/cooklang/cookcli/commit/4ded7b1a2fe5a2ea1a5e8666bbf0522339f7b620)) + ## [0.19.0](https://github.com/cooklang/cookcli/compare/v0.18.2...v0.19.0) (2025-11-26) diff --git a/Cargo.lock b/Cargo.lock index df2ec4c..3b6abc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "cookcli" -version = "0.19.0" +version = "0.19.1" dependencies = [ "accept-language", "anstream", diff --git a/Cargo.toml b/Cargo.toml index 87ecb2a..05ff800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cookcli" -version = "0.19.0" +version = "0.19.1" edition = "2021" description = "A command-line interface for managing and working with Cooklang recipes" license = "MIT"