Mdcat Versions Save

cat for markdown

mdcat-0.26.0

2 years ago

This is the last release of Github; mdcat is now at https://codeberg.org/flausch/mdcat/

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

2 years ago

Changed

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

mdcat-0.25.0

2 years ago

Changed

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

mdcat-0.24.2

2 years ago

Added

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

Fixed

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

mdcat-0.24.1

2 years ago

Fixed

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

mdcat-0.24.0

2 years ago

Added

mdcat-0.23.2

2 years ago

Changed

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

mdcat-0.23.1

2 years ago

Changed

  • Use TERM_PROGRAM for determining WezTerm terminal (see GH-185).

mdcat-0.23.0

2 years ago

Added

mdcat-0.22.4

3 years ago

Changed

  • Update dependencies