# Release v6.30.1 (2026-03-12)

Published 2026-03-12 10:54:19Z

* [fylr\_checksums.txt](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.30.1/fylr_checksums.txt)
* [fylr\_v6.30.1\_darwin\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.30.1/fylr_v6.30.1_darwin_amd64.tar.gz)
* [fylr\_v6.30.1\_darwin\_arm64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.30.1/fylr_v6.30.1_darwin_arm64.tar.gz)
* [fylr\_v6.30.1\_linux\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.30.1/fylr_v6.30.1_linux_amd64.tar.gz)
* [fylr\_v6.30.1\_windows\_amd64.zip](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.30.1/fylr_v6.30.1_windows_amd64.zip)

## Server

### Improved

* **/api/task**: If a module includes a search, **fylr** now reports an error if the task is saved without a search declaration. This fixes potential using erros with task module `delete_objects`, which would operate on the whole database if the search definition would be provided. Also, fixed error reporting if deleting objects fails. \[839210b9e] \[6d2f31bb5]

### Fixed

* **Startup**: In scenarios where dynamic recipes would request updates from plugins which ZIP file was corrupted, **fylr** would fail to startup. Instead of erroring out, we now only output an error message to console and continue the starting up. \[7fb1b9616]

## Frontend

### Fixed

* **Search Popover**: The behavior of the new checkbox for displaying deleted objects has been fixed. It can now be used even when all objects in the system are deleted. Additionally, the persistence of this option has been corrected.
* **Delete Task Module**: The behavior of this task module has been modified so that it cannot be saved unless a search has been configured beforehand as a parameter.
