mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +02:00
chore: changelog for #2415
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -5,8 +5,7 @@
|
|||||||
- Task now includes built-in core utilities to greatly improve compatibility on
|
- Task now includes built-in core utilities to greatly improve compatibility on
|
||||||
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
|
||||||
other common core utility will now work by default on Windows, without extra
|
other common core utility will now work by default on Windows, without extra
|
||||||
setup.
|
setup. This is something we wanted to address for many many years, and it's
|
||||||
This is something we wanted to address for many many years, and it's
|
|
||||||
finally being shipped!
|
finally being shipped!
|
||||||
[Read our blog post this the topic](https://taskfile.dev/blog/windows-core-utils).
|
[Read our blog post this the topic](https://taskfile.dev/blog/windows-core-utils).
|
||||||
(#197, #2360 by @andreynering).
|
(#197, #2360 by @andreynering).
|
||||||
@@ -24,9 +23,11 @@
|
|||||||
- Added experiments to the taskrc schema to clarify the expected keys and values
|
- Added experiments to the taskrc schema to clarify the expected keys and values
|
||||||
(#2235 by @vmaerten).
|
(#2235 by @vmaerten).
|
||||||
- Added support for new properties in `.taskrc.yml`: insecure, verbose,
|
- Added support for new properties in `.taskrc.yml`: insecure, verbose,
|
||||||
concurrency, remote offline, remote timeout, and remote expiry. :warning: Note:
|
concurrency, remote offline, remote timeout, and remote expiry. :warning:
|
||||||
setting offline via environment variable is no longer supported. (#2389 by
|
Note: setting offline via environment variable is no longer supported. (#2389
|
||||||
@vmaerten)
|
by @vmaerten)
|
||||||
|
- Added a `--nested` flag when outputting tasks using `--list --json`. This will
|
||||||
|
output tasks in a nested structure when tasks are namespaced (#2415 by @pd93).
|
||||||
|
|
||||||
#### Package API
|
#### Package API
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user