Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-0.28.0
Changed
- Update all dependencies, in particular syntect to 5.0.0 and pulldown-cmark to 0.9.2.
mdcat-0.27.1
Fixed
- Build error on Windows (see #201).
mdcat-0.27.0
Added
- Add extensive tracing output, to aid debugging (see #147).
Changed
- mdcat no longer invokes
file
to detect SVG images, but now requires the presence of a system-wide magic database (see #154).
Disable default features to restore the previous behaviour to invokefile
to detect mimetypes.
Fixed
- File completion with zsh (see #198).
mdcat-0.26.0
Changed
- Always output links as OSC-8 hyperlinks unless
--dump
is given.
In particular, mdcat now prints hyperlinks if invoked asmdless
or with-p
, as recentless
versions support OCS-8 hyperlinks (see GH-191).
mdcat-0.25.1
Changed
- Update pulldown-cmark to 0.9.1 which fixes a minor parsing issue.
mdcat-0.25.0
Changed
- Update pulldown-cmark to 0.9.
- Buffer writes to terminal and pager, to reduce the amount of syscalls.
mdcat-0.24.2
mdcat-0.24.1
Fixed
- Fix semi-broken release.
- Document support for foot in manpage.
mdcat-0.24.0
mdcat-0.23.2
Changed
- WezTerm is now detected by
TERM
andTERM_PROGRAM
environment variables (see GH-186).