Skip to content

Commit

Permalink
Use Changelog for the next version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Jan 31, 2023
1 parent 32cbef7 commit d2f8ebc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.2.0] -- 2023-01-31

### Fixed

- Fixed multicharacter delimiters navigation bugs (double-counting delimiters that are prefixes of longer delimiters).

### Changed

- Uses the brackets scope intersecting with the target endpoint of a block scope for navigation decisions.
- Checks for intersection of a brackets scope with a block scope instead of inclusion, when deciding if a sibling scope fits within the limiting (encompassing) scope.

## [1.1.1] -- 2022-12-20

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,9 @@ Initial release of Navi Parens.
* Multicharacter delimiters for the RAW brackets mode!
* Improvements to the Indentation block mode navigation.

### 1.2.0

* Bug fix in multicharacter delimiters handling.
* Improved interaction of indentation scopes and brackets scopes: when a brackets scope is intersected by the endpoint of an indentation scope, use the brackets scope for the target position.

[changelog]: https://marketplace.visualstudio.com/items/lukstafi.navi-parens/changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Navi Parens",
"description": "Navigate structured code with convenient key shortcuts.",
"icon": "iconSmall.png",
"version": "1.1.1",
"version": "1.2.0",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit d2f8ebc

Please sign in to comment.