From 8ac8e4db25a93fa2909041bc19a3ae8451524603 Mon Sep 17 00:00:00 2001 From: DocNR Date: Sat, 13 Jun 2026 16:47:08 -0400 Subject: [PATCH] fix(release-notes): correct v26.12.0 cross-device sync claim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Home feedTab preference is written to the deck's live columns in localStorage on toggle (survives reload, no publish). It only reaches the kind-30078 deck event — and therefore other devices — after the user SAVES the deck (encodeWorkspace emits savedColumns; publishWorkspace fires on deck save, not on updateColumnConfig). The old highlight claimed automatic cross-device sync. Corrected in place; no version bump (26.12.0 shipped minutes ago, so the dialog re-renders the fixed copy for anyone who has not seen it yet). Co-Authored-By: Claude Opus 4.8 (1M context) --- src/release-notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release-notes.ts b/src/release-notes.ts index fafe8d6..3f1bcca 100644 --- a/src/release-notes.ts +++ b/src/release-notes.ts @@ -19,7 +19,7 @@ export const RELEASE_NOTES: ReleaseNote[] = [ date: '2026-06-13', highlights: [ "Your Home columns now remember whether you're viewing Notes or Notes and replies. Switch to Notes and replies and it stays that way after a reload, instead of resetting to Notes every time.", - 'The choice is saved per column and syncs to your other devices, so each Home column keeps its own setting.' + 'Each Home column keeps its own setting. Save your deck to carry the choice to your other devices.' ] }, {