Releases: volllly/rotz
Releases · volllly/rotz
v0.10.0
Changed
- Repo level config file now don't need to specify
global
,windows
,linux
ordarwin
keys. If none is provided theglobal
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 alldot.(yaml|toml|json)
files in the same folder and all subfolders.
v0.9.5
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
v0.9.3
Fixed
- Issue where rotz would create empty symlinks if the source file does not exist
v0.9.2
Fixed
- Issue where rotz would incorrectly flag files as orphans
v0.9.1
Added
- Added binaries to relases
v0.9.0
v0.8.1
v0.8.0
Added
- Template helpers
#windows
,#linx
and#darwin
which work likeif
s for the respective os eval
template helper which evaluates the given string on the shell
v0.7.1
Fixed
- Filtering of dots in commands was not working correctly