From 84b1590b29c481e0e16a23ac288bb13ed1002a54 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:19:50 +1100 Subject: [PATCH] chore(ui): update whatsnew --- invokeai/frontend/web/public/locales/en.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 0343e1af19..28e0adf81d 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2748,9 +2748,8 @@ "whatsNew": { "whatsNewInInvoke": "What's New in Invoke", "items": [ - "Crop tool for Ref Images", - "Improved Model Manager tab UI", - "Navigate prompt history with keyboard shortcuts (alt/option + up/down)" + "Model Manager: If a model cannot be identified during installation, you can now manually select the model type and architecture.", + "Internal: Improved model identification system, making it easier for contributors to add support for new models." ], "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos",