From 05a2817d0e59971b823ddf1db748e54f18d98ac9 Mon Sep 17 00:00:00 2001 From: DocNR Date: Sun, 14 Jun 2026 08:54:00 -0400 Subject: [PATCH] chore(release): v26.14.0 verified zaps + signer-approval indicator Announce the two features merged on top of v26.13.1 (zap-receipt validation, remote-signer waiting indicator + timeout). package.json bump + a newest-first release-notes entry to arm the in-app "What's new" dialog. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src/release-notes.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c753ff..2ec75ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jank", - "version": "26.13.1", + "version": "26.14.0", "description": "A TweetDeck-style multi-column deck for Nostr — just another nostr klient", "type": "module", "author": "DocNR", diff --git a/src/release-notes.ts b/src/release-notes.ts index aeae8ce..392a143 100644 --- a/src/release-notes.ts +++ b/src/release-notes.ts @@ -14,6 +14,14 @@ export type ReleaseNote = { } export const RELEASE_NOTES: ReleaseNote[] = [ + { + version: '26.14.0', + date: '2026-06-14', + highlights: [ + "Zap counts are now verified. Each zap receipt is checked against the sender's lightning provider before it counts, so forged zaps can no longer inflate the totals on notes or in your notifications.", + 'Remote signing is clearer. When a post or action is waiting on your remote signer to approve it (a bunker, Amber, and similar), a quiet "waiting for approval" hint now appears, and the request times out instead of hanging if your signer never responds.' + ] + }, { version: '26.13.1', date: '2026-06-14',