diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 93127f422b1..c2a4853cc20 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -3775,12 +3775,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..b704163d9ff 100644 --- a/invokeai/version/invokeai_version.py +++ b/invokeai/version/invokeai_version.py @@ -1 +1 @@ -__version__ = "6.14.0-alpha" +__version__ = "6.14.0"