Skip to content

Commit

Permalink
Merge pull request #179 from mathworks/dklilley.release-1.2.6
Browse files Browse the repository at this point in the history
MATLAB extension for VS Code - v1.2.6
  • Loading branch information
dklilley authored Sep 20, 2024
2 parents 3df9129 + ff19b9d commit 4d08291
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.6] - 2024-09-20

### Fixed
- Patches CVE-2024-4067 and CVE-2024-43788
- Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)
- Improves syntax highlighting in MATLAB class definitions

## [1.2.5] - 2024-08-16

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.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
"icon": "public/L-Membrane_RGB_128x128.png",
"license": "MIT",
"version": "1.2.5",
"version": "1.2.6",
"engines": {
"vscode": "^1.67.0"
},
Expand Down Expand Up @@ -198,7 +198,6 @@
}
}
},

"languages": [
{
"id": "matlab",
Expand Down Expand Up @@ -277,5 +276,11 @@
"dependencies": {
"node-fetch": "^2.6.6",
"vscode-languageclient": "^8.0.2"
},
"__metadata": {
"id": "a41a2325-daf7-4cf4-beee-6c76190ad9fc",
"publisherDisplayName": "MathWorks",
"publisherId": "77ca8d5e-8b29-492a-8efb-4bd3de0c10c2",
"isPreReleaseVersion": false
}
}
}
2 changes: 1 addition & 1 deletion syntaxes

0 comments on commit 4d08291

Please sign in to comment.