Skip to content

Releases: atanunq/viuer

v0.11.0

09 Dec 17:17
v0.11.0
ed329e5

Choose a tag to compare

0.11.0

  • Add Konsole as a available terminal for iterm2 images
  • Add stdin internal argument to make printer utils testable
  • Ignore Error in Kitty if the temporary file has been deleted by the terminal. Fixes KittySupport::Local
  • Check for Kitty support on terminals via protocol query, instead of static TERM environment variable checking
  • Bump console dependency

v0.10.0

09 Dec 17:17
v0.10.0
0dd4691

Choose a tag to compare

0.10.0

  • Add icy_sixel feature that uses a Rust implementation of Sixel
  • Remove lazy_static dependency in favor of std::sync::LazyLock
  • MSRV is now 1.80
  • Use sixel if found in device attributes instead of static TERM list

v0.9.2

22 Jun 13:45

Choose a tag to compare

0.9.2

  • Use iterm and sixel in more terminals

v0.9.1

22 Oct 20:09
v0.9.1
56e9e51

Choose a tag to compare

0.9.1

  • Add docs.rs metadata

v0.9.0

20 Oct 21:39
v0.9.0
996c690

Choose a tag to compare

0.9.0

  • Remove image default features
  • Put print_from_file behind the new print-file feature flag

v0.8.1

13 Oct 20:29
v0.8.1
08b8f82

Choose a tag to compare

0.8.1

  • Revert removed image features

v0.8.0

13 Oct 19:46
v0.8.0
a066163

Choose a tag to compare

0.8.0

  • Remove unneeded features and update dependencies
  • Use Catmull-Rom for up/downscaling
  • Add premultiplied_alpha Config option

v0.7.1

07 Oct 08:35

Choose a tag to compare

0.7.1

  • Bump base64 and crossterm dependencies

v0.7.0

07 Oct 08:05

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

Choose a tag to compare

0.6.2

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