Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

52 lines (25 loc) · 2.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2023-07-17)

⚠ BREAKING CHANGES

  • removed the options to sync folds between the editor and the Outline view. Because of the internal Obsidian changes, this logic has been broken for a while and has been removed.

Bug Fixes

  • no longer causes a split view to appear when opening a file. (8d556cb)

0.6.6 (2022-12-29)

Bug Fixes

  • take blockId into consideration when bug fix for 'crease current folds' command #21 (#36) (ce3c85b)
  • take blockId into consideration when calling 'toggleCrease' (f854847)

0.6.5 (2022-07-02)

Bug Fixes

  • remove ghost panes introduced in Obsidian 0.15.X (5e26f92)

0.6.4 (2022-04-16)

Bug Fixes

  • "Toggle Crease" command now respects block-ids (3f5fde3), closes #21

0.6.3 (2022-04-16)

Features

  • outline: add bidirectional sync to outline view (bf2f24e), closes #24 #19

0.6.2 (2022-04-16)

Bug Fixes

  • iron out creases should not remove newlines (08fff95)