Skip to content

Releases: rliebz/tusk

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

v0.3.5

12 Apr 03:48
Compare
Choose a tag to compare

0.3.5 (2018-04-11)

Added

  • Positional arguments for tasks are now supported. All positional arguments
    specified in the config file are required.

Changed

  • Tagline is now "the modern task runner".
  • Help documentation for flags with placeholder options now display them using
    angular brackets.
  • Minor changes to certain error messages.

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

v0.3.4

14 Mar 08:41
Compare
Choose a tag to compare

0.3.4 (2018-03-14)

Added

  • Top-level keys name and usage can be changed in the config file to update
    help documentation. This supports aliasing different config files to be used
    as custom CLI tools.
  • Support tusk.yaml as alternate config file name.

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