Bump to v0.9.11 — notification cleanup, bookmark fixes

Follower notifications moved to Follows-only, deduped by pubkey.
Article bookmarks now appear under Articles tab. Updated docs.
This commit is contained in:
Jure
2026-03-30 08:32:28 +02:00
parent a507841292
commit 1d86023779
7 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -6157,7 +6157,7 @@ dependencies = [
[[package]]
name = "wrystr"
version = "0.9.10"
version = "0.9.11"
dependencies = [
"keyring",
"rusqlite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.10"
version = "0.9.11"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Wrystr",
"version": "0.9.10",
"version": "0.9.11",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",