Releases: seyone22/Cook
Release v5.0.0-beta4
Fleshed out the shopping list feature. Advanced controls not available yet, but you can make custom shopping lists, add anything to it, and remove / mark items as purchased.
Release v5.0.0-beta3
Added in Cooking Mode - with notifications and timers and scaling.
May have bugs - minimal testing since it's a release after long time. Next betas will have more bug testing and fixes.
v3.0.0-beta1
Full Changelog: v2.0.0-beta1...v3.0.0-beta1
What's Changed
- Added search bar in home page
- You can track how many times you made a recipe
- You can scale recipe ingredients
- Added a shopping list feature.
- Recipe page shows costs
- You can share recipes, and import them
Tons of polishing up work to do, next release will include a way to store nutrition information, ingredient substitutes, and importing recipes directly from websites. Minor changes on this version to polish up the existing features.
NOT BACKWARDS COMPATIBLE.
Since export was introduced this patch, you'll have to remake recipes again on the new version. This is because we changed the primary key of recipes from a long to a UUID, which means writing a migration is tough. may be possible in a patch version, but not now.
Full Changelog: v1.0.0-beta4...v3.0.0-beta1
v2.0.0-beta1
Full Changelog: v1.0.0-beta4...v2.0.0-beta1
v1.0.0-beta4
What's Changed
- Merging development changes for v1.0.0-beta4 by @seyone22 in #2
- New Icon!
- Can edit recipes and ingredients. Editing added images is a bit buggy.
New Contributors
Full Changelog: v1.0.0-beta3...v1.0.0-beta4
v1.0.0-beta3
Full Changelog: v1.0.0-beta2...v1.0.0-beta3
v1.0.0-beta2
Full Changelog: v1.0.0-beta1...v1.0.0-beta2
Release v1.0.0-beta1
Initial release. You can add recipes and ingredients.
Editing added recipes and ingredients is buggy, and more detailed stats are not available.