github Skardyy/mcat v0.5.5

14 hours ago

CHANGELOG

  • added support for JpegXL
  • improving the image_preprocessor at the markdown_viewer, now 10% faster at rendering multiple images
  • improved queries from url, now detects types using the ext of the url too if exists (now also when the mime type is app)
  • fixed an issue that if an image with the same url will appear multiple times in the markdown_viewer, it will be rendered only once
  • fixed an issue where images with sizes (html) in the markdown_viewer will sometimes not be respected for their sizes, sizes currently only support % and px
  • fixed an issue where using -o image the image would be resized, losing image quality.
  • fixed an issue in markdownify where some chars such as ">" won't be rendered into the markdown. effected both docx, opendoc and pptx.
  • fixed an issue where files to image, would just be an image of the file text instead of html rendered

Install

Linux / macOS

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

PowerShell (Windows)

irm https://github.com/Skardyy/mcat/releases/download/v0.5.5/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.