- feat: trigger folding when the editor is not active by @nix6839
- feat: add hover for folded content.
- style: new extension icon by @0f1
- feat: add option to disable the default configuration order.
- feat: add language-specific settings #27 by @Zer0xTJ
- feat: add astro as a supported language by @Aunali321
- fix: #63
- fix: extension crashing when the regex is misconfigured.
- now all the extensions commands starts with
Inline Fold:
- 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).
- new: add settings for auto-unfold when any part of the line is selected. @Zoha
- fix: #24 by @JasperSurmont
- cleaned up debugging code & removed unused imports
- fix: #17
- (hotfix) Fixed issue that could cause the extension to crash.
- 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
- perf: new approach to boost performance #2
- init version