Tuckr 0.10.0
New addition
With this release, profiles have been added. Making Tuckr support more use cases.
To learn more about why profiles might be needed, check the profiles page on the wiki.
Breaking change
In this release the commands that were previously ls-hooks
, ls-secrets
have been all merged into a single command.
Now there's only an ls
command that takes hooks
, secrets
or profiles
as its argument.
Their output has also been improved, ls hooks
in specific, now prints a nice informative table.
Fixes
- Fixed faulty symlinking on windows
- Fixed how the program detects conditional groups
- Fixed secrets refusing to work on valid targets (courtesy of @raphaelahrens)
- Fixed dotfiles lookup path not prioritizing config_dir
- Fixed wildcard adding invalid conditional groups (courtesy of @SirZenith)
- Fixed pushing directories not working
I would also like to thank @Jasha10 / @jasha-hrp for noticing a bunch of issues and reporting them so I could keep making the tool even better :)