FList
            - Data Editor:
                - Added keywords autocompletion for partially typed
                - Added the source table name to column header tooltips for query results with JOIN (thanks to @bittoby)
                - Fixed an issue where the row count calculation icon did not reset after counting (thanks to @HellAmbro)
                - Fixed the display of spatial data when multiple columns were selected
                - Fixed the ability to calculate row count for non-standard SELECT statements (thanks to @fdcastel)
            - Navigator:
                - Added a key binding to focus the Database Navigator filter (thanks to @EastLord)
            - ER Diagram: Added preference option to load lazy comments in diagrams (thanks to @jhjalison01)
            - Data Export:
                - Fixed export in SQL format for values containing single quotes (thanks to @dev-miro26)
                - Fixed a corrupted UI area during the Extraction step in Export
            - Connectivity:
                - Added the ability to set Navigator filters in connection settings
                - Fixed an issue with filtering for embedded databases
            - Miscellaneous: Fixed an issue with an inverted splash screen on macOS Tahoe
            - Databases:
                - ClickHouse: Fixed the display of Array(JSON) types in the data grid (thanks to @EastLord)
                - CUBRID:
                    - Fixed a CSV export error caused by a missing child object (thanks to @longhaseng52)
                    - Fixed a binding failure in PreparedStatement for table names containing single quotes (thanks to @longhaseng52)
                    - Fixed incorrect partitioning DDL generation for values containing commas (thanks to @longhaseng52)
                - Databricks: Added a logo and fixed the link on the connection page
                - H2GIS driver was updated to the latest version
                - MySQL: Fixed an issue when the Dump database tool did not work with URL-based connections (thanks to @mango766)
                - MySQL/MariaDB: Fixed an issue when changing an auto-increment value generated an incorrect query on the first attempt
                - Oracle: Fixed an issue in the Metadata Editor when clicking a procedure moved the cursor to a comment containing the procedure name instead of the procedure itself
                - Redshift: Set the client_protocol_version driver property to default, which fixed an issue with the availability of external schemas
                - SQL Server:
                    - Fixed an issue where user-defined data types based on NVARCHAR were shown with double length (thanks to @EastLord)
                    - Removed redundant spaces between CREATE and PROCEDURE in the procedure view
                    - Fixed an issue that prevented creating a view in the Metadata Editor