Skip to content

Commit e6d5c87

Browse files
committed
docs: tighten changelog entry per update-changelog skill
https://claude.ai/code/session_01EAhpw6TzUWExMeF7hdwuF3
1 parent c1ebf13 commit e6d5c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
- **Changed** Cached tasks are now spawned with `FORCE_COLOR=1` so captured output is always coloured; the reporter strips colours at the writer level when the user's terminal does not support them. Color-related env vars (`NO_COLOR`, `COLORTERM`, `TERM`, `TERM_PROGRAM`) are no longer passed through by default; tasks that need them can opt in via `env`/`untrackedEnv`. Color support is detected per stdio stream, so a redirected stdout no longer strips colour from an interactive stderr ([#378](https://github.com/voidzero-dev/vite-task/pull/378))
3+
- **Changed** Cached task output is always colored (the runner injects `FORCE_COLOR=1`) and the reporter strips colors per stdout/stderr when the terminal does not support them. Other color-related env vars (`NO_COLOR`, `COLORTERM`, `TERM`, `TERM_PROGRAM`) are no longer passed through by defaultopt in via a task's `env`/`untrackedEnv` ([#378](https://github.com/voidzero-dev/vite-task/pull/378))
44
- **Added** `output` field for cached tasks: archives matching files after a successful run and restores them on cache hit ([#375](https://github.com/voidzero-dev/vite-task/pull/375))
55
- **Fixed** Windows cached tasks can now run package shims rewritten through PowerShell; default env passthrough now preserves `PATHEXT` ([#366](https://github.com/voidzero-dev/vite-task/pull/366))
66
- **Added** Platform support for targets without `input` auto-inference (e.g. Android). Tasks still run; those relying on auto-inference run uncached, with the summary noting that `input` must be configured manually to enable caching ([#352](https://github.com/voidzero-dev/vite-task/pull/352))

0 commit comments

Comments
 (0)