FList
            - Navigator:
                - Fixed Copy/Paste for active connections
                - Returned the ability to show/hide system objects in Simple view mode
            - Data Editor: Fixed "Access blocked" error in Spatial Viewer when loading OpenStreetMap
            - Miscellaneous:
                - Fixed an issue where Git and Proxy settings could break the workspace path
                - Fixed -con attribute handling when starting the application from the command line
            - Databases:
                - Athena: Default driver was updated to AWS Athena JDBC driver. The previous driver is still available as Athena (Legacy)
                - ClickHouse: Fixed an issue where the database failed due to unknown driver parameters
                - DuckDB: Fixed geometry type display for database versions > 1.5 (thanks to @EastLord)
                - MariaDB: Fixed an issue when zero dates were displayed as NULL (thanks to @EastLord)
                - MySQL:
                    - Added MANUAL to the keyword list (thanks to @EastLord)
                    - Fixed user management
                - Oracle:
                    - Fixed an issue where the default schema was not selected automatically
                    - Restored navigation from procedure to the corresponding package body code line
                - SQL Server:
                    - SQL Server driver was updated to version 13.4.0 (thanks to @EastLord)
                    - Added warning about expired password (thanks to @bittoby)