Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Releases: svandragt/Taskfile

2.0.0

06 Aug 08:15
9ec79cd
Compare
Choose a tag to compare

Breaking change: inbuilt tasks (_edit, _edit-local, _help) are now prefixed with underscores so they're hidden from the Task list.

  • New: hide your own helper tasks by prefixing their function name with underscore
  • New: edit your local taskfile by running t _edit-local
  • General tidying up

To update simply git pull if you git installed it, or replace the Taskfile.sh script some other way.

Full Changelog: 1.1.0...2.0.0

1.1.0

18 May 07:25
7dadd25
Compare
Choose a tag to compare
  • edit now edits the .Taskfile in the local directory if it exists
  • Support for .Taskfile.local which should should contain version control excluded tasks.
  • Documentation update.

1.0.0

04 Feb 17:21
3484e52
Compare
Choose a tag to compare

Been working ok for 9 months.