Skip to content

Releases: swsnr/mdcat

mdcat-0.28.0

14 Oct 09:38
Compare
Choose a tag to compare

Changed

  • Update all dependencies, in particular syntect to 5.0.0 and pulldown-cmark to 0.9.2.

mdcat-0.27.1

14 Oct 09:37
Compare
Choose a tag to compare

Fixed

  • Build error on Windows (see #201).

mdcat-0.27.0

14 Oct 09:37
Compare
Choose a tag to compare

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 invoke file to detect mimetypes.

Fixed

  • File completion with zsh (see #198).

mdcat-0.26.0

12 Feb 14:42
Compare
Choose a tag to compare

Changed

  • Always output links as OSC-8 hyperlinks unless --dump is given.
    In particular, mdcat now prints hyperlinks if invoked as mdless or with -p, as recent less versions support OCS-8 hyperlinks (see GH-191).

mdcat-0.25.1

17 Jan 19:56
Compare
Choose a tag to compare

Changed

  • Update pulldown-cmark to 0.9.1 which fixes a minor parsing issue.

mdcat-0.25.0

23 Dec 17:34
Compare
Choose a tag to compare

Changed

  • Update pulldown-cmark to 0.9.
  • Buffer writes to terminal and pager, to reduce the amount of syscalls.

mdcat-0.24.2

19 Nov 18:21
Compare
Choose a tag to compare

Added

  • Added support for $TERM=foot* (see GH-193).

Fixed

  • Fix compiler error with newer anyhow versions (see GH-192).

mdcat-0.24.1

30 Oct 19:41
Compare
Choose a tag to compare

Fixed

  • Fix semi-broken release.
  • Document support for foot in manpage.

mdcat-0.24.0

30 Oct 18:56
Compare
Choose a tag to compare

Added

mdcat-0.23.2

18 Jul 12:29
Compare
Choose a tag to compare

Changed

  • WezTerm is now detected by TERM and TERM_PROGRAM environment variables (see GH-186).