From 4497419ce8afe025dc0bb193b70888bbceadc825 Mon Sep 17 00:00:00 2001 From: Alex71btc <105175715+Alex71btc@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:13:57 +0200 Subject: [PATCH] Restore NWC initialization after admin page startup refactor --- startos/versions/current.ts | 4 ++-- upstream | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/startos/versions/current.ts b/startos/versions/current.ts index 69229f3..4d37460 100644 --- a/startos/versions/current.ts +++ b/startos/versions/current.ts @@ -1,12 +1,12 @@ import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const current = VersionInfo.of({ - version: '0.3.0:1', + version: '0.3.0:2', releaseNotes: { en_US: - 'Major feature release introducing Transaction History with automatic synchronization of incoming and outgoing Lightning payments. Payments are classified by type (BOLT12, Lightning Address, LNURL, BOLT11, NWC, Zaps, and Keysend) while preserving application-specific metadata. This release also significantly improves the Nostr Wallet Connect (NWC) experience with enhanced connection management, integrated transaction history, persistent wallet metadata, and more reliable payment handling. Includes native Onion Messaging support for LND v0.21+, automatic payment API compatibility between LND v0.20.x and v0.21.x, UI improvements, performance optimizations, and numerous bug fixes.', + 'Follow-up release for Transaction History. Increases the default Transaction History API limit from 10 to 200 entries and restores Nostr Wallet Connect (NWC) initialization after the admin page startup refactor. Re-tested on LND v0.20.x and v0.21.x with BOLT12 Offers, LNURL, Lightning Address, BOLT11, NWC, Keysend and external wallet payments.', }, migrations: { diff --git a/upstream b/upstream index d20d9d8..54a4b5f 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit d20d9d89d8f31d74841bb8e016d0c438c358f403 +Subproject commit 54a4b5f5cb5858b48f8064cd490d6b775dc708f6