Skip to content

v1.0.0

Compare
Choose a tag to compare
@Gerrnperl Gerrnperl released this 24 Mar 08:53
· 73 commits to main since this release

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"