diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cdaac3..ee616459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [1.3.0] - 2026-03-31 + +### Added + +- **Video Input node** — Upload, preview, and wire video files through workflows with drag-and-drop support, native playback controls, and full-bleed styling matching Image Input nodes +- **Undo/Redo** — Full undo/redo history with Cmd+Z / Cmd+Shift+Z, intelligently coalescing multi-node deletions into single undo steps +- **Veo model parameters** — Aspect ratio, quality, and duration controls now render in the Generate Video node UI +- **NB Pro Waitlist** — Added waitlist link to the welcome modal + +### Fixed + +- Selected-node execution now properly hydrates audio and video input nodes from upstream connections + ## [1.2.0] - 2026-03-29 ### Added diff --git a/package.json b/package.json index db535358..8f855bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-banana", - "version": "1.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "node server.js",