Bump to v0.9.4 — search, follows, editor, polish

Search overhaul with dedicated NIP-50 relays, follows view, article
editor image previews, auto-expanding textareas, profile layout fix,
thread stability fix.
This commit is contained in:
Jure
2026-03-25 12:03:05 +01:00
parent ef21667d9f
commit f460a53875
6 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -6157,7 +6157,7 @@ dependencies = [
[[package]]
name = "wrystr"
version = "0.9.3"
version = "0.9.4"
dependencies = [
"keyring",
"rusqlite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.3"
version = "0.9.4"
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.3",
"version": "0.9.4",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",