Releases: eddieantonio/imgcat
Releases · eddieantonio/imgcat
v2.6.0
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
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
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Changed
- build system no longer uses autotools
v2.4.0
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
- 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
imgcat 2.1.0
imgcat 2.0
- 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.