github Skardyy/mcat v0.5.6

11 hours ago

CHANGELOG

  • improved the html to image, now upto 3x faster on retries of the same/similar html
  • improved markdownify to be more relaxed, instead of failing it will give fallbacks more often.
  • fixed an regression where text from stdin will not be considered markdown.
  • added mermaid support

Install

Linux / macOS

curl -fsSL https://github.com/Skardyy/mcat/releases/download/v0.5.6/install.sh | sh

PowerShell (Windows)

irm https://github.com/Skardyy/mcat/releases/download/v0.5.6/install.ps1 | iex

Download

File Platform Checksum
mcat-x86_64-apple-darwin.tar.xz Intel macOS checksum
mcat-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mcat-x86_64-unknown-linux-gnu.tar.xz x64 Linux (gnu) checksum
mcat-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux (gnu) checksum
mcat-x86_64-unknown-linux-musl.tar.xz x64 Linux (musl) checksum
mcat-aarch64-unknown-linux-musl.tar.xz ARM64 Linux (musl) checksum
mcat-x86_64-pc-windows-msvc.zip x64 Windows checksum

Don't miss a new mcat release

NewReleases is sending notifications on new releases.