Skip to content

Releases: AdamArcane/obsidian-recipebox

0.1.11

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:34

0.1.11 (2026-08-08)

Features

  • meal-plan: implement multi-day recipe placement in meal plan modal (83394c3)

Bug Fixes

  • ci: sync lockfile for npm 10 esbuild resolution (f82687e)

0.1.10

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:17

0.1.10 (2026-08-07)

0.1.10-beta.3

0.1.10-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 23:26

0.1.10-beta.3 (2026-08-01)

Features

  • parser: let a section heading end a RecipeMD method (a340581)
  • recipe-view: show the source link on desktop (306e4d1)
  • settings: add a toggle for the recipe source display (23dc887)

Bug Fixes

  • recipe-view: stop a non-URL source from breaking the mobile Info tab (5ab9681)

0.1.10-beta.2

0.1.10-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:12

0.1.10-beta.2 (2026-07-31)

Features

  • parser: read ingredients from a RecipeMD block when no heading exists (f9df939)
  • parser: treat a RecipeMD note's method as instructions (ec0c63b)

Bug Fixes

  • parser: follow RecipeMD on ingredient groups and the closing break (fce288f)
  • parser: RecipeMD decimal notation and linked ingredient names (0ab1947)
  • parser: strip paired single-asterisk emphasis from ingredient lines (16796ca)
  • tests: build lastMade fixtures from local dates, not UTC (23b2e26)

0.1.9

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:28

Features

  • 🎉 Gallery view - now you can browse and search recipes within the plugin. No dataview required. Documentation
  • 🎉 Dashboard view - get a snapshot of your recipes at a glance, including cook activity, meal plan and grocery list previews, recent recipes, and shared recipe status. Can be disabled in the settings. Documentation
  • implement default recipe image handling in gallery and recipe views. Custom default (d6de379)
  • add print button functionality to shared recipe HTML (b69eb0a)

Bug Fixes

  • add sanity checks for recipe file detection (2a53aed)
  • improve release script clarity and error handling (faf9154)
  • detect and handle broken recipe image (a072ac4)
  • don't auto-open recipe view when switching to markdown (bb38abd)
  • use global createEl for anchor and canvas elements to avoid document restrictions (1e6380e)
  • derive recipe-view auto-open from active view, not a timed leaf search (86892d5)
  • replace createEl with createSpan and createFragment for consistency (bbbc173)

0.1.9-beta.7

0.1.9-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:36

0.1.9-beta.7 (2026-07-21)

Features

  • add ability to disable the dashboard in the settings. (9b7b0c3)
  • add dashboard activity range setting and enhance dashboard view (d975181)
  • add dashboard view with stats, meal plan, and grocery preview (625d70f)

Bug Fixes

  • add sanity checks for recipe file detection (2a53aed)
  • improve release script clarity and error handling (faf9154)

0.1.9-beta.6

0.1.9-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:04

0.1.9-beta.6 (2026-07-17)

Bug Fixes

  • detect and handle broken recipe image (a072ac4)
  • don't auto-open recipe view when switching to markdown (bb38abd)

0.1.9-beta.5

0.1.9-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:10

0.1.9-beta.5 (2026-07-17)

Features

  • add default recipe image setting and update image resolution logic (8dd8f83)
  • implement default recipe image handling in gallery and recipe views (d6de379)

Bug Fixes

  • add default recipe image value (3da261a)

0.1.9-beta.4

0.1.9-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:12

0.1.9-beta.4 (2026-07-17)

Bug Fixes

  • use global createEl for anchor and canvas elements to avoid document restrictions (1e6380e)

0.1.9-beta.3

0.1.9-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:41

0.1.9-beta.3 (2026-07-17)

Features

  • enhance gallery view with stats row and improved search functionality (518f635)