Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down