ITADN
sharkdp/pastel

版本发布 2

v0.12.0
? · 2026-02-14

## What's Changed * Replace atty dependency with std::io::IsTerminal (breaking) by @musicinmybrain in https://github.com/sharkdp/pastel/pull/298 * Add ANSI 8-bit parsing by @sharkdp in https://github.com/sharkdp/pastel/pull/299 ## New Contributors * @musicinmybrain made their first contribution in https://github.com/sharkdp/pastel/pull/298 **Full Changelog**: https://github.com/sharkdp/pastel/compare/v0.11.0...v0.12.0

v0.10.0
? · 2024-09-06

## Features - Added alpha property to set command, see #218 (@kanielrkirby) - Add support for HSV, see #169 (@jameshurst) - Added support for parsing LCh colors, see #2 and #167 (@MForster) - Added hyprpicker as --color-picker, see #186 (@mrusme) - Implement Color::from_u32 for the rgba, see #202 (@irevoire) ## Bugfixes - `pastel pick` does not display all colors in some terminals, see #121 and #168 (@Divoolej) - Fix lines in kitty terminal with text_fg_override_threshold set, see #197 (@joveian) ## Changes - Use PASTEL_COLOR_MODE in ansi::Brush::from_environment, see #168 (@Divoolej) - Unhide colorcheck command, see #182 (@CheshireSwift) ## Other - Optimization for eliminating redundant memory operations, see #165 (@yyzdtccjdtc) - Add colour as an alias for the colour command, see #173 (@BuyMyMojo) - Suggest to use pastel pick --help instead of -h, see #181 (@sharkdp)