Release history
vanilla-cookbook releases
A deceptively simple recipe manager.
All releases
24 shown
## What's Changed - Fix e2e test button selector for recipe edit form @jt196
## What's Changed - Scale control now shows servings instead of a multiplier @jt196
Added full UI translation support and incremental locale-generation script for the main app.
Fixing the perms issue so the Android build works. Sorry about all these little hotfixes, they're CICD only so hard to test locally.
Patching up the E2E CICD so the tests actually pass and it releases.
Adds Capacitor-based Android APK and web-wrapper for sideloaded mobile use.
- Mounted volume files (./db, ./uploads) now owned by UID 1000; existing installs need one-time permission fix
- Docker container now runs as non-root user instead of root
- AI image generation from recipe edit page with optional style prompt override
- Separate admin settings for Image OCR and Image Generation providers
- Category management pages and category APIs removed
- Home dashboard with Recently Added, Recently Cooked, Most Cooked, and Favourites carousels
- Similar Recipes feature using embeddings
- Cooking history timeline at /calendar
- Ingredient lines with HTML heading tags no longer render as headings; use markdown hash syntax instead
- Markdown-style ingredient section headings using #, ##, ###
- Dutch language support for ingredient parsing
- Nutrition display on recipe pages in structured table
- Fuzzy search by default with scoring
- Semantic search by semantic closeness
- Cumulative searching across name, directions, and ingredients
LLM settings require manual enablement in admin panel after update.
Users can add notes when marking recipes cooked, with new history tracking and sorting options.
Fixed image upload and display bugs in recipe management with improved image carousel and controls.
Some bugfixing and visual tweaks. The work. Is never. Finished.
Adds support for ollama, google, anthropic, and openai models with recipe generation and direction summarization.