Task v3.14.0 Release Notes

Release Date: 2022-07-08 // almost 2 years ago
    • โž• Add ability to override the .task directory location with the TASK_TEMP_DIR environment variable.
    • ๐Ÿ‘ Allow to override Task colors using environment variables: TASK_COLOR_RESET, TASK_COLOR_BLUE, TASK_COLOR_GREEN, TASK_COLOR_CYAN, TASK_COLOR_YELLOW, TASK_COLOR_MAGENTA and TASK_COLOR_RED (#568, #792).
    • ๐Ÿ›  Fixed bug when using the output: group mode where STDOUT and STDERR were being print in separated blocks instead of in the right order (#779).
    • ๐Ÿš€ Starting on this release, ARM architecture binaries are been released to Snap as well (#795).
    • ๐Ÿšš i386 binaries won't be available anymore on Snap because Ubuntu removed the support for this architecture.
    • โฌ†๏ธ Upgrade mvdan.cc/sh, which fixes a bug with associative arrays (#785, mvdan/sh#884, mvdan/sh#893).