Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-2.5.0
mdcat-2.4.0
mdcat-2.3.1
mdcat-2.3.0
Added
- mdcat now includes a
--completions
argument to generate shell completions for all major shells (see GH-286).
Changed
- Update dependencies.
Removed
- mdcat now longer builds shell completions and man pages during compilation (see GH-286).
- Packagers now need to build the manpage explicitly during packaging.
- Release artifacts no longer contain completions; use
mdcat --completions
to generate them instead (see GH-286).
Fixed
- Restore binary release artifacts (see GH-284)
[0...
mdcat-2.1.2
mdcat-2.1.1
mdcat-2.1.0
Added
- Support images in VSCode integrated terminal, 1.80 or newer (see GH-266).
Changed
- When rendering iTerm2 images append
.png
to the file name reported to the terminal if mdcat rendered an SVG to PNG (see GH-267).
Previously, mdcat retained the original file extension, and would ask iTerm2 to download a PNG image to an.svg
file.
Fixed
mdcat-2.0.4
mdcat-2.0.3
Changed
- mdcat now uses the kitty protocol to render images on WezTerm (see GH-258).
- mdcat now downscales images to the column limit if rendering with the kitty protocol (see GH-258).
Previously mdcat scaled down to the window size, which looked strange if a given--columns
was much smaller than the window size.
[0....
mdcat-2.0.2
Changed
- Update dependencies.