Releases: esamattis/rt
Releases · esamattis/rt
v6.2.1
v6.2.0
v6.1.1
v6.1.0
Add project config support with .rtenv
files. See https://github.com/esamattis/rt#project-config
Full Changelog: v6.0.0...v6.1.0
v6.0.0
- Adds
--runners-env
for custom commands support - BREAKING:
compdef
format has changed. Update this in your ~./zshrc
compdef 'eval "$(rt --zsh-complete )"' rt
to
compdef 'eval "$(rt --zsh-complete $LBUFFER $RBUFFER)"' rt
Full Changelog: v5.0.0...v6.0.0
v5.0.0
- Prompt when a conflicting task is found
- Add symlink alias support with custom config
Full Changelog: v4.2.0...v5.0.0