Releases: moalamri/vscode-inline-fold
Releases · moalamri/vscode-inline-fold
Release v0.2.6
Release v0.2.5
- feat: trigger folding when the editor is not active by @nix6839
Release v0.2.4
Release v0.2.3
Release v0.2.2
Release v0.2.1
What's Changed
- docs by @moalamri in #75
- Update README.md by @moalamri in #76
- language-specific settings by @Zer0xTJ in #81
- feat: add astro as a supported language. by @Aunali321 in #79
- v0.2.0 by @moalamri in #82
- New settings v0.2.1 by @moalamri in #83
New Contributors
- @Zer0xTJ made their first contribution in #81
- @Aunali321 made their first contribution in #79
Full Changelog: v0.1.10...v0.2.1
Release v0.1.10
v0.1.10:
- fix: #63
Release v0.1.9
- fix: extension crashing when the regex is misconfigured.
- now all the extensions commands starts with
Inline Fold:
Release v0.1.8
v 0.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
Clear 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).