This release introduces Dark Mode and bulk log resubmission, along with numerous smaller enhancements and bug fixes for improved stability and performance. Features: - [IX-3300]: Added support for lists in custom fields (dropdowns). - [IX-3349]: Allow force-stopping components stuck in infinite loops (“killed”). - [IX-3624]: Enforced allowable paths for OS execute commands. - [IX-3627]: Enabled multi-line display in the context view for logs. - [IX-3628]: Automatically update custom fields when associated environment variables change. - [IX-3631]: Added a scrollbar for long tags in component cards. - [IX-3703]: Introduced Dark Mode. - [IX-3706]: Added bulk log resubmission functionality. - [IX-3714]: New Lua API for retrieving file extensions (os.fs.extension(FileName)). - [IX-3727]: Enforced complex password requirements for user creation. - [IX-3754]: Introduced HTML escaping settings for file contents and component data. - [IX-3759]: Reimplemented the sample data editor to use hex codes. - [IX-3767]: Introduced new permission architecture for controlling OS execute and data directory accessibility. - [IX-3769]: Enhanced json.parse to handle Unicode characters. Bug Fixes: - [IX-3377]: Fixed hyperlink behaviour for clickable links in log messages. - [IX-3378]: Resolved an issue causing the log browser to revert to the "Iguana Service" logs under heavy load. - [IX-3611]: Corrected the upstream URL for libraries when viewing from a commit in the Translator. - [IX-3709]: Addressed bugs related to plain folder commits. - [IX-3719]: Ensured components refresh to the latest commits. - [IX-3720]: “Make component editable” now correctly uses the latest commit of the component. - [IX-3729]: Fixed an issue where HTTP2 content was being truncated. - [IX-3731]: Escaped special HTML characters in the log browser to improve security. - [IX-3738]: Improved performance when rendering component cards. - [IX-3745]: Fixed stepping in and out of functions in the Windows Translator. - [IX-3746]: Improved stability for bulk log resubmission. - [IX-3761]: Added more service error logging when Iguana fails to restart automatically after upgrades. - [IX-3762]: Corrected HTTPS redirect issues caused by content security policy. - [IX-3770]: Fixed an Azure cloud token registry bug. - [IX-3771]: Ensured Git push only occurs if the connected repository was newly created. - [IX-3776]: Improved Git credentials validation stability. - [IX-3780]: Fixed a reverse-order edge case when retrieving logs in the log browser.