Version 6.7.0 du 07/01/2026- Added support for custom wizard background images and colors.
- Added support for Windows' RedirectionGuard mitigation.
- Added autocomplete support in the [Setup] section for directive values with fixed options, such as all yes/no directives and others like WizardStyle.
Version 6.6.1 du 22/11/2025- Changed : Previously, when displaying any RTF text with a custom style active (including the built-in custom dark style), all foreground colors were replaced by the style's foreground color. This has been improved to only replace default foreground colors, preserving any custom colors.
- Changed : Added new [Setup] section directive WizardImageOpacity to specify the opacity of wizard images. This is useful if you want to use identical regular and DynamicDark wizard images. For example, you can set it to 150 to achieve partial transparency. Defaults to fully opaque (non-transparent).
- Changed : The compiler now stores identical regular and DynamicDark wizard images only once.
- Changed : Documentation fix: The prototype of Pascal Scripting support function CreateCustomForm was changed in the previous version, but its documentation was not updated accordingly. This has now been corrected.
- Security improvement : Added new [Files] section flag notimestamp, preventing the file from being stored with a timestamp. Use this flag to help make builds reproducible, even if you are unable to preserve timestamps on source files.