Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

mdcat-1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 15:12
· 172 commits to main since this release
mdcat-1.0.0
d2999ef

Added

  • Add --detect-terminal to print the name of the detected terminal program (see GH-232).
  • Add --ansi to skip terminal detection and use ANSI-formatting only (see GH-232).

Changed

  • Replace ureq with reqwest (see GH-229).
    This implies that the default build now creates a binary linked against the system standard SSL library, i.e. openssl under Linux.
    A fully static build now requires --no-default-features --features static for cargo build.
  • Terminal detection always checks $TERM first and trusts its value if it denotes a specific terminal emulator (see GH-232).
  • Update all dependencies.

Fixed

  • Correctly detect kitty started from iTerm (see GH-230 and GH-232).