Skip to content

Releases: henriklovhaug/md-tui

Version 0.8.7

18 Oct 15:21
72c01a7
Compare
Choose a tag to compare

Release Notes

  • Tables are finally balanced

Install md-tui 0.8.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.7/md-tui-installer.sh | sh

Download md-tui 0.8.7

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.8.6

27 Aug 21:51
b716e0d
Compare
Choose a tag to compare

Changelog

  • The binary is executable as mdt again. Was wrongly removed in version 0.8.5

Install md-tui 0.8.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.6/md-tui-installer.sh | sh

Download md-tui 0.8.6

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.5

26 Aug 15:50
Compare
Choose a tag to compare

Release Notes

  • (#145) Allow ~~~ to be code blocks
  • Allow using md-tui as a library

Install md-tui 0.8.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.5/md-tui-installer.sh | sh

Download md-tui 0.8.5

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.4

09 Aug 11:11
16811d2
Compare
Choose a tag to compare

Release Notes

  • (#137) Add yaml syntax highlighting.
  • (#139) Fix codeblocks which includes \r characters.
  • (#143) Add luau syntax highlighting.

Install md-tui 0.8.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.4/md-tui-installer.sh | sh

Download md-tui 0.8.4

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.3

22 Jul 14:57
3b24952
Compare
Choose a tag to compare

Release Notes

  • (#132) Allows the user to center the markdown. Config options are
    left|center|right
  • (#135) Fix crash when quote block was left empty.

Install md-tui 0.8.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.3/md-tui-installer.sh | sh

Download md-tui 0.8.3

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.2

22 Jun 04:58
8a43727
Compare
Choose a tag to compare

Release Notes

  • Escape resets to original ordering in file tree.
  • Fix crash in list if newline started with a number. It was parsed as index of
    a list even if it wasn't.
  • Fix divide by zero error on tables.
  • Allow codeblocks to start indented.
  • Actually make use of default quote coloring.

Install md-tui 0.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.2/md-tui-installer.sh | sh

Download md-tui 0.8.2

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.1

01 Jun 13:09
1706468
Compare
Choose a tag to compare

Release Notes

  • (#113) Small images does not get the maximum space of 20 font heights, but the
    space they occupy.
  • (#127) MDT now loads files lazily. No more loading screen :).

Install md-tui 0.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.1/md-tui-installer.sh | sh

Download md-tui 0.8.1

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.8.0

22 May 14:23
4395e6a
Compare
Choose a tag to compare

Release Notes

  • (#122) Fixes crash when codeblocks contained characters longer than one byte
    and the codeblock is supposed to be highlighted.
  • Delay cloning text blocks until they are within viewport. Large improvement in
    debug mode.
  • (#120) Fixes aligning of ordered list with indexes over 9.
  • (#50) Add customizing keyboard inputs. (BREAKING Some default were
    changed)

Install md-tui 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.8.0/md-tui-installer.sh | sh

Download md-tui 0.8.0

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.7.4

20 May 19:20
046d3be
Compare
Choose a tag to compare

Release Notes

  • (#104) Files can now be opened in $EDITOR from MDT.
    • Tested with Neovim and Vim.
  • (#110) Add a Nix flake.
  • (#105 partially) More flexible table dash parsing.
  • Add highlighting for css, html, php, typescript.
  • (#105) Length is defined by longest cell in the column.
    • Cell wrapping is not implemented yet.
  • Inline code can be written with triple ticks, but it checks if it's a
    codeblock first.

Install md-tui 0.7.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.7.4/md-tui-installer.sh | sh

Download md-tui 0.7.4

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.7.3

16 May 19:34
2bd9368
Compare
Choose a tag to compare

Release Notes

  • Fix quote blocks word wrapping.
  • Add the arrow keys as aliases for HJKL (#103, by @cmrschwarz)
  • Add Scala syntax highlighting (#117, by @sierikov)
  • (#106) MDT now allows text part of link to cross multiple lines.
  • Allow arbitrary programming language in codeblock. Does not mean it will get
    highlighted.

Install md-tui 0.7.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/henriklovhaug/md-tui/releases/download/v0.7.3/md-tui-installer.sh | sh

Download md-tui 0.7.3

File Platform Checksum
md-tui-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
md-tui-x86_64-apple-darwin.tar.xz Intel macOS checksum
md-tui-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum