Skip to main content

max / balanced_breakfast

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