Skip to content

Releases: rliebz/tusk

v0.5.1

14 Jan 01:10
Compare
Choose a tag to compare

0.5.1 (2020-01-13)

Fixed

  • Completions now correctly escape ":" characters in command and flag names.

v0.5.0

05 Dec 12:25
Compare
Choose a tag to compare

0.5.0 (2019-12-05)

Added

  • The command clause now accepts a print option to override the command
    text that is printed to screen.
  • The command clause now acccepts a dir option to change the working
    directory for that command.

Changed

  • The command clause now has a longer form, where string literals now map to
    the exec field. This longer form allows additional options such as print
    to be specified in a command when necessary while maintaining backward
    compatibility.

Fixed

  • BREAKING: Unspecified fields in the YAML or duplicate map keys should
    more consistently raise errors when parsing. Some tusk.yml files with
    issues that were treated as valid in previous versions may no longer be
    considered valid.

Removed

  • BREAKING: Setting environment variables with environment has been
    removed in favor of set-environment.

v0.4.7

07 Aug 03:11
Compare
Choose a tag to compare

0.4.7 (2019-08-06)

Fixed

  • Fix issue where args could be passed to tasks out of order.

v0.4.6

30 Jun 17:41
Compare
Choose a tag to compare

0.4.6 (2019-06-30)

Added

  • Support Alpine Linux with binary releases.

v0.4.5

05 May 14:27
Compare
Choose a tag to compare

0.4.5 (2019-05-05)

Added

  • Support not-exists check inside when clauses.

Automated with GoReleaser
Built with go version go1.12.1 linux/amd64

v0.4.4

25 Apr 00:38
Compare
Choose a tag to compare

0.4.4 (2019-04-24)

Added

  • Bash and zsh completion can be installed and uninstalled by command-line.

Automated with GoReleaser
Built with go version go1.12.1 linux/amd64

v0.4.3

31 Mar 14:22
Compare
Choose a tag to compare

0.4.3 (2019-03-31)

Added

  • Help text for commands now includes arguments section.
  • Include subtask hierarchy on command run.

Changed

  • UI theme is now slightly more colorful.
  • Hidden task names do not appear in console output.

Automated with GoReleaser
Built with go version go1.12.1 linux/amd64

v0.4.2

24 Jan 04:11
Compare
Choose a tag to compare

0.4.2 (2019-01-23)

Added

  • Add short form for when clauses to express equal-true relationships.

Automated with GoReleaser
Built with go version go1.11.2 linux/amd64

v0.4.1

03 Jul 11:20
Compare
Choose a tag to compare

0.4.1 (2018-07-03)

Added

  • Add finally clause to run cleanup logic after tasks have completed. This
    clause takes the same arguments as run.

Changed

  • Update UI theme to include more relevant information in normal and verbose
    modes.

Automated with GoReleaser
Built with go version go1.10.1 linux/amd64

v0.4.0

22 May 03:10
Compare
Choose a tag to compare

0.4.0 (2018-05-21)

Added

  • Short-flag combination is now supported.

Changed

  • A when item now evaluates to true if ANY tests pass rather than if ALL tests
    pass. All when items in a clause must still pass.
  • environment clauses in when items now support mapping a single key to
    multiple values.

Removed

  • Remove deprecated not_equal syntax in favor of not-equal.

Automated with GoReleaser
Built with go version go1.10.1 linux/amd64