Skip to content

Releases: swsnr/mdcat

mdcat-2.7.1

14 Dec 16:10
mdcat-2.7.1
9a18203
Compare
Choose a tag to compare

Removed

  • Drop macOS release builds. Use homebrew to obtain macOS binaries of mdcat.
  • Remove simplified panic message; mdcat now uses the default panic handler.

Fixed

  • Do not crash on inline HTML elements in a table cell (see GH-310).
Read more

mdcat-2.7.0

24 Nov 14:49
mdcat-2.7.0
79dc887
Compare
Choose a tag to compare

Changed

  • mdcat now uses curl for remote resources (see GH-304).
    As a result, mdcat now also supports remote images from FTP, and uses standard curl environment variables for proxy configuration.
    • Consequently, mdcat now depends on libcurl.

Removed

  • The mdcat-http-reqwest crate was removed, as consequence of moving to curl (see GH-304).
    There is no replacement; users of pulldown-cmark-mdcat need to impement remote resource support themselves should they require it.
    All versions of this crate on crates.io have been yanked.
Read more

mdcat-2.6.2

24 Nov 10:10
mdcat-2.6.2
689d145
Compare
Choose a tag to compare

Fixed

  • Do not crash when rendering task lists with paragraphs (see GH-302).
Read more

mdcat-2.6.1

13 Nov 09:08
mdcat-2.6.1
708db31
Compare
Choose a tag to compare

Fixed

  • Fix release workflow to restore binary assets.
Read more

mdcat-2.6.0

13 Nov 09:00
mdcat-2.6.0
5a12d0b
Compare
Choose a tag to compare

Note that this release contains no binaries due to a workflow error.

Added

  • Add support for images in Ghostty terminal (see [GH-300]).

mdcat-2.5.0

26 Sep 20:13
mdcat-2.5.0
5257881
Compare
Choose a tag to compare

Changed

  • Update to pulldown-cmark 0.12 (see GH-276).
    This notably improves whitespace handling for HTML blocks and inline HTML.
  • mdcat now treats inline HTML like inline code, just with different styling (see GH-276).
    Specifically, mdcat now wraps inline HTML.

[0....

Read more

mdcat-2.4.0

20 Sep 11:41
mdcat-2.4.0
91147ff
Compare
Choose a tag to compare

Added

  • Add limited support for tables (see GH-290). Inline markup is stripped from table cells, and text is not wrapped.

Changed

  • Update dependencies.
Read more

mdcat-2.3.1

04 Aug 06:36
mdcat-2.3.1
cfecf83
Compare
Choose a tag to compare

Changed

  • Release builds no longer use fat LTO, which significantly reduces compilation time.
  • Update dependencies.

Fixed

  • mdcat no longer panics on markups in descriptions of rendered images (see GH-287).
Read more

mdcat-2.3.0

28 Jul 13:53
mdcat-2.3.0
30b0d41
Compare
Choose a tag to compare

Added

  • mdcat now includes a --completions argument to generate shell completions for all major shells (see GH-286).

Changed

  • Update dependencies.

Removed

  • mdcat now longer builds shell completions and man pages during compilation (see GH-286).
    • Packagers now need to build the manpage explicitly during packaging.
  • Release artifacts no longer contain completions; use mdcat --completions to generate them instead (see GH-286).

Fixed

  • Restore binary release artifacts (see GH-284)

[0...

Read more

mdcat-2.1.2

11 Mar 16:18
mdcat-2.1.2
d14825c
Compare
Choose a tag to compare

Changed

  • Update dependencies to address Rust security advisories.
Read more