Releases: bash/terminal-colorsaurus
Releases · bash/terminal-colorsaurus
1.0.0
Breaking
- Renamed color scheme to theme mode.
- Marked
Color
as#[non_exhaustive]
to allow extension. - Future-proofed
Error::UnsupportedTerminal
by introducing an empty struct. - Changed the return type of
perceived_lightness
to be a float. - Removed the
Default
impl fromColorScheme
(now theme mode). - Raised the minimum supported rust version (MSRV) to 1.74.0.
Features
- All structs implement
Hash
now.
0.4.8
- 🐛 Fixed an error on windows where the query would not
succeed when the standard input was redirected. - ⚡ The color parsing code has been extracted into its own crate
that terminal-colorsaurus now depends on:xterm-color
. - 📝 The terminal survey has been extended and updated.
xterm-color 1.0.1
- Fix typo in docs and mention
XParseColor
.
xterm-color 1.0.0
Initial release