From 3695cdce94c2fda9933785d1a62672e098f05109 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Sat, 19 Sep 2026 02:36:14 -0400 Subject: [PATCH] Bump to 1.24.5: a JSON dictionary opened in the binary editor Ships the #24 fix: choosing the writable binary table for a JSON .sldd routed through an unconditional unzip and threw "invalid zip data"; it now hands the file to the view that fits its bytes. Also backfills the 1.24.4 changelog entry, which its own bump left out. --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c771f..783d23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f31d846..f72bf2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simulink-data-explorer", - "version": "1.24.4", + "version": "1.24.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simulink-data-explorer", - "version": "1.24.4", + "version": "1.24.5", "license": "BSD-3-Clause", "dependencies": { "@lit/context": "^1.1.6", diff --git a/package.json b/package.json index de5212e..6dcc006 100644 --- a/package.json +++ b/package.json @@ -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,