Releases: nabijaczleweli/termimage
Releases · nabijaczleweli/termimage
v1.2.1
В золотых цепях я утопаю в болоте Fixed: * Stray \es in -f help string (17f436ac2fb72b2eebb5a48e9475d454a0ebb84c) * Tails of lines after the image being set to black, instead of teletype-default, colours (6ae017a419bdd95bdf9121bcd796a87902802d87) (3b0731e63592c050f3a466e62072a261bd7b4979) (#22) (@caeklol) New: * @caeklol in authors list (bb12026bfe27e253e8302c33acb0b3bc621b59b1) Internal: * regex and lazy_static replaced with string operations (3d2f71864a00796c483a7fb7009efa2567c4c821) * Fully buffer output. Up to 0.5s speed-up for (unreasonably) huge teletypes (c27e79f5efa8a814982422311a43dd9893ef9b9f) * AppVeyor fixed once more (6156416a61fc5bfe78bdbda71e7f11f77a9adf9e)
v1.2.0
I'm a fly caught in your honey, catch me up with all the yummy stuff …
v1.1.0: Advancement-ng
Changed: * image dep to version 0.23 (14f0d64de88b4160025d475dd0960aeea21f659d) (0a5495e29f0a21b0b6c60b51dc9f7acc5f804fd7) (#15) (@Aaron1011)
v1.0.0: From across the ages
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)
v0.5.1: Shorter delay than 0.4.0 was, at least?
Fixed: * Warnings caused by try!() on current rustcs (f08d4e53f28a064ceb13e92487833ef3dd9aa6e4) * Authors list being separated with colons instead of newlines (3beff6e5139f92fcc9154c66104f24a344221602) New: * Debian repo install method in README (f08d4e53f28a064ceb13e92487833ef3dd9aa6e4)
v0.5.0: Advancement
Changed: * image version to 0.22 (64406735f1df997443bcf7efb65550d41363f748) (dd45b344bdcd8d549adc7a4e73e11c84631fe4af) (#13) (@Aaron1011) * lazy_static and regex versions to newest (efc0d77bd017d703294312b913076e79ccbda54b)
v0.4.0: Machinery's a meaner beast, but we're still in the saddle
Changed: * Crate version image protocol to HTTPS (a9ae8479470063e12fed5343a016aaa000bf475f) * RawGit links to GitHack (4c014af11602f37d0b7b9009eb2004f42761d748) * Dependencies to freshest versions (4e7582f5d02ac2d0f2602ea8bf86329d0cd01b88) (3f29f9269048add8608519b1bc36922135b9842f) (#12) (@Aaron1011) New: * Installation/building instruxions (f3c33de5dbc7d89f00b010b5c61fccc7d20e3483) (#11) * @Aaron1011 in authors list (cf789bbc9b67a8014247d65deec8fbdae2cd7228)
v0.3.2: Hello Linux my old friend
Fixed: * ANSI attributes persist after printing image no longer by printing reset (#10)
v0.3.1
FEATURES! But not any new ones from this crate. Move along, citizen.
v0.3.0: DRY, icy Errors and ⚡⚡
New: * Dank-ass DS3 truecolor SS, thanks /u/little-dude * Prose and examples in general library usage * create_colourtable() so you can display images yourself with as little hassle as possible (e1be450f3074bce5425ace26e569616086d4af2c) (#9) Changed: * Rename Outcome to Error Internals: * Use create_colourtable() in WinAPI and ANSI display impls