Release v6.13.2 (2024-10-10)

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

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.

Last updated