Public Release Log
Dated history of engine capabilities, DAW parser additions, and security milestones.
FL Studio (.flp) Project File Parser & Resync Engine
Added native Go binary event stream parser for FL Studio projects (parsers/flstudio). Implemented alignment recovery algorithms that recover valid event data even from corrupted session files.
Ableton Live (.als) Decompression & XML Parser
Implemented native gzip stream decompression and XML structure parsing for Ableton Live project files (parsers/ableton), enabling deep tracking of tracks and arrangement stems.
Account Governance, Data Export & Legal Framework
Finalized client data export specifications, account deletion routines, and drafted Terms of Service, Privacy Policy, and Studio-tier Data Processing Agreements (docs/legal/).
REAPER (.rpp) Text Structure Parser & Streaming Engine
Built native RPP project structure parser (parsers/reaper) paired with memory-safe streaming storage chunking (store.PutStream) for high-performance Take backups.
Minimal Telemetry Stance & Privacy Stance
Established zero-audio telemetry stance and explicit opt-in diagnostic decision for application crash reporting (docs/design/telemetry-policy.md).