Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ GitHub Release.

Entries before this file existed were reconstructed from those release tags.

## [1.24.5] — 2026-09-19

Opening a JSON dictionary with the binary table editor no longer errors

## [1.24.4] — 2026-09-18

A struct's fields in a current-MATLAB .sldd

## [1.24.3] — 2026-09-18

An array inside a cell in a binary .sldd
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simulink-data-explorer",
"displayName": "Simulink Data Explorer",
"description": "Explore Simulink models, data dictionaries, MAT-files, and projects as interactive tables and relationship trees.",
"version": "1.24.4",
"version": "1.24.5",
"publisher": "mathworks",
"icon": "media/icon.png",
"private": true,
Expand Down
Loading