Skip to content

Commit 4488b7d

Browse files
authored
Merge pull request #309 from mathworks/dklilley/release/1.3.9
MATLAB extension for VS Code - v1.3.9
2 parents 3b12881 + c8f992c commit 4488b7d

19 files changed

Lines changed: 810 additions & 596 deletions

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.9] - 2026-03-09
11+
12+
### Added
13+
- Support for displaying wide CJK (Chinese, Japanese, and Korean) characters in the MATLAB terminal. (Addresses [mathworks/MATLAB-extension-for-vscode#266](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/266) and [mathworks/MATLAB-extension-for-vscode#276](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/276))
14+
15+
### Fixed
16+
- Resolves an issue starting MATLAB when the `HOME` environment variable is set to an invalid folder (Addresses [mathworks/MATLAB-extension-for-vscode#164](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/164))
17+
- Resolves an issue with extraneous debug sessions remaining after debugger is exited (Addresses [mathworks/MATLAB-extension-for-vscode#258](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/258))
18+
- Applied patches for CVE-2025-13465, CVE-2025-69873, CVE-2026-2327, CVE-2026-2391, CVE-2026-24001, CVE-2026-25547, CVE-2026-26996, CVE-2026-27601, CVE-2026-27903, and CVE-2026-27904
19+
1020
## [1.3.8] - 2026-01-09
1121

1222
### Added

0 commit comments

Comments
 (0)