Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion upstream