Skip to content

fix(release-notes): correct v26.12.0 cross-device sync claim#5

Merged
DocNR merged 1 commit into
mainfrom
fix/release-note-26.12.0-copy
Jun 13, 2026
Merged

fix(release-notes): correct v26.12.0 cross-device sync claim#5
DocNR merged 1 commit into
mainfrom
fix/release-note-26.12.0-copy

Conversation

@DocNR

@DocNR DocNR commented Jun 13, 2026

Copy link
Copy Markdown
Owner

The v26.12.0 "What's new" highlight claimed the Home Notes/Notes-and-replies preference syncs to your other devices automatically. It does not.

Actual behavior (verified in code):

  • updateColumnConfigsetActiveDeckColumns writes feedTab to the deck's live columns in WORKSPACES_BY_ACCOUNT localStorage. Survives reload, no publish.
  • NIP-78 encodeWorkspace emits savedColumns, and publishWorkspace fires only on a deck save/create/rename/delete — not on updateColumnConfig.
  • So the preference reaches the kind-30078 deck event (and other devices) only after the user saves the deck.

Fix: corrected the second highlight from "syncs to your other devices" to "Save your deck to carry the choice to your other devices." Corrected in place at 26.12.0, no version bump — the release shipped minutes ago, so the dialog renders the fixed copy for anyone who hasn't dismissed it yet; package.json stays matched at 26.12.0.

Verified: prettier --check clean, tsc -b clean.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying jank with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8ac8e4d
Status:⚡️  Build in progress...

View logs

@DocNR DocNR merged commit d1eaf0a into main Jun 13, 2026
1 of 2 checks passed
DocNR added a commit that referenced this pull request Jun 13, 2026
The What's-new dialog only shows release entries NEWER than the user's
stored lastSeenReleaseVersion, and requires an entry whose version ===
APP_VERSION (src/lib/release-notes.ts). #5 corrected the 26.12.0 copy in
place without a version bump, so every user who had already dismissed the
26.12.0 dialog (lastSeen === current) — and first-run users, who never see
the dialog at all — never received the correction.

Move the corrected entry to 26.12.1 and bump package.json to match.
Verified: getUnseenReleaseNotes('26.12.0','26.12.1',NOTES) => ['26.12.1'].

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant