Skip to content

Releases: moalamri/vscode-inline-fold

Release v0.2.6

25 Sep 05:46
9097ee1
Compare
Choose a tag to compare

Release v0.2.5

21 Sep 07:40
af01992
Compare
Choose a tag to compare
  • feat: trigger folding when the editor is not active by @nix6839

Release v0.2.4

25 Apr 14:10
07d8b2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

Release v0.2.3

18 Feb 01:31
c9cfe59
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

24 Jan 00:57
68d93bc
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @0f1 made their first contribution in #89

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

19 Jan 02:05
355a750
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.2.1

Release v0.1.10

11 Oct 17:45
ced126d
Compare
Choose a tag to compare

v0.1.10:

Release v0.1.9

08 Oct 23:56
Compare
Choose a tag to compare
  • fix: extension crashing when the regex is misconfigured.
  • now all the extensions commands starts with Inline Fold:

Release v0.1.8

07 Oct 23:57
95feccf
Compare
Choose a tag to compare

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).