Release Notes for HDevelopEVO 25.11.0.3🔗
More Info
- You find the release notes for the last major version 25.11 of HDevelopEVO here .
- You find the release notes for HALCON 25.11 on the MVTec website .
March 2026
New functionality for the IDE🔗
- For the executables hdevelopevo_backend, hscriptengine, and hdevconvert, now SBOM files are available.
New functionality for the HALCON Script Engine🔗
- For the hscriptenginecpp library, now an SBOM is available.
Bug fixes for the IDE🔗
- The diagnostic messages in the Problems view did not disappear when the corresponding file was closed. This problem has been fixed. Now, using the AI chat to fix syntax problems should be more robust.
- When inspecting tuples inside handles during debugging, the tuples were not paginated. This problem has been fixed.
- HDevelopEVO’s inline gray value histogram sometimes inserted the code at the wrong position. This problem has been fixed.
Bug fixes for the HALCON Script Engine🔗
- HDevelop’s language interpreter sometimes accepted confusing code, for example: “a := 2a := 4”. In this example, the interpreter split the line into two separate statements (“a := 2” and “a := 4”), and, therefore, reported no error. Now, such constructs cause a parse error.