Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-2.7.1
mdcat-2.7.0
Changed
mdcat
now uses curl for remote resources (see GH-304).
As a result, mdcat now also supports remote images from FTP, and uses standard curl environment variables for proxy configuration.- Consequently,
mdcat
now depends onlibcurl
.
- Consequently,
Removed
- The
mdcat-http-reqwest
crate was removed, as consequence of moving tocurl
(see GH-304).
There is no replacement; users ofpulldown-cmark-mdcat
need to impement remote resource support themselves should they require it.
All versions of this crate on crates.io have been yanked.
mdcat-2.6.2
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...