Releases: swsnr/mdcat
Releases · swsnr/mdcat
mdcat-0.13.0
mdcat-0.12.1
Fixed
- Do not add newline after inline text with styles disabled (see GH-49).
mdcat-0.12.0
Added
- Add
TerminalCapability
struct as replacement formdcat::Terminal
trait to
remove dynamic dispatch and allow for more accurate and less complicated
conditional compilation of terminal support for different platforms (see
GH-45). - Move to Rust 2018, and raise minimum supported Rust version to 1.31 (see
GH-46).
Changed
- Drop support for Rust 1.29 and older.
- Do not test specific Rust on versions on Travis CI any longer; Rust stable
becomes the lowest supported Rust version.
Removed
mdcat::Terminal
trait and implementations (see GH-45).
Fixed
- Set hostname to local hostname for inline links to
file://
URLs, which
should properly resolvefile://
URLs over SSH (see OSC 8 file URLs,
GH-42 and GH-44).
mdcat-0.11.0
Changed
- Always print colours regardless of whether stdout if a tty or not.
- Replace
--colour
option with a--no-colour
flag to turn off styled output. mdcat::push_tty
no longer takes ownership of theterminal
argument (see
GH-41).
mdcat-0.10.1
Fixed
- Properly package musl binary on Travis CI; restores Linux binary in releases.
mdcat-0.10.0
mdcat-0.9.2
Fix auto-published binaries for macOS and Linux.
mdcat-0.9.0
Added
Changed
mdcat-0.8.0
Added
- Render SVG images in iTerm2 with
rsvg-convert
(requireslibrsvg
). - Expose
TerminalWrite
inmdcat
crate (see [GH-20][]).