Bump to v0.4.0 — Phase 3: image lightbox, bookmarks, discover, language filter, UI polish

This commit is contained in:
Jure
2026-03-14 17:56:50 +01:00
parent af8a364e28
commit c8d2b05440
25 changed files with 670 additions and 61 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -5824,7 +5824,7 @@ dependencies = [
[[package]]
name = "wrystr"
version = "0.2.8"
version = "0.4.0"
dependencies = [
"keyring",
"rusqlite",

View File

@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.3.1"
version = "0.4.0"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Wrystr",
"version": "0.3.1",
"version": "0.4.0",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",