Skip to content

Releases: SuperCuber/dotter

Release v0.12.10

02 Apr 08:33
Compare
Choose a tag to compare

New Features:

  • A new recurse option on symbolic targets - see #94 , and thanks to @dead10ck for contributing this one :)

Release v0.12.9

24 Dec 17:32
Compare
Choose a tag to compare

Bugfixes:

  • dotter watch on windows no longer triggers itself

Release v0.12.8

24 Dec 16:45
Compare
Choose a tag to compare

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

16 Oct 07:31
Compare
Choose a tag to compare

Changes:

  • Upgraded version of shellexpand, now it supports the ${ENV_VAR:-default} syntax.

Release v0.12.6

23 Aug 15:21
Compare
Choose a tag to compare

Bugfixes:

  • Fixed dotter init not working - thanks @Diomendius for contributing #82

Release v0.12.5

15 Jul 19:08
Compare
Choose a tag to compare

New Features:

  • hostname.toml is used by default if local.toml isn't found: #75

Bugfixes and improvements:

  • MacOS now properly works with owner field: #63

Release v0.12.4

21 May 15:36
Compare
Choose a tag to compare

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

15 May 10:07
a6ee8f1
Compare
Choose a tag to compare

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

29 Mar 12:54
Compare
Choose a tag to compare

New features:

  • Conditionally included files (see #52 and wiki

Bugfixes:

Release v0.12.1

04 Mar 21:57
Compare
Choose a tag to compare

Bugfixes:

  • Fixed #53 (dotter init should now work again)
  • Fixed wrong message in -vv in some cases