Skip to content

Releases: bash/terminal-colorsaurus

0.4.2

30 May 12:22
1f0c20c
Compare
Choose a tag to compare
  • ✨ Add optional dependency on anstyle to enable conversions from Color to anstyle::RgbColor.
  • ✨ Add conversion from Color to rgb::RGB8.
  • ✨ Treat environments with no TERM env var as unsupported.
  • Add keywords to package metadata.
  • Remove dependency on thiserror.

0.4.1

18 May 17:27
c888fdd
Compare
Choose a tag to compare
  • 🐛 Fixed OSC 11 response being visible to users of GNU Screen
    by detecting Screen and erroring before sending any control sequences (#16).

0.4.0

07 May 14:29
a347376
Compare
Choose a tag to compare
  • ⚡ Renamed «color scheme» to «color palette».
  • ⚡ Removed is_dark_on_light and is_light_on_dark functions. Use color_scheme instead.
  • Add new convenience function color_scheme which returns a nice Dark / Light enum.
  • Add support for urxvt's rgba: color format.
  • Further refined the documentation (more organized terminal list, new terminals tested).
  • Improved handling of ambigous color palettes (e.g. when background color is the same as foreground).
  • Queries are now terminated with ST (the standard string terminator) instead of BEL (which is an xterm extension).

0.3.3

16 Mar 14:09
3f57500
Compare
Choose a tag to compare
  • Feature: Add new Color::scale_to_8bit function.
  • Fix: Correctly scale colors up to 16 bits per channel.
  • Fix: Support full range of #r(rrr)g(ggg)b(bbb) color syntax.

Docs

  • Update terminal survey docs.
  • Replace table with pretty graphs for latency docs ✨.

0.3.2

15 Mar 11:59
6586dd2
Compare
Choose a tag to compare
  • Add support for Terminology's color format.
  • Bump mio dependency.

Docs

  • Include benchmark results in rustdocs.
  • Extend terminal survey to more terminals.

0.3.1

08 Feb 11:31
a9c2e92
Compare
Choose a tag to compare
  • Remove support for Windows. Why?
  • Remove preconditions from public API.

0.2.3

02 Feb 19:18
4ba53f8
Compare
Choose a tag to compare
  • Updated to latest version of terminal-trx.
  • Improved docs: Terminal Survey has been simplified.

0.2.2

23 Jan 20:58
c6a1cc3
Compare
Choose a tag to compare
  • Add missing docs and clarify in some places.

0.2.1

23 Jan 13:05
dd6daae
Compare
Choose a tag to compare
  • Expose pager detection heuristic.

0.2.0

23 Jan 12:34
d8dc920
Compare
Choose a tag to compare
  • Improve detection of terminals that support querying for colors.
  • Rename QueryOptions.max_timeout -> QueryOptions.timeout.