Skip to content

Releases: llogick/zigscient

0.14.1

09 Mar 08:38
6d00b14
Compare
Choose a tag to compare

0.14.0

The last major change to make it into the release:
Create a dedicated build_runner for 0.14

It cascaded into some additional functionality:

  • Build-On-Save-Watch (requires setting enable_build_on_save to true)
    • The server will try to surface errors for not-open-in-editor files based on the reference-trace for the error, eg std.fmt's cannot format without a specifier ..

0.14.1

Fix crash when working with projects without CompileSteps

Thanks so much to @thuvasooriya for reporting and helping troubleshoot the issue