Skip to content

Releases: volllly/rotz

v1.1.0

27 Feb 17:19
Compare
Choose a tag to compare

Changed

  • Updated terminal colors to be more readable

Added

  • Added feature to allow advanced selection for the os keys (#331).
    This allows for e.g. selecting by the distro name:
    linux[whoami.distro^="Ubuntu"]:
        installs: sudo apt install -y {{ name }}
    linux[whoami.distro^="Arch"]:
        installs: sudo pacman -S --noconfirm {{ name }}

Removed

  • Removed support for the previously deprecated name dots.(yaml|toml|json) for the defaults file defaults.(yaml|toml|json)

Fixed

  • Fixed resolution of ~ to the users home directory in configuration and cli (#358)

v1.0.0

18 Dec 15:27
Compare
Choose a tag to compare

Removed

  • Removed the sync command from rotz (334)

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)