From d009dbe39d7084fba1761086e92f9321d180861b Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sun, 24 Aug 2025 17:03:05 +0300 Subject: [PATCH] notes --- talemate_frontend/src/components/WhatsNew.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/talemate_frontend/src/components/WhatsNew.vue b/talemate_frontend/src/components/WhatsNew.vue index 060bfc39..db0a2d59 100644 --- a/talemate_frontend/src/components/WhatsNew.vue +++ b/talemate_frontend/src/components/WhatsNew.vue @@ -79,13 +79,24 @@ export default { whatsNew: [ { version: '0.32.3', + items: [ + { + title: "Bugfix release", + description: "Node editor context menu positioning fix.", + items: [ + "Fix LiteGraph context menu positioning issue" + ] + } + ] + }, + { + version: '0.32.2', items: [ { title: "Bugfix release", description: "Bug fixes and connection improvements.", items: [ - "Fix KoboldCpp connection issues", - "Fix LiteGraph context menu positioning issue" + "Fix KoboldCpp connection issues" ] } ]