File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.3.1] -- 2023-12-06
4
+
5
+ ### Fixed
6
+
7
+ - Performance: Only call ` getConfiguration ` to lazily initialize settings, and in the _ configuration changed_ callback.
8
+
3
9
## [ 1.3.0] -- 2023-11-23
4
10
5
11
### Added
Original file line number Diff line number Diff line change @@ -254,4 +254,8 @@ Initial release of _Navi Parens_.
254
254
* Includes LaTeX matrix and equation environment delimiters in defaults.
255
255
* Next character, previous character commands that skip over multicharacter delimiters.
256
256
257
+ ### 1.3.1
258
+
259
+ Emergency release fixing a performance regression.
260
+
257
261
[ changelog ] : https://marketplace.visualstudio.com/items/lukstafi.navi-parens/changelog
Original file line number Diff line number Diff line change 4
4
"displayName" : " Navi Parens" ,
5
5
"description" : " Navigate structured code with convenient key shortcuts." ,
6
6
"icon" : " iconSmall.png" ,
7
- "version" : " 1.3.0 " ,
7
+ "version" : " 1.3.1 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.75.0"
10
10
},
You can’t perform that action at this time.
0 commit comments