Skip to content

Commit ff86465

Browse files
David Petersharkdp
authored andcommitted
Update CHANGELOG
1 parent 7da44d4 commit ff86465

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,40 @@
22

33
## Features
44

5+
## Bugfixes
6+
7+
## Changes
8+
9+
## Other
10+
11+
## Packaging
12+
13+
14+
# v0.10.0
15+
16+
## Features
17+
18+
- Added alpha property to set command, see #218 (@kanielrkirby)
19+
- Add support for HSV, see #169 (@jameshurst)
520
- Added support for parsing LCh colors, see #2 and #167 (@MForster)
21+
- Added hyprpicker as --color-picker, see #186 (@mrusme)
22+
- Implement Color::from_u32 for the rgba, see #202 (@irevoire)
623

724
## Bugfixes
825

926
- `pastel pick` does not display all colors in some terminals, see #121 and #168 (@Divoolej)
27+
- Fix lines in kitty terminal with text_fg_override_threshold set, see #197 (@joveian)
1028

1129
## Changes
1230

31+
- Use PASTEL_COLOR_MODE in ansi::Brush::from_environment, see #168 (@Divoolej)
32+
- Unhide colorcheck command, see #182 (@CheshireSwift)
1333

1434
## Other
1535

16-
17-
## Packaging
18-
36+
- Optimization for eliminating redundant memory operations, see #165 (@yyzdtccjdtc)
37+
- Add colour as an alias for the colour command, see #173 (@BuyMyMojo)
38+
- Suggest to use pastel pick --help instead of -h, see #181 (@sharkdp)
1939

2040

2141
## v0.9.0

0 commit comments

Comments
 (0)