Skip to content

1.16.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 09:11
· 43 commits to master since this release

What's Changed

  • Feature: Add "Auto-hide search bar" settings option. When set to true (by default), the search bar is hidden when there are few headings in the document.
  • Feature: The outline button is now hidden when there is 1 or 0 headings in the document.
  • Fix: "Toggle automatically on file open" works now as intended – it triggers the outline only once per note (#31).
  • Fix: Editing Toolbar shouldn't cause UI shifts when set to "following" anymore (#29).

Code changes

  • The outline is now set to display: none; instead of being removed from the DOM each time it is hidden (#30).
  • Introduce two new classes to manage backend outline logic – Outline and OutlineManager (#28).

Full Changelog: 1.15.1...1.16.0