Skip to content

Releases: esamattis/rt

v6.2.1

29 Nov 18:33
22bd70e
Compare
Choose a tag to compare

Fix exit code when running script based tasks

v6.2.0

21 Sep 07:31
Compare
Choose a tag to compare

List errors when just running rt

Uses anyhow for better error propagation.

v6.1.1

12 Sep 13:16
Compare
Choose a tag to compare

Fix completing when combined with other commands with && or ;.
Ex. command && rt <tab>

v6.1.0

09 Sep 13:42
Compare
Choose a tag to compare

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

08 Sep 16:52
Compare
Choose a tag to compare
  • 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

07 Sep 09:13
Compare
Choose a tag to compare
  • Prompt when a conflicting task is found
  • Add symlink alias support with custom config

Full Changelog: v4.2.0...v5.0.0

v4.2.0

03 Sep 16:32
Compare
Choose a tag to compare

Add shell script runner

v4.1.0

03 Sep 13:38
Compare
Choose a tag to compare

Add composer.json support

v4.0.0.0

01 Sep 06:53
Compare
Choose a tag to compare

Restore jakefile support again

v3.0.0

31 Aug 09:03
Compare
Choose a tag to compare
  • Drop intel macos support and build only for arm
  • Drop jakefile support
  • add yarn 1.0 detection
  • Remove implicit -- from pnpm