Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions src/release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading