Releases: tautropfli/terminal-colorsaurus
Releases · tautropfli/terminal-colorsaurus
1.0.1
1.0.0
Breaking
- Renamed color scheme to theme mode.
- Marked
Coloras#[non_exhaustive]to allow extension. - Future-proofed
Error::UnsupportedTerminalby introducing an empty struct. - Changed the return type of
perceived_lightnessto be a float. - Removed the
Defaultimpl fromColorScheme(now theme mode). - Raised the minimum supported rust version (MSRV) to 1.74.0.
Features
- All structs implement
Hashnow.
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
0.4.7
- 🐛 Re-add missing license texts to the published crate
(this was a regression introduced in0.4.5).
0.4.6
- 🐛 Switch the string terminator back to
BELto work around
and issue in urxvt. Previously this was done only when urxvt
was detected. Unfortunately this detection was not reliable.
0.4.5
- ✨ Added support for Windows (starting with Windows Terminal v1.22, in preview at the time of writing).
Docs
- Included more terminals in terminal survey.
- The top level crate docs have been reduced to improve readability.
0.4.4
- Bump
miodependency to 1.0. - ✨ Add helpful aliases to the docs.
0.4.3
- Remove private
docscrate feature. - 🐛 Fix broken link in docs.