From f6f1e06d9e7422d46f2eb991256a964cb8366c61 Mon Sep 17 00:00:00 2001 From: saagpatel Date: Sun, 29 Mar 2026 03:04:18 -0700 Subject: [PATCH] docs: add CHANGELOG.md --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7d19aeb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.0] - 2026-03-22 + +### Added +- Complete SignalFlow visual dataflow programming desktop app +- Comprehensive UX overhaul (40% → 95% usability) +- Code node, expression evaluation, and CI/CD pipeline +- Comprehensive testing and Settings UI +- Advanced features and release pipeline +- Lean dev workflow and cleanup scripts + +### Fixed +- Workflow permissions for code scanning alerts +- CI pipeline: exempt dependency bots from PR hygiene + +### Changed +- Finalized pre-signing readiness for release +- Updated README with UX overhaul features +- Improved flow validation with schema-driven required config checks +- Approved pnpm build scripts for esbuild +- Bootstrapped tests and docs defaults +- Pruned project bloat +- Bumped npm and yarn dependencies +- Bumped cargo dependencies