| 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.4.2] — 2026-06-07 |
| 8 |
|
| 9 |
### Fixed |
| 10 |
- OTA updates now install. "Install & Restart" previously failed with a |
| 11 |
permission error because the updater install command wasn't granted; the app |
| 12 |
now downloads, installs, and relaunches into the new version. |
| 13 |
|
| 14 |
## [0.4.1] — 2026-06-07 |
| 15 |
|
| 16 |
Second beta release. |
| 17 |
|
| 18 |
### Added |
| 19 |
- "What's New" dialog that shows what changed after each update |
| 20 |
- Event snooze and reminders |
| 21 |
- CC and BCC fields in the in-app email composer |
| 22 |
- Setting to turn automatic update checks on or off |
| 23 |
- Documented data export for tasks, projects, events, and contacts |
| 24 |
|
| 25 |
### Changed |
| 26 |
- Writing an email now uses one shared composer everywhere in the app |
| 27 |
- Empty screens across tasks, projects, events, emails, and contacts share consistent icons and copy |
| 28 |
- Contact phone numbers, emails, and other sub-fields are editable in place |
| 29 |
- Reworked touch interactions on mobile, with a segmented events view |
| 30 |
- Broad interface refresh from a usability audit and a shared design system |
| 31 |
- Updated SyncKit pricing integration |
| 32 |
|
| 33 |
### Fixed |
| 34 |
- iOS layout and interaction fixes |
| 35 |
- Assorted interface polish from the audit and fuzz passes |
| 36 |
|
| 37 |
### Security |
| 38 |
- macOS builds now run under the hardened runtime |
| 39 |
|
| 40 |
## [0.3.0] — 2026-03-28 |
| 41 |
|
| 42 |
First beta-ready release. |
| 43 |
|
| 44 |
### Added |
| 45 |
- Cloud sync via SyncKit SDK (tasks, projects, events, contacts, emails) |
| 46 |
- OTA updates via tauri-plugin-updater |
| 47 |
- MCP server integration for Claude Desktop |
| 48 |
- Rhai plugin system for extensibility |
| 49 |
- Day planner with drag-and-drop scheduling |
| 50 |
- Email (IMAP/SMTP) with multi-account support |
| 51 |
- Calendar with recurring events |
| 52 |
- Contact management with vCard import/export |
| 53 |
- Snooze and subtask linking |
| 54 |
- Bundled color themes (see `src-tauri/frontend/themes/helix/`) |
| 55 |
- macOS, Windows, and Linux builds (signed and notarized on macOS) |
| 56 |
|
| 57 |
### Fixed |
| 58 |
- Empty-state copy across tasks, emails, projects, contacts and events |
| 59 |
- About modal and Settings populated with publisher, license, contact, source, privacy, and copyright |
| 60 |
- Hard-fail error messages rewritten to plain language with actionable next steps |
| 61 |
- Bulk-action buttons now signal destructive intent with the danger color |
| 62 |
- Mutex poisoning recovery — no more panics on contended locks under crash recovery |
| 63 |
- SMTP attachment content-type parsing no longer relies on an unwrap |
| 64 |
|
| 65 |
### Security |
| 66 |
- Privacy policy contact address corrected to `info@makenot.work` |
| 67 |
- No production unsafe code |
| 68 |
|