# Changelog All notable changes to GoingsOn 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 (tasks, projects, events, contacts, emails) - OTA updates via tauri-plugin-updater - MCP server integration for Claude Desktop - Rhai plugin system for extensibility - Day planner with drag-and-drop scheduling - Email (IMAP/SMTP) with multi-account support - Calendar with recurring events - Contact management with vCard import/export - Snooze and subtask linking - Bundled color themes (see `src-tauri/frontend/themes/helix/`) - 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 (206 traced functions) - No production unsafe code