feat: more icon choices for custom recipe covers (v0.51.1)
Dish pool 16 -> 29 (banana, grape, citrus, hamburger, popcorn, bean, vegan, utensils-crossed, leaf, shrimp, cooking-pot, candy, nut), drink pool +milk. Existing recipes' auto-picked icon may shift since the deterministic hash is modulo pool size — expected, cosmetic only. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Mirrors CHANGELOG.md at the repo root — update both together.
|
||||
export const APP_VERSION = "0.51.0";
|
||||
export const APP_VERSION = "0.51.1";
|
||||
|
||||
export type ChangelogEntry = {
|
||||
version: string;
|
||||
@@ -11,6 +11,13 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
version: "0.51.1",
|
||||
date: "2026-07-19 12:05",
|
||||
added: [
|
||||
"More icon choices for custom recipe covers — dish icons went from 16 to 29 (banana, grape, citrus, hamburger, popcorn, bean, vegan, utensils, leaf, shrimp, cooking pot, candy, nut), drinks got milk.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.51.0",
|
||||
date: "2026-07-19 11:40",
|
||||
|
||||
Reference in New Issue
Block a user