diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index a4c7986b10c..646cdb5b432 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -3754,12 +3754,11 @@ "whatsNew": { "whatsNewInInvoke": "What's New in Invoke", "items": [ - "New model types: Qwen Image, Qwen Image Edit, Anima.", - "Support for hosted models: Gemini (Nano Banana), GPT Image, Qwen, Seedream, Wan", - "Private and shared image boards and workflows in multiuser mode", - "Canvas lasso tool, save/restore function, and the ability to hide those pesky preview tiles", - "Custom node manager", - "Redesigned download queue" + "New model types: Krea.2-Turbo/Raw, Ideogram 4, Ernie", + "Video generation with Wan 2.2", + "Parallel generation on systems with multiple GPUs", + "Anima controlnets and inpainting mode", + "Performance improvements and bug fixes", ], "readReleaseNotes": "Read Release Notes", "readTheDocs": "Read the Docs", diff --git a/invokeai/version/invokeai_version.py b/invokeai/version/invokeai_version.py index 1d6baefe138..415aa7f3e75 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "6.14.0-alpha" +__version__ = "6.14.0-rc2"