| 1 |
# Changelog |
| 2 |
|
| 3 |
All notable changes to GoingsOn 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 (tasks, projects, events, contacts, emails) |
| 13 |
- OTA updates via tauri-plugin-updater |
| 14 |
- MCP server integration for Claude Desktop |
| 15 |
- Rhai plugin system for extensibility |
| 16 |
- Day planner with drag-and-drop scheduling |
| 17 |
- Email (IMAP/SMTP) with multi-account support |
| 18 |
- Calendar with recurring events |
| 19 |
- Contact management with vCard import/export |
| 20 |
- Snooze and subtask linking |
| 21 |
- Bundled color themes (see `src-tauri/frontend/themes/helix/`) |
| 22 |
- macOS, Windows, and Linux builds (signed and notarized on macOS) |
| 23 |
|
| 24 |
### Fixed |
| 25 |
- All issues identified in audit runs 1–12 |
| 26 |
- Concurrency and type safety patterns (Rust patterns audit) |
| 27 |
|
| 28 |
### Security |
| 29 |
- Full observability instrumentation (206 traced functions) |
| 30 |
- No production unsafe code |
| 31 |
|