Skip to content

Chalet v0.7.20

Compare
Choose a tag to compare
@rewrking rewrking released this 17 May 00:07
· 237 commits to main since this release

New

  • #359: Allow files and file glob matches in the 'dependsOn' property of build script/process targets, which will only run the target on file changes (allows for a lot of custom tooling / builds)

Fixed

  • Fixed a subtle bug where if a user changes a file while their app is running, the internal build timestamp updates after the app is closed, ignoring the change next build
  • YAML generator: quote string values that begin with '#' (otherwise it's treated as a comment)
  • Fixed an issue on Windows where the ellipsis animation might hang
  • Fixed process run target output inconsistences

Full Changelog: v0.7.19...v0.7.20