> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/releases/2024/v6.13.2.md).

# Release v6.13.2 (2024-10-10)

Published 2024-10-10 14:38:10Z

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

## Server

### New

* **fylr backup & restore**: New `--insecure` parameter skips TLS checks for https connections. \[2ebd092d]

### Improved

* **/api/suggest**: Add `system_object_id` collection to response for `fields_suggest`. \[36b8213a]

### Fixed

* **/api/suggest**: Fixed nested case for `fields_suggest`. Improved error handling for unsupported fields. Also, fixed cases where language support yielded incorrect results. \[36b8213a] \[5d9c4b5d] \[6e4a4014]
* **/api/export|eas|objects**: Fixed exports of files with special characters in file names, like `,`. \[d0be4e19] \[1f05233c]
* **/api/db**: Fixed and improved error handling for unsupported `_tags` and `_acl` properties. \[81cbeea8]

## Frontend

### Improved

* **Editor Popover**: Now, when an editor popover is opened, we focus on the first field but do not scroll the popover to it.
* **Tags**: Adjusted tag text color when the custom tag background color is too light.
* **About Root App**: Improved the 'About Fylr' panel to include a direct link to GitHub commits for the current version.
* **Session Prefs**: Now, user preferences will only be saved if there are any changes. If not, the request to the user endpoint will not be performed.

### Fixed

* **Mask Editor**: Fixed the position of the column hint in the mask editor for output columns.
* **Group Editor**: Fixed the nesting of single fields in bulk match and merge mode.
* **CSV Importer**: Fixed a bug that caused an infinite loop when updating objects, where no changes were made by the server because the data was identical.
* **EAS Rendering**: Fixed an issue where the application attempted to render an image that was either incompatible with the browser or corrupted, without displaying the specific placeholder for such cases.
