From f92b4d4f35a1c4c37413c2aae9533e9c1fe177d6 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 1/2] 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 0460ab34fe8..988ddac814f 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2678,8 +2678,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", From a8bdd779b4617d7f7f3675a58f478171bc2745be Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:11:21 +1000 Subject: [PATCH 2/2] chore: bump version to v6.4.0rc1 --- invokeai/version/invokeai_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index 833eacf4541..6da2d53997d 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "6.3.0" +__version__ = "6.4.0rc1"