Skip to content

v1.0.0: From across the ages

Compare
Choose a tag to compare
@nabijaczleweli nabijaczleweli released this 04 Mar 18:27
v1.0.0
91e2179
BREAKING:
  * Split off util::ANSI_COLOURS into util::ANSI_COLOURS_{WHITE,BLACK}_BG,
    for white and black background respectively
    (87cedae9ed7069a31829e22943a53dd6ff02ddc3)
    (46996660401ad0c71cc8d7e6e858d7ad54b1de6b)
    (43adade7f8e4af72fb9af47edb390397215bf507)
  * Removed util::ANSI_BG_COLOURS in favour of new util::bg_colours_for() funxion
    (46996660401ad0c71cc8d7e6e858d7ad54b1de6b)
  * ops::write_ansi() now takes the foreground colourset,
    instead of defaulting to the white-background one
    (b6506bb8cb5c39a2b459475c4cce9e2dc437546c)
    (a3c5913a925bf884ec471637d9dfeb6e7a284d18)
  * -a/--ansi argument now takes "truecolor,simple-{black,white}" instead of "truecolor,simple"
    (23acaece963a7b85c9380afb09eb30d672129dd6)

New:
  * v1.0 migration guide
    (a3c5913a925bf884ec471637d9dfeb6e7a284d18)

Improved:
  * Colour similarity algorithm
    Before: https://user-images.githubusercontent.com/6709544/75836768-30fb4180-5dc3-11ea-8b59-92fb31d82ba3.png
    After:  https://user-images.githubusercontent.com/6709544/75836772-3193d800-5dc3-11ea-8bfb-23f2489d6616.png
    (4a958704c4b95c2a4b7e0d31c89700c45bc8edae)

Changed:
  * Debian repository URL
    (7c99d382fe2a80c1493c0f9a0def2e40bc67d963)