Skip to content

Releases: ttscoff/mdless

2.1.32

15 Dec 15:26
Compare
Choose a tag to compare

2.1.32

2.1.31: 2.1.30

15 Dec 15:25
Compare
Choose a tag to compare
#### FIXED

- Error when $EDITOR is not defined

2.1.30

15 Dec 15:21
Compare
Choose a tag to compare

2.1.30

FIXED

  • Error when $EDITOR is not defined

2.1.29

15 Dec 14:42
Compare
Choose a tag to compare

2.1.29

IMPROVED

  • More code cleanup, help output improvements

FIXED

  • Line breaks in help output
  • This release should fix an error on Ruby 2.7 in string.rb

2.1.28

05 Dec 17:34
Compare
Choose a tag to compare

2.1.28

IMPROVED

  • Default to 0 width, which makes the width the column width of the terminal
  • Don't save a --width setting to config, require that to be manually updated if desired

2.1.27

05 Dec 15:18
Compare
Choose a tag to compare

2.1.27

FIXED

  • Error handling when YAML can't be processed

2.1.26

05 Dec 13:43
Compare
Choose a tag to compare

2.1.26

2.1.25

05 Dec 11:29
Compare
Choose a tag to compare

2.1.25

FIXED

  • YAML loading issues caused by safe_load

2.1.24

04 Dec 23:36
Compare
Choose a tag to compare

2.1.24

NEW

  • Save MultiMarkdown metadata into a hash
  • Allow [%metakey] replacements
  • Allow {{filename}} transcusions (MultiMarkdown), respects "transclude base:" metadata
  • Transclude documents with {{filename}}, nesting allowed, "transclude base:" metadata respected (even in YAML)
  • Metadata can be used in [%key] format to have it replaced in the output based on metadata values

2.1.23

04 Dec 17:15
Compare
Choose a tag to compare

2.1.23

FIXED

  • Fix release pipeline to get version number correct in git release
  • Changelog mismatch