Release Notes 2026.1

Version 2026.1.1.4149

FIX: Path.Combine was incorrectly used for model path

Resolved an issue in Architect 2025.10 where expanding a menu binding dropdown could fail with an “Illegal characters in path” error due to System.IO.Path.Combine being used to build model paths containing characters such as “<>”. The fix removes the incorrect use of Path.Combine for model paths and restores the ability to list menu items in the dropdown.