Releases: SuperCuber/dotter
Releases Β· SuperCuber/dotter
Release v0.13.3
What's Changed
Language and dependency version bumps :)
New Contributors
- @chenrui333 made their first contribution in #18
Release v0.13.2
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
New Features:
- Allow passing variables defined by
assign
toinclude_template
. by @iliekturtles in #141
Build Improvements:
- Optmize binary size by @mike-lloyd03 in #149
- Build ARM binaries for Linux by @orhun in #151
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
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
What's Changed
- Generate completions in CI by @SuperCuber in #122 (and thanks for getting the ball rolling, @TD-Sky with #118)
- Add dotter.hostname variable by @SuperCuber in #129
- allow disabling scripting and watch command using feature flags by @0x5a4 in #127
- Include disabled packages in dotter.packages by @SuperCuber in #131
New Contributors
Full Changelog: v0.12.15...v0.12.16
Release v0.12.15
New Features:
- Print diff source with destination on conflict (see #117)
Other:
- Bump of versions, bugfixes
Release v0.12.14
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
Release v0.12.12
Bug fixes:
- Fixed an issue with non-recursive symbolic links on Windows (see #101 )