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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alex71btc/lndk:start9-20260402 AS lndkstage
FROM alex71btc/lndk:amountless-fix-v2 AS lndkstage

FROM python:3.11-slim

Expand Down
5 changes: 3 additions & 2 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk'

export const current = VersionInfo.of({
version: '0.2.104:0',
version: '0.2.106:0',

releaseNotes: {
en_US:
'Updated bundled lndk-pay to 0.2.104. Added authenticated payment API checks and CSRF protection. Added domain configuration documentation for BIP353, LNURL and Cloudflare DNS setup.',
'Added Privacy Mode. Optional BOLT12 + BIP353 only operation without LNURL endpoints. Improved setup UI and payment mode selection.',
},
migrations: {
up: async () => {},
Expand Down
Loading