Skip to content

Commit 00dd238

Browse files
committed
Add changelog entry for version 1.9.0 detailing new features, improvements, and fixes
1 parent 0a2ec89 commit 00dd238

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

src/lib/changelog.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,38 @@ export interface ChangelogEntry {
2121
// The first entry is always treated as the current version.
2222
// ─────────────────────────────────────────────────────────────────────────────
2323
export const CHANGELOG: ChangelogEntry[] = [
24+
{
25+
version: "1.9.0",
26+
date: "March 29, 2026",
27+
categories: [
28+
{
29+
category: "New",
30+
items: [
31+
"Script node support",
32+
"Copy/paste component functionality",
33+
],
34+
},
35+
{
36+
category: "Improved",
37+
items: [
38+
"Refreshed Nexus UI across the header, nodes, library, and properties panel",
39+
"Enhanced auto-layout algorithm",
40+
"Enhanced AI connection detection",
41+
],
42+
},
43+
{
44+
category: "Fixed",
45+
items: [
46+
"Fixed overflow in the prompt text fullscreen editor",
47+
"Fixed sub-workflow auto-layout",
48+
"Fixed sub-workflow AI generator",
49+
"Fixed model selection scrollbar",
50+
"Fixed multi-select tool glitches",
51+
"Fixed connection issues on macOS devices",
52+
],
53+
},
54+
],
55+
},
2456
{
2557
version: "1.8.0",
2658
date: "March 12, 2026",

0 commit comments

Comments
 (0)