From bc318300c032316b790dafe5236b87a255fee8b1 Mon Sep 17 00:00:00 2001 From: Robin | Liquidium Date: Mon, 7 Sep 2026 02:54:45 +0700 Subject: [PATCH 1/2] Add Dayline 0.2.8 changelog --- changelog.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/changelog.json b/changelog.json index 5e6fb29..db3dea1 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,42 @@ { "releases": [ + { + "version": "0.2.8", + "date": "2026-09-06", + "new": [ + { + "title": "Read issues without leaving Dayline", + "text": "Click a Linear or GitHub issue to see its details and formatted description. Command-click opens it in your browser. Change the click action or modifier in Settings → Issues → Opening issues; Space still shows details while hovering.", + "pr": 77 + } + ], + "fixed": [ + { + "title": "More readable Markdown", + "text": "Notes and issue descriptions have clearer headings, tighter list spacing, more readable links, and distinct code blocks. Issue descriptions support lists, checkboxes, quotes, and other Markdown formatting.", + "pr": 77 + }, + { + "title": "Clearer settings", + "text": "Related options are grouped together, controls reflect whether their menu section is enabled, and Settings search understands words across labels and descriptions.", + "pr": 77 + }, + { + "title": "Focused meeting alerts", + "text": "Meeting alerts now default to events with a video-call link, while keeping existing saved choices. The unused After event starts setting is removed; ongoing events remain in the menu-bar title until they end.", + "pr": 77 + }, + { + "title": "Native date and shortcut controls", + "text": "Date fields use native SwiftUI calendars. Click a shortcut in Settings → Shortcuts to record a replacement, or press Escape to cancel; recording no longer keeps consuming keys after it ends.", + "pr": 77 + }, + { + "text": "Opening Settings closes the menu and reliably brings the window forward.", + "pr": 77 + } + ] + }, { "version": "0.2.7", "date": "2026-08-13", From 01a12dbd217a2be4a7a7bb24457cacec42510999 Mon Sep 17 00:00:00 2001 From: Robin | Liquidium Date: Mon, 7 Sep 2026 03:00:10 +0700 Subject: [PATCH 2/2] Match removed setting name in release notes --- changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index db3dea1..5237b9c 100644 --- a/changelog.json +++ b/changelog.json @@ -23,7 +23,7 @@ }, { "title": "Focused meeting alerts", - "text": "Meeting alerts now default to events with a video-call link, while keeping existing saved choices. The unused After event starts setting is removed; ongoing events remain in the menu-bar title until they end.", + "text": "Meeting alerts now default to events with a video-call link, while keeping existing saved choices. The unused Show title after setting is removed; ongoing events remain in the menu-bar title until they end.", "pr": 77 }, {