Skip to main content

max / goingson

Add 0.4.1 CHANGELOG section Documents everything since the 0.3.0 beta so the "What's New" after-update dialog has a section to surface (the extractor matches the running version, which was stalling at empty until a 0.4.x section existed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-08 00:40 UTC
Commit: bca0b452b47f9435929c7507e49ee44611c89b25
Parent: a920721
1 file changed, +26 insertions, -0 deletions
M CHANGELOG.md +26
@@ -4,6 +4,32 @@ All notable changes to GoingsOn will be documented in this file.
4 4
5 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 6
7 + ## [0.4.1] — 2026-06-07
8 +
9 + Second beta release.
10 +
11 + ### Added
12 + - "What's New" dialog that shows what changed after each update
13 + - Event snooze and reminders
14 + - CC and BCC fields in the in-app email composer
15 + - Setting to turn automatic update checks on or off
16 + - Documented data export for tasks, projects, events, and contacts
17 +
18 + ### Changed
19 + - Writing an email now uses one shared composer everywhere in the app
20 + - Empty screens across tasks, projects, events, emails, and contacts share consistent icons and copy
21 + - Contact phone numbers, emails, and other sub-fields are editable in place
22 + - Reworked touch interactions on mobile, with a segmented events view
23 + - Broad interface refresh from a usability audit and a shared design system
24 + - Updated SyncKit pricing integration
25 +
26 + ### Fixed
27 + - iOS layout and interaction fixes
28 + - Assorted interface polish from the audit and fuzz passes
29 +
30 + ### Security
31 + - macOS builds now run under the hardened runtime
32 +
7 33 ## [0.3.0] — 2026-03-28
8 34
9 35 First beta-ready release.