Mealie - Package Updates
- 
[1.15.1]
- Update mealie to 2.4.1
 - Full Changelog
 - fix: Use configured server time when calling RepositoryMeals.get_today() method @michaelclark2 (#4734)
 - chore(auto): Update pre-commit hooks @github-actions (#4732)
 - chore(l10n): New Crowdin updates @hay-kot (#4743)
 - docs(auto): Update image tag, for release v2.4.0 @github-actions (#4722)
 - fix(deps): update dependency uvicorn to ^0.33.0 @renovate (#4724)
 - fix(deps): update dependency recipe-scrapers to v15.3.3 @renovate (#4725)
 - chore(deps): update dependency mkdocs-material to v9.5.49 @renovate (#4733)
 
 - 
[1.15.2]
- Update mealie to 2.4.2
 - Full Changelog
 - fix: SyntaxWarning for Escape Characters in String Literals @ConduciveMocha (#4792)
 - fix: 3892 missing parameter documentation @VTerret (#4577)
 - fix: Autocomplete Accessibility on Login form @dvdpearson (#4837)
 - fix: RecipeActionMenu location @Kuchenpirat (#4835)
 
 - 
[1.16.0]
- Update mealie to 2.5.0
 - Full Changelog
 - Migrated the "Last Made" and "On Hand" features to the household level for improved organization and usability.
 - Redesignes the FAQ section in our documentation, featuring collapsible spoilers for better readability.
 - feat: add make_admin script @Kuchenpirat (#4853)
 - feat: Move "on hand" and "last made" to household @michael-genson (#4616)
 - feat: add delete option to three dots menu @johnpc (#4842)
 - fix: Allow scraping calories as number @parumpum (#4854)
 - fix: remove edit scale icon when not scalable @Kuchenpirat (#4849)
 - fix: remove kitchen timer @Kuchenpirat (#4857)
 - fix: Preserve orientation when converting to .webp @ConduciveMocha (#4803)
 - fix: Recipe comments display a username/id rather than @shethshlok (#4726)
 - fix: Refresh recipe section when clicking card tag chip @parumpum (#4810)
 - fix: PWA - Allow CORS and add UseCredentials to nuxt.config.js @Borriborri (#4902)
 - fix: Show All Recipes in Cookbook Regardless of Sort @michael-genson (#4908)
 
 - 
[1.17.0]
- Update mealie to 2.6.0
 - Full Changelog
 - feat: Shopping list UI overhaul - three dot menu @Wetzel402 (#4415)
 - feat: Add Servings/Yield to Recipe Actions @michael-genson (#4952)
 - ~~feat: Add new labels and foods for en-US language and update seeding logic~~ (reverted for now) @Cameronwyatt (#4812)
 - fix: Ensure bring api docs are shown (MR 4920) @felixschndr (#4948)
 - fix: Remove API Tokens from User APIs @michael-genson (#4985)
 - fix: Fixed LastMade recipes sorting order @PancakeZik (#4980)
 - fix: revert "feat: Add new labels and foods for en-US language" @hay-kot (#4996)
 - chore(l10n): New Crowdin updates @hay-kot (#4934)
 - chore(l10n): New Crowdin updates @hay-kot (#4938)
 - chore(l10n): New Crowdin updates @hay-kot (#4953)
 - chore(auto): Update pre-commit hooks @github-actions (#4965)
 - chore(l10n): New Crowdin updates @hay-kot (#4968)
 
 - 
[1.18.0]
- Update mealie to 2.7.0
 - Full Changelog
 - feat: support 
_FILEsuffix for docker secrets (again) @RMI78 (#4958) - feat: Improve Shopping List UI @miah120 (#4608)
 - feat: Better Scraping/More User Agents @michael-genson (#5091)
 - feat: redesign recipe info card @Kuchenpirat (#5026)
 - fix: Shorten Indexes @michael-genson (#5045)
 - fix: Only run migration data fixes on migrations @michael-genson (#5038)
 
 - 
[1.18.1]
- Update mealie to 2.7.1
 - Full Changelog
 - fix: Remove 
brencoding from scraper @michael-genson (#5115) - docs(auto): Update image tag, for release v2.7.0 @github-actions (#5111)
 - fix(deps): update dependency pydantic-settings to v2.8.1 @renovate (#5108)
 - fix(deps): update dependency openai to v1.65.1 @renovate (#5123)
 - chore(deps): update dependency ruff to v0.9.8 @renovate (#5112)
 - fix(deps): update dependency fastapi to v0.115.9 @renovate (#5122)
 
 - 
[1.19.0]
- checklist added to manifest
 
 - 
[1.20.0]
- Base image 5.0.0
 
 - 
[1.21.0]
- Update mealie to 2.8.0
 - Full Changelog
 - feat: Migrate from CRF++ to Ingredient Parser (a Python package) @michael-genson (#5061)
 - feat: Use recipe_scrapers metadata for more accurate parsing @eric-hoffmann (#5165)
 - feat: Update seeding to use new foods list format - round 2 - reverted due to crowdin limits @Cameronwyatt (#5189)
 
 - 
[1.21.1]
- GIT_COMMIT_HASH is required in the UI
 
 - 
[1.22.0]
- Enable OIDC
 
 - 
[1.23.0]
- Update mealie to 3.0.0
 - Full Changelog
 - GET /api/users GET /api/admin/users
 - POST /api/users POST /api/admin/users
 - GET /api/users/{item_id} GET /api/admin/users/{item_id}
 - DELETE /api/users/{item_id} DELETE /api/admin/users/{item_id}
 - feat: setting to hide password login @cdanis (#4943)
 - feat: remove unnecessary UI components if allowPasswordLogin is true @SurfBurger (#5484)
 - feat: add the selected recipe servings and yields in the content of the recipe post action @felixschndr (#5340)
 - feat: Migrate to Nuxt 3 framework @mrth2 (#5184)
 - feat: Update food seeding logic & increase food seed size @Cameronwyatt (#5514)
 - feat: create recipe from multiple images @SkepticMystic (#5590)
 - fix: "NOT IN" doesn't apply filter properly @michael-genson (#5154)
 - fix: spelling of GitHub @Kuchenpirat (#5244)
 - fix: update admin scripts paths in docs @Kuchenpirat (#5263)
 
 - 
[1.23.1]
- Update mealie to 3.0.1
 - Full Changelog
 - fix: crud table bulk actions @Kuchenpirat (#5686)
 - fix: set correct github tag in init py @Kuchenpirat (#5693)
 - fix: user & household creation @Kuchenpirat (#5699)
 - docs(auto): Update image tag, for release v3.0.0 @github-actions (#5675)
 - fix(deps): update dependency openai to v1.95.0 @renovate (#5671)
 
 - 
[1.23.2]
- Update mealie to 3.0.2
 - Full Changelog
 - Continued bug fixes addressing regressions introduced during the frontend upgrade.
 - A patch for a recently discovered XSS vulnerability. Thanks to @B1tBreaker for reporting the vulnerability.
 - fix: meal planner date range is correctly set @mariodz95 (#5725)
 - fix: Update admin_backups.py to handle API backup file uploads correctly. @duckhead (#5715)
 - fix: Mealplan Regressions @michael-genson (#5748)
 - fix: Patch XSS Vulnerability @michael-genson (#5754)
 - fix: multiple regressions on data management page @Kuchenpirat (#5758)
 - fix: style of recipe actions to be compliant with design schema @felixschndr (#5736)
 - fix: RTL Settings Ignored @michael-genson (#5762)
 
 - 
[1.24.0]
- Update mealie to 3.1.1
 - Full Changelog
 - fix(deps): update dependency openai to v1.100.2 @renovate (#5993)
 - fix(deps): update dependency requests to v2.32.5 @renovate (#5987)
 
 - 
[1.24.1]
- Update mealie to 3.1.2
 - Full Changelog
 - feat: Allow env_nested config with __ @eMerzh (#5616)
 - fix: theme dark/light are swapped @DrDonoso (#6001)
 - fix: Remove Temperature from OpenAI Integration @michael-genson (#6023)
 - fix: Simplify AutoForm and fix select @michael-genson (#6022)
 - fix: Light Mode Using Dark Mode Background Color @michael-genson (#6014)
 - fix: Can't add first shopping list item to shopping list @michael-genson (#6013)
 - fix: Remove Frontend Timeout @michael-genson (#6033)
 
 - 
[1.25.0]
- Update mealie to 3.2.1
 - Full Changelog
 - fix: Explorer Page State Not Working On Hitting Back @michael-genson (#6171)
 - feat: group recipe ingredients by section titles @felixschndr (#5864)
 - feat: consolidate settings gui @Kuchenpirat (#6043)
 - feat: Add option to switch sqlite to WAL @t0xicCode (#6050)
 - feat: Improve first time setup ux @p0lycarpio (#6106)
 - fix: Make String Cleaner More Robust @michael-genson (#6032)
 - fix: Handle missing OIDC groups claim @t0xicCode (#6054)
 - fix: import from Paprika not importing some images @brokeh (#5911)
 - fix: re-ordering of cookbooks @RichardVanLeeuwen (#5975)
 - fix: Fix RecipeLastMade dialog date picker being off by a day @lehnerpat (#6079)
 
 - 
[1.26.0]
- Update mealie to 3.3.0
 - Full Changelog
 - feat: Manually calculate OpenAI Parsing Confidence @michael-genson (#6141)
 - feat: Upgraded Ingredient Parsing Workflow @michael-genson (#6151)
 - feat: Ingredient Parser Enhancements @michael-genson (#6228)
 - feat: Simplify Default Layout Logic and Add Household.name To Cookbooks API @michael-genson (#6243)
 - fix: Print Button Does Nothing @michael-genson (#6178)
 - fix: ingredient linker and instructions titles @p0lycarpio (#6146)
 - fix: multiple RecipeRating backend calls @p0lycarpio (#6194)
 - fix: Actually Fix Token Time @michael-genson (#6215)
 - fix: Remove explicit timeout from OpenAI image API Call @michael-genson (#6227)
 - fix: Workflow Issues with Deleting Ingredient In Parser @michael-genson (#6230)
 
 - 
[1.26.1]
- Update mealie to 3.3.1
 - Full Changelog
 - fix: Default to "0" qty when creating ingredients everywhere @michael-genson (#6285)
 - fix: Restore recipe meta for non-logged-in users @michael-genson (#6286)
 - fix: Updated pwa orientation to any @Choromanski (#6298)
 - fix(deps): update dependency fastapi to ^0.118.0 @renovate (#6281)
 - fix(deps): update dependency openai to v2 @renovate (#6294)
 
 - 
[1.26.2]
- Update mealie to 3.3.2
 - Full Changelog
 - This release contains bug-fixes related to authentication and fixes a breaking change related to long passwords (>72 bytes). No action is needed for users with long passwords, though it may be worth checking out the MR for more information.
 - feat: Added url to current version release @Choromanski (#6308)
 - fix: Re-write Nuxt auth backend and get rid of sidebase auth @michael-genson (#6322)
 - fix: Remove unused next-auth dependency @p0lycarpio (#6328)
 - fix: No Redirect On Valid Token @michael-genson (#6327)
 - fix: Translate log-out string @michael-genson (#6332)
 - fix: Truncate Long Passwords (>72 bytes) @michael-genson (#6335)