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.12.0",
"version": "26.12.1",
"description": "A TweetDeck-style multi-column deck for Nostr — just another nostr klient",
"type": "module",
"author": "DocNR",
Expand Down
2 changes: 1 addition & 1 deletion src/release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type ReleaseNote = {

export const RELEASE_NOTES: ReleaseNote[] = [
{
version: '26.12.0',
version: '26.12.1',
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.",
Expand Down
Loading