Skip to content

Chalet v0.8.12

Choose a tag to compare

@rewrking rewrking released this 14 Sep 19:12

Added

  • #419: Added support for Visual Studio 2026 Insiders - added vs-2026 and llvm-vs-2026 toolchain presets. can also be picked with -preview variants
  • Added support for profiling with Visual Studio's VSDiagnostics tooling in VS 2022 and 2026 (ie. with chalet -c Profile buildrun)
  • #420: Added --profiler-config option 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 --all to wipe the entire build, dist, external directories, and the settings file, instead of just the configured build directory
  • #422: Added defaultRunTarget to 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