Skip to content

Releases: Gerrnperl/outline-map

v1.4.0

24 Mar 08:29
Compare
Choose a tag to compare

Add

  • Find References when goto tag #59 @howin98
  • Provide outline sorting feature #54
  • Expand to the symbol under the cursor

Fix

  • Now the outline will not scroll automatically when in the manual follow mode #53

Other

  • Collapse pin state switch actions for less buttons in navigation bar

v1.3.2

24 Mar 08:50
Compare
Choose a tag to compare

Fix

  • Overlap items when the height of the outline is not enough #50
  • Other minor fixes

v1.3.1

24 Mar 09:00
Compare
Choose a tag to compare

Fix

  • Now search is case-insensitive (For normal search, case-sensitive is automatically enabled when you type a capital letter)
  • A failed search will not cause the outline running into an error state
  • Ignore scheme vscode-scm and workThroughSnippet

v1.3.0

24 Mar 08:59
Compare
Choose a tag to compare

Add

  • (preview) Workspace symbols
  • zh-cn translations for package.json
  • Add option whether to register region provider

Fix

  • keep expand state when editing
  • Keep the visibility of search field #47
  • Keep highlight on the closest outline node when the cursor is out of any symbol #34
  • Missed message when no symbol found
  • Disable auto-expansion when follow to cursor

Deprecate

  • configuration: outline-map.color, use workbench.colorCustomizations instead

v1.2.2

24 Mar 08:58
Compare
Choose a tag to compare

Fix

  • Semantic highlight conflict #49

Add

  • Text decoration for region and tag #49

v1.2.1

24 Mar 08:57
Compare
Choose a tag to compare

Fix

  • search field size

v1.2.0

24 Mar 08:56
Compare
Choose a tag to compare

Add

  • Region and tag support #43
    • Region and tag symbols
    • Syntax highlight
    • Region folding

v1.1.0

24 Mar 08:55
Compare
Choose a tag to compare

Add

  • Filter symbol #47

Other

  • A better search field

v1.0.0

24 Mar 08:53
Compare
Choose a tag to compare

Add

  • Now the outline is closer in appearance to vscode's built-in outline

  • Overlap Scrollbar

  • Search ~issue #28

Remove

  • configuration: outline-map.maxDepth
    use outline-map.defaultMaxDepth instead

  • configuration: outline-map.enableAutomaticIndentReduction
    the new outline comes with less indent, so this configuration is deprecated.

  • the 'stupid' rotation of the icon of the outline node

  • configuration: outline-map.expandOutlineMethod

Other

  • Replaced configuration option outline-map.follow: "cursor-always-open" with `outline-map.follow: "manual"

v0.8.1

24 Mar 08:52
Compare
Choose a tag to compare

Add

  • Show symbol details provided by vscode ~ issue #25

  • configuration: outline-map.customCSS ~ issue #23

Fix

  • Outline will automatically open when a new child is added now. ~ issue #27