From 03073f0f86aabbde91dd407de347d7795d794458 Mon Sep 17 00:00:00 2001 From: Robin | Liquidium Date: Tue, 11 Aug 2026 02:46:34 +0200 Subject: [PATCH] Add Dayline 0.2.6 changelog --- changelog.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/changelog.json b/changelog.json index a912305..8599a21 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,33 @@ { "releases": [ + { + "version": "0.2.6", + "date": "2026-08-11", + "new": [ + { + "title": "Create Apple Calendar events", + "text": "Click the + beside Calendar to create a timed or all-day event in any enabled writable Apple calendar, with dates chosen from the same graphical calendar used across Dayline's creation forms.", + "pr": 71 + }, + { + "title": "All-day events", + "text": "Turn on Show all-day events in Settings → Calendar to include all-day events in today's agenda and the expandable tomorrow section.", + "pr": 71 + }, + { + "title": "Focused meeting alerts", + "text": "Turn on Only alert for meetings with links in Settings → Calendar to reserve full-screen alerts for events with a recognized video-call join link.", + "pr": 71 + } + ], + "fixed": [ + { + "title": "Faster, more reliable app testing", + "text": "Behind the scenes, Dayline's full native test run is substantially faster while preserving typed Markdown and calendar interaction coverage.", + "pr": 71 + } + ] + }, { "version": "0.2.5", "date": "2026-08-06",