Skip to content

Latest commit

 

History

History
115 lines (73 loc) · 3.6 KB

RELEASE_NOTES.md

File metadata and controls

115 lines (73 loc) · 3.6 KB

Markdown IDE Release Notes

0.3.4

  • support uni-directional links (#88)
  • go-to-definition: ignore link anchors (#87)

0.3.3

  • enable bidi jumps to files without backlinks
  • bug fixes

0.3.2

  • automatically enable Tikibase mode when tikibase.json is present (#86)
  • compatibility with Tikibase 0.4.1

0.3.1

  • fix bug when renaming document titles (#80)
  • more performance optimizations (#81, #82)

0.3

A major release with tons of new features and improvements!

More auto-completions:

  • Markdown headings (#66)

More refactorings:

  • rename document titles (#45)

Better navigation within Markdown documents:

  • "go to definition" for Markdown links (#72)

More linting and auto-fixes:

  • optional integration of the Tikibase linter for advanced linting features
    • display linter errors in VSCode UI (#62)
    • run "tikibase fix" via a code action or the command palette (#69, #70, #71)

Nicer UI:

  • new logo (#73)
  • videos visualizing how features work (#75, #77)

Faster performance:

  • performance optimizations for faster, more concurrent filesystem operations (#57, #68, #57)

0.2.1

0.2

0.1

0.0.8

0.0.7

  • Incomplete search matches all entries

0.0.5

new features

bug fixes

0.0.4

New features

Internal