This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-0.30.3
Fixed
- Fix release workflow to restore release artifacts (see GH-218).
mdcat-0.30.1
Fixed
- Fix workflow syntax error to restore release artifacts.
mdcat-0.29.0
Changed
- Move repository back to https://github.com/lunaryorn/mdcat.
- Restore release binaries.
- Update dependencies, in particular clap to 4.0.15.
Removed
- Support for
tree_magic_mini
for mime-type detection; mdcat now only uses thefile
tool (see GH-204).
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.