Skip to content

Releases: volllly/rotz

v0.10.0

10 Dec 19:17
bc9665e
Compare
Choose a tag to compare

Changed

  • Repo level config file now don't need to specify global, windows, linux or darwin keys. If none is provided the global key will be used.

Added

  • Default files default.(yaml|toml|json) can now be located in any folder of the dotfiles repo. The defaults will be applied to all dot.(yaml|toml|json) files in the same folder and all subfolders.

v0.9.5

14 Jul 15:36
09b44f5
Compare
Choose a tag to compare

Added

  • Added build target for aarch64-pc-windows-msvc (without "handlebars_misc_helpers/http_attohttpc" feature)
  • Added .sha256 checksum files to releases

v0.9.4

05 Jul 16:35
Compare
Choose a tag to compare

Added

  • Added build targets for aarch64 architectures @kecrily

v0.9.3

12 Feb 15:50
7ae39b3
Compare
Choose a tag to compare

Fixed

  • Issue where rotz would create empty symlinks if the source file does not exist

v0.9.2

18 Jan 15:41
Compare
Choose a tag to compare

Fixed

  • Issue where rotz would incorrectly flag files as orphans

v0.9.1

06 Nov 16:27
Compare
Choose a tag to compare

Added

  • Added binaries to relases

v0.9.0

07 Oct 13:50
Compare
Choose a tag to compare

Changed

  • When previously linked file is linked again it will be automatically overwritten without the need for the --force cli flag

Added

  • Linked files are tracked and stored
  • When a previously linked file is not a link target anymore it will be removed (#8)

v0.8.1

29 Sep 13:19
6a0853d
Compare
Choose a tag to compare

Changed

  • Updated cli parser to clap v4 which slightly changes help output

Fixed

  • Issue where rotz could not parse dots with mixed links section types (#40)

v0.8.0

17 Sep 11:24
9db606a
Compare
Choose a tag to compare

Added

  • Template helpers #windows, #linx and #darwin which work like ifs for the respective os
  • eval template helper which evaluates the given string on the shell

v0.7.1

12 Sep 08:51
7a8ba14
Compare
Choose a tag to compare

Fixed

  • Filtering of dots in commands was not working correctly