# Changelog All notable changes to Balanced Breakfast will be documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.0] — 2026-03-28 First beta-ready release. ### Added - Cloud sync via SyncKit SDK (configs, feed sources, plugin manifests) - OTA updates via tauri-plugin-updater - Rhai plugin system for custom feed sources ("bussers") - RSS, Atom, JSON Feed, Hacker News, and arXiv source types - FTS5 full-text search across all feed items - Circuit breaker for failing feed sources - 16 bundled color themes - macOS, Windows, and Linux builds (signed and notarized on macOS) ### Fixed - All issues identified in audit runs 1–12 - Concurrency and type safety patterns (Rust patterns audit) ### Security - Full observability instrumentation (61 traced functions) - No production unsafe code