Skip to content

Commit ff19b9d

Browse files
committed
v1.2.6 commit
1 parent 3df9129 commit ff19b9d

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.6] - 2024-09-20
11+
1012
### Fixed
1113
- Patches CVE-2024-4067 and CVE-2024-43788
14+
- Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)
15+
- Improves syntax highlighting in MATLAB class definitions
1216

1317
## [1.2.5] - 2024-08-16
1418

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
55
"icon": "public/L-Membrane_RGB_128x128.png",
66
"license": "MIT",
7-
"version": "1.2.5",
7+
"version": "1.2.6",
88
"engines": {
99
"vscode": "^1.67.0"
1010
},
@@ -198,7 +198,6 @@
198198
}
199199
}
200200
},
201-
202201
"languages": [
203202
{
204203
"id": "matlab",
@@ -277,5 +276,11 @@
277276
"dependencies": {
278277
"node-fetch": "^2.6.6",
279278
"vscode-languageclient": "^8.0.2"
279+
},
280+
"__metadata": {
281+
"id": "a41a2325-daf7-4cf4-beee-6c76190ad9fc",
282+
"publisherDisplayName": "MathWorks",
283+
"publisherId": "77ca8d5e-8b29-492a-8efb-4bd3de0c10c2",
284+
"isPreReleaseVersion": false
280285
}
281-
}
286+
}

0 commit comments

Comments
 (0)