Chalet v0.8.12
Added
- #419: Added support for Visual Studio 2026 Insiders - added
vs-2026andllvm-vs-2026toolchain presets. can also be picked with-previewvariants - Added support for profiling with Visual Studio's VSDiagnostics tooling in VS 2022 and 2026 (ie. with
chalet -c Profile buildrun) - #420: Added
--profiler-configoption to pick either the VSDiagnostics config or the Xcode Instruments template. In the former, this can be a path to a custom json file - #418: Added
chalet clean --allto wipe the entire build, dist, external directories, and the settings file, instead of just the configured build directory - #422: Added
defaultRunTargetto the build file to define a run target if one is not otherwise specified, useful with multiple executable targets
Fixed
- Profiling in Visual Studio 2022 has been fixed with the addition of VSDiagnostics support. If it's not found in the Visual Studio installation, profiling will fall back to use VSInstr.
- If a a set of VS build tools is not installed (ARM for example), do not export that architecture config during vcxproj creation.
Full Changelog: v0.8.11...v0.8.12