Skip to content

Commit 832af16

Browse files
committed
Add flow 0.6.0
1 parent 83fcd32 commit 832af16

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Linwood Flow 0.6.0 released
3+
date: "2026-05-28"
4+
author: codedoctor
5+
tags: [flow]
6+
slug: "flow/0.6.0"
7+
---
8+
9+
Flow 0.6.0 is here with big changes!
10+
11+
## Highlights
12+
13+
<Table>
14+
<TableItem href="#lua-scripting">
15+
🤚 Calendar gestures
16+
</TableItem>
17+
<TableItem href="#waypoints">
18+
📅 Repeated calendar items
19+
</TableItem>
20+
<TableItem href="#action-buttons">
21+
🛜 Improved CalDAV
22+
</TableItem>
23+
<TableItem href="#dialog-improvements">
24+
🐞 Bug fixes
25+
</TableItem>
26+
<TableItem href="#toolbar-options">
27+
🛠️ Platform updates
28+
</TableItem>
29+
</Table>
30+
31+
## Calendar gestures
32+
33+
Day and week view have now gestures to edit the calendar items and move and resize them.
34+
35+
## Repeated calendar items
36+
37+
On calendar items you can now specify in which interval they repeat. This also allows you to see repeated items imported from ics.
38+
This is one of the efforts to support the whole ics format.
39+
40+
## Improved CalDAV
41+
42+
The interal CalDAV synchronization system has been overhauled and should now work better and better support the response format.
43+
44+
Additionally offline support should work now.
45+
46+
## Bug fixes
47+
48+
Filter and list refresh should now work better on all views. Additionally source selection, paging should now work better and error handling and calendar boundary matching has been improved and memory problems with controller cleanups has been resolved.
49+
50+
## Platform updates
51+
52+
The app has been upgraded to Flutter 3.41 and web and snap build is now working again.
53+
54+
## Full changelog
55+
56+
* Add gestures in day and week view ([#32](https://github.com/LinwoodDev/Flow/issues/32))
57+
* Add repeated calendar items and iCal RRULE/EXDATE handling
58+
* Fix snap build
59+
* Improve CalDAV synchronization and offline editing support
60+
* Fix web build not loading ([#135](https://github.com/LinwoodDev/Flow/issues/135))
61+
* Upgrade to flutter 3.41
62+
* Fix stale filter and list refresh behavior in events, users, calendar, notes, and dashboard views
63+
* Fix source selection, paging, remote sync error handling, calendar boundary matching, and controller cleanup issues

0 commit comments

Comments
 (0)