Skip to content

Commit

Permalink
v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 29, 2024
1 parent 054c9ab commit fd40ebc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.24.0 | 2024-10-29
- fix: use `perFiles` even if `defaultFoldingRangeProvider` isn't set
- add `Nudge foldings` command
- suport a list of languages as identifier
- add `include` rule
- add `foldBeforeFirstLine` flag to Begin/End rule
- add `nested` rules to indentation provider

## v0.23.1 | 2022-11-13
- fix indentation provider with filter

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "explicit-folding",
"displayName": "Explicit Folding",
"description": "Manually controls how and where to fold your code",
"version": "0.23.1",
"version": "0.24.0",
"author": {
"name": "Baptiste Augrain",
"email": "[email protected]"
Expand Down

0 comments on commit fd40ebc

Please sign in to comment.