Releases: SuperCuber/dotter
Releases · SuperCuber/dotter
Release v0.12.10
Release v0.12.9
Bugfixes:
dotter watch
on windows no longer triggers itself
Release v0.12.8
Bugfixes:
- Fix file-not-found errors when handling broken symlinks (see #87)
Breaking:
- Apparently handlebars updated some things so rhai scripts and spacing in templates might change/break
Thanks @Diomendius for the contribution!
Release v0.12.7
Changes:
- Upgraded version of shellexpand, now it supports the
${ENV_VAR:-default}
syntax.
Release v0.12.6
Bugfixes:
- Fixed
dotter init
not working - thanks @Diomendius for contributing #82
Release v0.12.5
Release v0.12.4
After some playing around with build options, it seems like it's best to make handlebars_misc_helpers no longer optional but to instead request less features for it. This way the most useful of its helpers are still always available, and it still supports older Linuxes.
Release v0.12.3
Handlebars_misc_helpers is now an optional dependency, as it expects a version of openssl which is not available on some systems.
Release v0.12.2
Release v0.12.1
Bugfixes:
- Fixed #53 (
dotter init
should now work again) - Fixed wrong message in
-vv
in some cases