Skip to content

Releases: SuperCuber/dotter

Release v0.13.3

12 Sep 15:57
Compare
Choose a tag to compare

What's Changed

Language and dependency version bumps :)

New Contributors

Release v0.13.2

18 Jun 20:07
4ca49da
Compare
Choose a tag to compare

New Features:

  • Upgrade handlebars to version 5.1 to support chained else expression by @SuperTux88 in #162
  • Append new/unknown packages from included files by @SuperTux88 in #165
  • Adding global settings section, and a flag to use symlinks by default by @ducks in #173

Other Improvements:

  • Indicate required Rust version by @ISSOtm in #156
  • Minor cleanup, resolve some Clippy lints by @Diomendius in #155
  • Update dependencies

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!