Skip to content

Commit d9ec5bc

Browse files
committed
v3.14.0
1 parent bf9cd76 commit d9ec5bc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

docs/docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)