Task v3.9.1 Release Notes

Release Date: 2021-11-28 // over 2 years ago
    • ➕ Add logging in verbose mode for when a task starts and finishes (#533, #588).
    • 🛠 Fix an issue with preconditions and context errors (#597, #598).
    • Quote each {{.CLI_ARGS}} argument to prevent one with spaces to become many (#613).
    • 🛠 Fix nil pointer when cmd: was left empty (#612, #614).
    • ⬆️ Upgrade mvdan/sh which contains two relevant fixes:
      • Fix quote of empty strings in shellQuote (#609, mvdan/sh#763).
      • Fix issue of wrong environment variable being picked when there's another very similar one (#586, mvdan/sh#745).
    • Install shell completions automatically when installing via Homebrew (#264, #592, go-task/homebrew-tap#2).