Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-2.6.1
mdcat-2.6.0
Note that this release contains no binaries due to a workflow error.
Added
- Add support for images in Ghostty terminal (see [GH-300]).
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.