Skip to content

Releases: bash/terminal-colorsaurus

1.0.0

21 Jul 18:15
c6745d3
Compare
Choose a tag to compare

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 from ColorScheme (now theme mode).
  • Raised the minimum supported rust version (MSRV) to 1.74.0.

Features

  • All structs implement Hash now.

0.4.8

24 Jan 12:25
4068939
Compare
Choose a tag to compare
  • 🐛 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

06 Jan 21:36
f699311
Compare
Choose a tag to compare
  • Fix typo in docs and mention XParseColor.

xterm-color 1.0.0

03 Jan 16:11
476ff00
Compare
Choose a tag to compare

Initial release

0.4.7

26 Nov 21:30
4282738
Compare
Choose a tag to compare
  • 🐛 Re-add missing license texts to the published crate
    (this was a regression introduced in 0.4.5).

0.4.6

21 Nov 14:41
0454cc4
Compare
Choose a tag to compare
  • 🐛 Switch the string terminator back to BEL to work around
    and issue in urxvt. Previously this was done only when urxvt
    was detected. Unfortunately this detection was not reliable.

0.4.5

19 Nov 13:31
d6dcc70
Compare
Choose a tag to compare
  • ✨ 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

18 Jul 13:28
49606cf
Compare
Choose a tag to compare
  • Bump mio dependency to 1.0.
  • ✨ Add helpful aliases to the docs.

0.4.3

10 Jun 11:12
1a6e64d
Compare
Choose a tag to compare
  • Remove private docs crate feature.
  • 🐛 Fix broken link in docs.

0.3.4

10 Jun 11:13
8d5aa1b
Compare
Choose a tag to compare
  • Removed private docs crate feature.