Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

82 lines (62 loc) · 3.79 KB

Change log:


v0.2.6:

v0.2.5:

  • feat: trigger folding when the editor is not active by @nix6839

v0.2.4:

v0.2.3:

  • feat: add option to change folding toggle to per file or workspace by @0f1
  • fix: #98

v0.2.2:

  • feat: add hover for folded content.
  • style: new extension icon by @0f1

v0.2.1:

  • feat: add option to disable the default configuration order.

v0.2.0:

  • feat: add language-specific settings #27 by @Zer0xTJ
  • feat: add astro as a supported language by @Aunali321

v0.1.10:

v0.1.9:

  • fix: extension crashing when the regex is misconfigured.
  • now all the extensions commands starts with Inline Fold:

v0.1.8:

  • feat: each session will have its own folding state (per file).
  • new: an option for default folding state when new file is opened #53 inlineFold.autoFold
  • new: a command to clear the current session folding state Inline Fold: Clear session cache.
  • fix: #23
  • fix: #50 by @e-medeiros
  • fix: #46 by @e-medeiros
  • fix: #39 by @e-medeiros
  • fix: #20 by @e-medeiros
  • perf: custom cache for the decorations per languageid (to avoid re-rendering the decorations when the language changes).

v0.1.7

  • new: add settings for auto-unfold when any part of the line is selected. @Zoha

v0.1.6

v0.1.5

  • cleaned up debugging code & removed unused imports

v0.1.4

  • fix: #19
  • fix: #17
  • optimized events debouncing.

v0.1.2

v0.1.1

  • (hotfix) Fixed issue that could cause the extension to crash.

v0.1.0

  • new: offsets to the visible part of the editor.
  • new: support for react out of the box #9 #10 #12
  • new: registered toggle command #1
  • update: default regex to support react.
  • fixed: multi cursor selection doesn't unfold text #6
  • fixed: no decoration when file has lines lower than visiual range

v0.0.8

  • perf: new approach to boost performance #2

v0.0.7

  • init version