Skip to content

Releases: mistermicheels/markdown-notes-tree

v1.13.0

10 Jun 15:49
Compare
Choose a tag to compare

This release adds some features that may come in handy in specific use cases.

New features:

  • Allow using filename as fall-back for notes that do not have a title
  • Allow using a custom README filename different from README.md
  • Allow including upward navigation in subdirectory README files

v1.12.0

18 Dec 12:13
Compare
Choose a tag to compare

This release adds an option for configuring the number of spaces for indentation. It also includes some configuration to allow the tool to be used as a pre-commit plugin.

New features:

  • Allow configuring the number of spaces to use for indentation
  • Allow the tool to be used as a pre-commit plugin (thanks @ahgraber for the idea!)

v1.11.2

10 Oct 10:57
Compare
Choose a tag to compare

This release fixes a YAML parsing vulnerability that could be exploited by maliciously crafted YAML front matter.

Fixes:

  • Improve safety of YAML parsing by updating the front-matter package (this only matters if you run the tool on files that you cannot trust, see the vulnerability report for more information)

v1.11.1

16 Aug 10:28
Compare
Choose a tag to compare

This release includes some very small improvements.

Fixes:

  • Remove unnecessary escaping in titles

Other:

  • Reduce package size by not including unit tests
  • Improve documentation

v1.11.0

12 Jun 22:34
Compare
Choose a tag to compare

This release adds actual Markdown parsing under the hood, which results in a bunch of new features and fixes.

New features:

  • Allow content before note/subdirectory title
  • Allow and preserve content before subdirectory README description markers

Fixes:

  • Properly escape content from titles and folder names as needed
  • Properly handle spaces in folder names
  • Ignore marker comments inside code snippets etc.