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", 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"