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" ] } ]