From f17b43d736aaa51078b7bf3dbf668ac9d6fbdc5a Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:19:05 +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 28c31935ab..3f6eb80796 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2682,8 +2682,8 @@ "whatsNew": { "whatsNewInInvoke": "What's New in Invoke", "items": [ - "Studio state is saved to the server, allowing you to continue your work on any device.", - "Support for multiple reference images for FLUX Kontext (local model only)." + "Misc QoL: Toggle Bbox visibility, highlight nodes with errors, prevent adding node fields to Builder form multiple times, CLIP Skip metadata recallable", + "Reduced VRAM usage for multiple Kontext Ref images and VAE encoding" ], "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos",