Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 774 Bytes

CHANGELOG.md

File metadata and controls

16 lines (14 loc) · 774 Bytes

0.1.0 - First Release

  • Outline View
  • Auto save when outline view enabled.

0.1.1 - Patch

  • Fixed #3

0.2 - Second Release

  • Outline view automatically refreshes on save.
  • Outline view highlights possible errors (i.e. non-sequential headers) as warnings.
  • Removed manual refresh button. Refresh command still works, but will likely be removed in later versions as refresh now happens on save.
  • Added Markdown Scopes to Settings.
    • Defaults: 'source.gfm', 'text.md', 'text.plain', 'text.plain.null-grammar'
  • Fixed #4
  • Fixed#5
  • Fixed#6