KitchenOwl
Self-hosted grocery list and recipe manager for households
Alternative to: anylist, bring, out of milk
beta-v0.4.22
2024-02-19This is the first beta release for the all-in-one container setup. You can try it out using the tombursch/kitchenowl:beta docker image. It is backwards compatible, so either use your existing config with the beta tag or use the new HTTP server on port 8080.
If you are eager to join the app client beta:
- On android: Join the open testing on the play store or download the APK attached to this release
- On iOS: Join the new TestFlight beta track here: https://testflight.apple.com/join/VkbZt2HD
What’s Changed
- Turn KitchenOwl into a monorepo by @beatbrot in https://github.com/TomBursch/kitchenowl/pull/356
- Add 125 new item icons by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/383 https://github.com/TomBursch/kitchenowl/pull/390
- Update and enhance household settings by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/388
- Fix add to meal plan button not showing for recipes without ingredients by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/382
- Fix parser of web recipe return 500 internal server error by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/384
- Fix ingredient pill does not work with apostrophe by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/385
- Add testing for recipe_cubit by @beatbrot in https://github.com/TomBursch/kitchenowl/pull/365
- Fix link to DockerHub by @phylor in https://github.com/TomBursch/kitchenowl/pull/393
- Add Korean by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/398
- Add German (Switzerland) by @TomBursch in https://github.com/TomBursch/kitchenowl/pull/386
- Translations update from Hosted Weblate by @weblate in https://github.com/TomBursch/kitchenowl/pull/361 https://github.com/TomBursch/kitchenowl/pull/376 https://github.com/TomBursch/kitchenowl/pull/380 https://github.com/TomBursch/kitchenowl/pull/395 https://github.com/TomBursch/kitchenowl/pull/399 @weblate in https://github.com/TomBursch/kitchenowl/pull/381
New Contributors
- @phylor made their first contribution in https://github.com/TomBursch/kitchenowl/pull/393
Full Changelog: https://github.com/TomBursch/kitchenowl/compare/v0.4.21…beta-v0.4.22