diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index e5678b8167a..8fc609e12d7 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2689,8 +2689,8 @@ "whatsNew": { "whatsNewInInvoke": "What's New in Invoke", "items": [ - "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" + "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" ], "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos", diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index ea5a4a3b0bc..b61ecefda8c 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "6.5.0rc1" +__version__ = "6.5.0"