Skip to content

Releases: cdaven/noteexplorer

Release 0.3.0

13 Jul 06:26

Choose a tag to compare

  • Drop support for labels and sections in links ([[label|filename#section]])
  • Allow all characters in links, to make all invalid links findable with list-broken-links
  • Added missing pipe character (|) to list of illegal filename characters
  • Assume numerical IDs for faster searching
  • Match titles and filenames without case sensitivity

Release 0.2.1

31 Jan 15:49

Choose a tag to compare

Release 0.2.1.

  • Fix bug where parser missed links in nested ordered lists
  • Fix unit tests and testdata to work outside Windows
  • Build Linux binary with recommended target "x86_64-unknown-linux-musl"
  • Began experimenting with building/testing on Travis-CI for MacOS

Release 0.2.0

29 Jan 11:52

Choose a tag to compare

Release 0.2.0 Pre-release
Pre-release

Release 0.2.0 - January 29, 2021

  • New Markdown parser that supports YAML front matter and ignores code blocks
  • Searching for note files is much faster
  • Removed feature to have backlinks heading include newlines and tabs
  • Allow editing notes after backlinks section, and not overwrite it
  • The list-todos subcommand is renamed list-tasks

Release 0.1.1

19 Jan 20:54

Choose a tag to compare

A few minor bugfixes:

  • Don't count links to self as incoming/backlinks
  • Don't list backlinks more than once per linking page
  • When updating filenames, accept case differences
  • Allow non-word characters after ID

Release 0.1.0

19 Jan 12:20

Choose a tag to compare

Release 0.1.0 Pre-release
Pre-release

The very first release for Windows and Linux.