Bump to v0.12.3 — fix direct messages

NIP-17 gift-wrapped DMs were silently dropped by NDK's fetchEvents.
Switched to subscribe-based fetch that correctly receives kind 1059.
This commit is contained in:
Jure
2026-04-06 12:49:40 +02:00
parent 111473ddb4
commit 262b2d36d5
5 changed files with 8 additions and 4 deletions

View File

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