Skip to content

Commit 836f1ab

Browse files
authored
Merge pull request #77 from mathworks/dklilley-release-1.1.5
MATLAB extension for VS Code - v1.1.5
2 parents e97d155 + 2099b0d commit 836f1ab

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.5] - 2023-12-06
11+
12+
### Fixed
13+
- Fixed code navigation when using with MATLAB R2024a
14+
- Handle symbolic link to MATLAB when linting with mlint (Thanks @MoetaYuko!)
15+
- Handle maca64 architecture when linting with mlint (Thanks @tiagovla!)
16+
1017
## [1.1.4] - 2023-10-16
1118

1219
### Added

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.1.4",
7+
"version": "1.1.5",
88
"engines": {
99
"vscode": "^1.67.0"
1010
},

0 commit comments

Comments
 (0)