Skip to content

Releases: cooklang/cookcli

v0.32.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:58
e0d24e8

0.32.1 (2026-06-26)

Miscellaneous Chores

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:03
522f73f

0.32.0 (2026-06-12)

Features

  • add recipe sorting by name, modified date, and created date (#356) (633de0b)
  • make shopping list and pantry nav links configurable via settings (#357) (e6bd4ca)

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:23
5f66deb

0.31.0 (2026-06-09)

Features

  • build: generate sitemap.xml with cook build web --sitemap (#351) (6db127a)

Bug Fixes

  • server: avoid renameat2 SIGSYS on aarch64 Android (Termux) (#353) (46950ab), closes #349

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 18 May 18:08
8621bb2

0.30.0 (2026-05-18)

Features

  • add cook build static-site generator (#344) (f6703df)
  • shopping-list: add --pantry and --ignore-pantry flags (#340) (dd5264b)
  • sync: OAuth 2.0 device-code login for CLI and Docker users (#347) (6aa725c)

Bug Fixes

  • default new recipe path to current folder (#332) (#341) (f8bde38)
  • don't treat Windows drive-letter colons as scaling delimiter (#338) (4bc724d), closes #335
  • server: recognize duration and time required as time aliases (#342) (d685eaf), closes #320

v0.29.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 19:59
341dd9c

0.29.1 (2026-04-24)

Bug Fixes

  • resolve menu recipe references from collection root in CLI (#330) (444f1c3)
  • scale menu recipe references by servings/yield (#329) (00d9a1c)
  • shop list other ordering (d76a3b5)

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 09:44
d4a7da1

0.29.0 (2026-04-14)

Features

  • live updates for shopping list page (#325) (3dd5e6f)
  • migrate shopping list to new format with checked state (#318) (7700032)

Bug Fixes

  • escape single quotes in JS string literals to prevent XSS (#326) (9ee62ae)
  • include menu freehand ingredients in web shopping list (#324) (069caee)
  • ingredient and cookware names invisible when printing in dark mode (#322) (6b9602e), closes #319
  • unreadable plan card on shopping list in dark mode (#323) (282d221)

v0.28.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 11:19
b79e033

0.28.1 (2026-04-09)

Bug Fixes

  • remove openssl dependency to fix Linux release builds (#317) (f1d4d56)
  • resolve npm dependency security vulnerabilities (e5d14f6)

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 07:52
e72cefd

0.28.0 (2026-04-08)

Features

  • add --url-prefix flag for reverse proxy subpath support (#309) (bdf4d32)
  • add Swedish to language switcher (a5bb53f)
  • Added swedish translation (#310) (949109c)
  • update cooklang-import to 0.9.3 (8d77122)

Bug Fixes

  • handle non-ASCII characters in pantry TOML keys (#311) (#313) (1d3d4e5)
  • improve cooking mode responsiveness on smartphones (#306) (515ec2f)
  • prevent print layout from truncating recipe content (#307) (67dd125), closes #304

v0.27.2

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:18
e6d9bc6

0.27.2 (2026-04-02)

Bug Fixes

  • add "m" unit abbreviation, text-only timer test (bc8fe3d)
  • address review feedback on Docker permission fix (3da96e4)
  • address review feedback on JSON-LD schema output (f288294)
  • address second round of review feedback (5ee1262)
  • improve JSON-LD schema.org output for HowToStep (8ef2b11)
  • quote pantry section names containing spaces in TOML output (7eb7c0c)
  • quote pantry section names containing spaces in TOML output (818f785), closes #292
  • quote section name with space in seed pantry.conf (af7623f)
  • remove unused import, add zero-duration timer guard test (ac3e11a)
  • resolve Docker volume permission issues when creating recipes (7363ca7)
  • resolve Docker volume permission issues when creating recipes (af5a1ee), closes #287
  • use existing sections in pantry Add Item form (4ad0e51)
  • use existing sections in pantry Add Item form (08233b7), closes #293

v0.27.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 08:32
ae3fd73

0.27.1 (2026-03-24)

Bug Fixes

  • filter artifact download in release pipeline (ce89c4c)
  • filter artifact download to skip docker build cache in release pipeline (3afa5d9)