diff --git a/alby-nostr-wallet-connect/docker-compose.yml b/alby-nostr-wallet-connect/docker-compose.yml index 3152d9d..58caeb5 100644 --- a/alby-nostr-wallet-connect/docker-compose.yml +++ b/alby-nostr-wallet-connect/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: 8080 PROXY_AUTH_ADD: "false" server: - image: ghcr.io/getalby/nostr-wallet-connect:0.3.0@sha256:c221f43f8b07b20ffe7db83d215ce1acfbd7aa985790d7e30a7fccfef867e2f7 + image: ghcr.io/getalby/nostr-wallet-connect:0.4.1@sha256:d1473f18ce706b542eaa7637dbab3bafa1e445aac32daffe3b31cbf91d329548 volumes: - ${APP_DATA_DIR}/data:/data - ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro @@ -18,4 +18,4 @@ services: DATABASE_URI: "/data/nostr-wallet-connect.db" COOKIE_SECRET: "666" restart: on-failure - stop_grace_period: 1m \ No newline at end of file + stop_grace_period: 1m diff --git a/alby-nostr-wallet-connect/umbrel-app.yml b/alby-nostr-wallet-connect/umbrel-app.yml index a085e40..630dee8 100644 --- a/alby-nostr-wallet-connect/umbrel-app.yml +++ b/alby-nostr-wallet-connect/umbrel-app.yml @@ -3,17 +3,16 @@ id: alby-nostr-wallet-connect name: Nostr Wallet Connect tagline: The power of the zaps at the tip of your fingers. category: finance -version: "0.3.0" +version: "0.4.1" port: 58000 description: >- - Connect your LND node over Nostr to zap directly from within supported apps like Damus & Amethyst. + Connect your LND node over Nostr. + Zap directly from within supported apps like Damus & Amethyst. - 🛠️ Instructions + Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst - - Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst - - - Damus (currently only on Testflight) video guide: https://streamable.com/bareih + Damus (currently only on Testflight) video guide: https://streamable.com/bareih developer: Alby website: http://getalby.com/ submitter: Alby @@ -25,9 +24,11 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - This release includes a number of bug fixes and improvements. Full release notes are available at https://github.com/getAlby/nostr-wallet-connect/releases/tag/0.3.0 + - This release adds the following Nostr Wallet Connect (NIP-47) extension methods: pay_keysend, make_invoice, lookup_invoice, list_transactions, get_balance, get_info which can be used by developers to make awesome apps powered by NWC. + + - Improved app connection UI. dependencies: - lightning path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: ""