Skip to content

Releases: eddieantonio/imgcat

v2.6.0

18 Dec 13:44
2ff5475
Compare
Choose a tag to compare

Full Changelog: v2.5.2...v2.6.0

Changed

  • BREAKING CHANGE: Preserve aspect ratio when providing --width and --height. Use --no-preserve-aspect-ratio to disable. Thanks @mdesantis!

v2.5.2

30 Oct 15:47
24880ef
Compare
Choose a tag to compare

Various bug fixes

Full Changelog: v2.5.1...v2.5.2

NOTE: Do not download imgcat-2.5.2.tar.gz; download imgcat-2.5.2+20231031.tar.gz. I accidentally added arm64 objects to it??? Somehow??? Kids, don't handwrite your configure script and makefiles. You WILL get it wrong 🙈

v2.5.1

01 Dec 20:16
032df83
Compare
Choose a tag to compare

Full Changelog: v2.5.0...v2.5.1

v2.5.0

01 Nov 06:00
e3313f7
Compare
Choose a tag to compare

Changed

  • build system no longer uses autotools

v2.4.0

01 Nov 03:26
103c5a1
Compare
Choose a tag to compare

Added

  • --depth=24bit/--24bit — 24-bit or "true" color depth. Contributed by Sotiris Papatheodorou (@sotpapathe).

Modified

  • better temporary file name handling. Contributed by @kennbr34.
  • use autoconf to check for mcurses. Contributed by @kennbr34.
  • CImg is now imported as a git submodule. Contributed by Erick Ochoa (@efferifick)

Fixed

  • link against ncurses. Contributed by Josh Braendel (@Jbudone)

v2.3.0

03 Jun 02:56
Compare
Choose a tag to compare
  • Add the --half-height option, which uses half-height blocks (▀) to double
    the vertical resolution. Note that this only looks good in certain terminal
    configurations, but when it looks good, it looks dayum good! (Issue #16)

imgcat 2.2.0

05 May 21:40
Compare
Choose a tag to compare
  • add --height option (#10)
  • support width option for iTerm2 mode (#17)

imgcat 2.1.0

01 Dec 22:04
Compare
Choose a tag to compare
  • Adds ability to pipe images from stdin (#13, #14)

imgcat 2.0

01 May 02:59
Compare
Choose a tag to compare
  • Adds support iTerm2's inline images. This will be used by default in iTerm2
  • Uses CImg as a more robust library to load and scale images.