File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v3.14.0 - 2022-07-08
44
55- Add ability to override the ` .task ` directory location with the
66 ` TASK_TEMP_DIR ` environment variable.
Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ sidebar_position: 6
55
66# Changelog
77
8+ ## v3.14.0 - 2022-07-08
9+
10+ - Add ability to override the ` .task ` directory location with the
11+ ` TASK_TEMP_DIR ` environment variable.
12+ - Allow to override Task colors using environment variables:
13+ ` TASK_COLOR_RESET ` , ` TASK_COLOR_BLUE ` , ` TASK_COLOR_GREEN ` ,
14+ ` TASK_COLOR_CYAN ` , ` TASK_COLOR_YELLOW ` , ` TASK_COLOR_MAGENTA `
15+ and ` TASK_COLOR_RED `
16+ ([ #568 ] ( https://github.com/go-task/task/pull/568 ) , [ #792 ] ( https://github.com/go-task/task/pull/792 ) ).
17+ - Fixed bug when using the ` output: group ` mode where STDOUT and STDERR were
18+ being print in separated blocks instead of in the right order
19+ ([ #779 ] ( https://github.com/go-task/task/issues/779 ) ).
20+ - Starting on this release, ARM architecture binaries are been released to Snap
21+ as well
22+ ([ #795 ] ( https://github.com/go-task/task/issues/795 ) ).
23+ - i386 binaries won't be available anymore on Snap because Ubuntu removed the support
24+ for this architecture.
25+ - Upgrade mvdan.cc/sh, which fixes a bug with associative arrays
26+ ([ #785 ] ( https://github.com/go-task/task/issues/785 ) , [ mvdan/sh #884 ] ( https://github.com/mvdan/sh/issues/884 ) , [ mvdan/sh #893 ] ( https://github.com/mvdan/sh/pull/893 ) ).
27+
828## v3.13.0 - 2022-06-13
929
1030- Added ` -n ` as an alias to ` --dry `
You can’t perform that action at this time.
0 commit comments