Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading