From 681ff2b2b3d02fd8786598bf11dbcf54f49b2db9 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:32:08 +1000 Subject: [PATCH] chore(ui): update whatsnew --- invokeai/frontend/web/public/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 974c212560..f8ee57a94d 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2748,8 +2748,8 @@ "whatsNew": { "whatsNewInInvoke": "What's New in Invoke", "items": [ - "Canvas: Color Picker does not sample alpha, bbox respects aspect ratio lock when resizing shuffle button for number fields in Workflow Builder, hide pixel dimension sliders when using a model that doesn't support them", - "Workflows: Add a Shuffle button to number input fields" + "Canvas: Separate foreground and background colors - toggle with 'x', reset to black and white with 'd'", + "LoRAs: Set default weights for individual LoRAs in the Model Manager tab" ], "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos",