Skip to content

Releases: SuperCuber/dotter

Release v0.13.1

10 Dec 15:20
a6fd34f
Compare
Choose a tag to compare

New Features:

  • Allow passing variables defined by assign to include_template. by @iliekturtles in #141

Build Improvements:

Other Improvements:

  • Run hook scripts directly from cache directory by @SuperTux88 in #136
  • Don't print root warning if global config is owned by root by @SuperTux88 in #140
  • Make logging look a little nicer by @Xenfo in #143
  • Update Cargo.toml minor fix for repository link by @szabgab in #145

Release v0.13.0

23 Jul 11:20
0739859
Compare
Choose a tag to compare

No actual changes in this release, this is closing the gap between 0.13.0 on crates.io vs the previous release on GitHub 🙃

v0.12.16

21 Jul 12:54
0739859
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.15...v0.12.16

Release v0.12.15

22 Mar 22:10
Compare
Choose a tag to compare

New Features:

  • Print diff source with destination on conflict (see #117)

Other:

  • Bump of versions, bugfixes

Release v0.12.14

16 Aug 07:56
Compare
Choose a tag to compare

New features:

  • Generation of shell completions (see #107 )
    Intended usage:
dotter gen-completions --shell "zsh" >> ./file.txt

Thanks @TheCactusVert for the PR :)

Release v0.12.13

26 Jun 15:52
Compare
Choose a tag to compare

New features:

  • Merge table variables in different packages instead of erroring out (see #64, #102)
    Thanks to @LucasOe and @runiq for the PR :)

Release v0.12.12

25 Jun 17:23
Compare
Choose a tag to compare

Bug fixes:

  • Fixed an issue with non-recursive symbolic links on Windows (see #101 )

Release v0.12.11

07 Jun 18:05
Compare
Choose a tag to compare

New features:

  • New built-in dotter.current_dir variable (see #97 and wiki)

Bug fixes:

  • Fixed an error when lacking permissions to watch a subdirectory (see #98)

Technical changes:

  • Fix build failing and update dependencies (see #95 and #96 )
    Thanks to @linsui for the contribution!

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