Skip to content

Releases: magefile/mage

v1.17.2 - Tab Completion

23 Apr 01:24
0953947

Choose a tag to compare

What's New

Tab completion is now available by running mage -install <shell> where the currently supported shells are zsh, bash, fish, and powershell. This was a long-requested feature that always made me nervous because it presumes a lot about your local machine... but I guess we're in for it now. Please report any issues you see.... it's rather a hard feature to test. But... it works on my machine? 😬

Fixed a backtick bug in comments and mage -l and mage -h no longer require compiling a binary, so they're way faster now.

Changelog

v1.17.1 - Fix for Asset Naming

31 Mar 17:04
00dd13d

Choose a tag to compare

Changelog

  • 00dd13d chore(goreleaser): fix release asset names (#547)
  • 88c49b7 support for inline doc comments on optional flags (#549)

What's Changed

New Contributors

Full Changelog: v1.17.0...v1.17.1

v1.17.0 - Multiline help text output

25 Mar 18:28
707313f

Choose a tag to compare

Changelog

v1.16.0 Optional Arguments!

08 Mar 01:05
69e6f82

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

11 May 15:40
9e91a03

Choose a tag to compare

Changelog

v1.14.0 - Faster Than Ever

16 Sep 18:27
300bbc8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0 - Magefiles Directory and more!

16 Mar 17:14
3504e09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.13.0

v1.12.1 - Second Verse, Same as the First

17 Dec 16:13
2f1ec40

Choose a tag to compare

This is a copy of v1.12.0 ... nothing has changed. However, there was an initial v1.12.0 that was created accidentally, and then deleted, and it's causing some go proxies to complain. So hopefully this will fix that.

Changelog

v1.12.0 - Small Fixes

16 Dec 14:19
2f1ec40

Choose a tag to compare

This is our first release in a while, and nothing major is added, but some small fixes have gone out, like making the mainfile deterministic and making sure we can use -h with imported targets.

Changelog

v1.11.0 Arguments!

29 Dec 05:12
07afc7d

Choose a tag to compare

Changelog

07afc7d update release pipeline slightly (#327)
aba3950 I guess arguments work now (#326)
3730191 target: rework modtime comparison logic #323 (#324)
2ded30c Add -ldflags flag (#322)
50f568e get mage tests to pass on windows (#312)
707b7bd update the WorkDir (-w) flag to default to the Dir (-d) value as documented (#310)