From 6c082cd4e34f60656efc8a0bbf434e82d71d7309 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:10:52 +0300 Subject: [PATCH] update what's new --- talemate_frontend/src/components/WhatsNew.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/talemate_frontend/src/components/WhatsNew.vue b/talemate_frontend/src/components/WhatsNew.vue index e2f277b4..63ee2e7d 100644 --- a/talemate_frontend/src/components/WhatsNew.vue +++ b/talemate_frontend/src/components/WhatsNew.vue @@ -75,8 +75,24 @@ export default { data() { return { expand: false, - selected: "0.32.0", + selected: "0.32.1", whatsNew: [ + { + version: '0.32.1', + items: [ + { + title: "Bugfix release", + description: "Bug fixes and minor improvements.", + items: [ + "Fix LMStudio connection (#212)", + "Fix Windows setup failure when any parent folder path contains spaces (#211)", + "Fix character creation issues", + "Tweak scene analysis and director guidance prompts for conversation", + "Add GLM 4.5 templates" + ] + } + ] + }, { version: '0.32.0', items: [