From 0171ff842653cc2db5b5238060f7368975a64658 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Tue, 22 Sep 2026 02:37:06 -0400 Subject: [PATCH] Bump to 1.24.6: Modified marks survive closing one of two tabs A JSON dictionary open in two tabs (or split) lost every Modified mark in the surviving tab when the other closed, because the per-URI baseline was torn down per panel. Fixed in #31. --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783d23c..fcc144b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ GitHub Release. Entries before this file existed were reconstructed from those release tags. +## [1.24.6] — 2026-09-22 + +A dictionary open in two tabs keeps its Modified marks when one tab closes + ## [1.24.5] — 2026-09-19 Opening a JSON dictionary with the binary table editor no longer errors diff --git a/package-lock.json b/package-lock.json index f72bf2b..de0f090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simulink-data-explorer", - "version": "1.24.5", + "version": "1.24.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simulink-data-explorer", - "version": "1.24.5", + "version": "1.24.6", "license": "BSD-3-Clause", "dependencies": { "@lit/context": "^1.1.6", diff --git a/package.json b/package.json index 6dcc006..5798857 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.5", + "version": "1.24.6", "publisher": "mathworks", "icon": "media/icon.png", "private": true,