diff --git a/README.md b/README.md index 0465e5ba79..6631cc33dc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Invoke is a leading creative engine built to empower professionals and enthusias ![Highlighted Features - Canvas and Workflows](https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d) +--- +> ## 📣 Are you a new or returning InvokeAI user? +> Take our first annual [User's Survey](https://forms.gle/rCE5KuQ7Wfrd1UnS7) + +--- + # Documentation | **Quick Links** | diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index c7aaf80068..5bdd7ba08e 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -2859,10 +2859,10 @@ "whatsNewInInvoke": "What's New in Invoke", "items": [ "Support for Z-Image-Turbo: InvokeAI now supports the fast and accurate Z-Image-Turbo model. See 'Starter Models' to get started.", - "Workflow Editor: You can now organize your custom workflows with tags to facilitate search and retrieval.", "Hotkeys: Add and edit keyboard shortcuts for any of Invoke's major functions.", "Model Manager: The Model Manager user interface now supports bulk tagging and deletion." ], + "takeUserSurvey": "📣 Let us know how you like InvokeAI. Take our User Experience Survey!", "readReleaseNotes": "Read Release Notes", "watchRecentReleaseVideos": "Watch Recent Release Videos", "watchUiUpdatesOverview": "Watch UI Updates Overview" diff --git a/invokeai/frontend/web/src/features/ui/components/WhatsNew.tsx b/invokeai/frontend/web/src/features/ui/components/WhatsNew.tsx index bbee1bfe83..31da04d487 100644 --- a/invokeai/frontend/web/src/features/ui/components/WhatsNew.tsx +++ b/invokeai/frontend/web/src/features/ui/components/WhatsNew.tsx @@ -28,6 +28,12 @@ export const WhatsNew = () => { {items} +