Skip to content

Commit c1ebf13

Browse files
committed
docs: update CHANGELOG for color env handling changes
https://claude.ai/code/session_01EAhpw6TzUWExMeF7hdwuF3
1 parent 0fefd38 commit c1ebf13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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))
34
- **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))
45
- **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))
56
- **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)