Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.15 KB

Change Log

0.0.12

  • Implement a much faster tree building algorithm (issue #55)

0.0.11

  • Use location ranges to determine symbol containment

0.0.10

  • Expand namespaces, packages, classes and structures by default (can be configured in settings)
  • Default to no sorting (can still be enabled in settings)

0.0.9

  • Improved scrolling and correct handling for split editing

0.0.8

0.0.7

  • Clear the tree when editor is closed
  • Fix Cannot read property 'children' of undefined error

0.0.6

  • Fix some icons being raster bitmaps

0.0.5

  • Refresh the outline when the document is saved or reloaded from disk

0.0.4

  • Better icon consistency with VSCode
  • Support for light themes

0.0.3

  • Added a refresh button

0.0.2

  • Clicking items activates the editor

0.0.1

  • Initial release