Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Loading