Skip to content

Releases: atanunq/viuer

v0.7.1

07 Oct 08:35
Compare
Choose a tag to compare

0.7.1

  • Bump base64 and crossterm dependencies

v0.7.0

07 Oct 08:05
Compare
Choose a tag to compare

0.7.0

  • Update name of temporary files when using Kitty to contain tty-graphics-protocol

v0.6.2

20 Oct 22:15
Compare
Choose a tag to compare

0.6.2

  • Upgrade crossterm dependency to 0.25
  • Check LC_TERMINAL env variable when deciding iTerm support

v0.6.1

01 May 07:20
v0.6.1
09e7298
Compare
Choose a tag to compare
  • Upgrade crossterm dependency
  • Move to 2021 Edition

v0.6.0

05 Feb 14:50
v0.6.0
66a5b80
Compare
Choose a tag to compare
  • Upgrade image dependency

v0.5.3

18 Dec 22:13
v0.5.3
1b3b84a
Compare
Choose a tag to compare
  • Bump crossterm and console dependencies

v0.5.2

29 Aug 13:57
v0.5.2
3b99255
Compare
Choose a tag to compare
  • Use iTerm protocol for WezTerm and mintty
  • Fix compiler warnings

v0.5.1

21 Jun 22:48
v0.5.1
133bb99
Compare
Choose a tag to compare
  • Fix memory leak when checking for Kitty support not in tty

v0.5.0

21 Jun 21:18
v0.5.0
f1c19ef
Compare
Choose a tag to compare
  • Upgrade to crossterm 0.20
  • Remove ViuError::Crossterm
  • Rename ViuError::IO -> ViuError::Io
  • Change print_from_file signature to take AsRef<Path> instead of &str
  • Add carriage return after every line of printed blocks

v0.4.0

16 Mar 23:00
a47f270
Compare
Choose a tag to compare
  • Experimental Sixel support
  • Remove resize Config option
  • Change Printer trait function signatures
  • Improve test suite
  • Major refactor of BlockPrinter