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
38 changes: 38 additions & 0 deletions src/content/blog/flow/2025-04-07-flow-0.4.1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Linwood Flow 0.4.1 released
date: "2025-04-07"
author: codedoctor
tags: [flow]
slug: "flow/0.4.1"
---

Flow 0.4 had broken some things and was not working correctly. This release fixes those issues and adds some new features.

Highlights:

- 🛠️ Unify settings dialog with other linwood apps
- 🎨 Improve dashboard design
- 🔗 Use linking instead of creating inside details tab views
- 🐛 Bug fixes

## Unify settings dialog with other linwood apps

Linwood Flow had always a different settings page than the other linwood apps similar to the one on chromium. This was changed to be more consistent with the other apps. The settings page now looks like the one in Butterfly and has the same features.

## Improve dashboard design

The dashboard was slightly changed to have consistent spacing and be more responsive.

## Use linking instead of creating inside details tab views

The details tab views previously only allows to create new items. Adding new items was not possible. This was changed to be default to linking and inside the select dialog you can create new items.

## Full changelog

* Unify settings dialog with other linwood apps
* Improve dashboard design
* Use linking instead of creating inside details tab views
* Fix calendar fetching not working correctly ([#86](https://github.com/LinwoodDev/Flow/issues/86))
* Fix group list view not working correctly
* Fix user list view not working correctly
* Fix note list view not working correctly