Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.31 KB

Version 0.4.3 (unreleased)

Fixes

  • #64 Tables and code blocks destroyed search marking for every block type following.
  • Gave code blocks a bit more space.

Version 0.4.2

New features

  • Added new option gitignore which, when set to true (default false), does not load files from .gitignore.
  • When in link mode, you can press h to hover/see where the link goes (#35)

New behavior

  • It continues to find markdown files even if it meets a directory it's not allowed to read (#51)

Fixes

  • Support multi-line comments (#56)
  • Paragraphs after table don't look weird anymore (#48)

Version 0.4.1

Fixes

  • #52 Code no longer does an unnecessary division
  • #53 Programming language in code block is now optional
  • #55 No longer crashes when a block of something is higher than then terminal height and clips both the top and bottom

Version 0.4.0

New features

  • Adds configuration for custom coloring and width (#4)
  • Supports bold and italic at the same time (#47)

Fixes

  • Stricter italic checking (#45)
  • Allowing escaping some characters (#28)
  • Rewrote table parsing (slight regression. Noted in #48)
  • Allows newlines in code blocks

Version 0.3.2

Fixes

  • #39 does not panic at horizontal separators
  • #36 More aggressive check for comments
  • #40 Checks file endings on relative files