From 4445e64527cc2547e1c93b1a27181fa2febfa35d Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 6 Jan 2025 16:38:55 +1000 Subject: [PATCH] Update specter-desktop to version v2.1.1 (#2016) --- specter-desktop/docker-compose.yml | 4 ++-- specter-desktop/umbrel-app.yml | 23 +++++++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/specter-desktop/docker-compose.yml b/specter-desktop/docker-compose.yml index a9a9cbb..ffc9a43 100644 --- a/specter-desktop/docker-compose.yml +++ b/specter-desktop/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 25441 web: - image: lncm/specter-desktop:v2.0.2@sha256:aeda6dfaa3f82c7bd3e1c6ba61388df02bd0c22a59412d2bbed3c792fb0b3702 + image: lncm/specter-desktop:v2.1.1@sha256:cc3c718086efa4a906e0d6178e14288484cdf69c48d29becb58b8efd8524c5ef stop_signal: SIGINT restart: on-failure stop_grace_period: 1m @@ -23,4 +23,4 @@ services: BTC_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS BTC_RPC_HOST: $APP_BITCOIN_NODE_IP BTC_RPC_PORT: $APP_BITCOIN_RPC_PORT - BTC_RPC_PROTOCOL: http + BTC_RPC_PROTOCOL: http \ No newline at end of file diff --git a/specter-desktop/umbrel-app.yml b/specter-desktop/umbrel-app.yml index 7093797..6fcb264 100644 --- a/specter-desktop/umbrel-app.yml +++ b/specter-desktop/umbrel-app.yml @@ -1,13 +1,10 @@ -manifestVersion: 1.2 +manifestVersion: 1 id: specter-desktop category: bitcoin name: Specter Desktop -version: "2.0.2" +version: "2.1.1" tagline: Multisig with hardware wallets made easy description: >- - ⚠️ Removal Notice: Specter Desktop currently does not work with Bitcoin Core v28. Specter Desktop developers are aware of the issue: https://github.com/cryptoadvance/specter-desktop/issues/2473. - - Specter Desktop can be used to connect to the Bitcoin Core running on your Umbrel or an Electrum Server. It functions as a watch-only coordinator for multi-signature and single-key Bitcoin wallets. At the moment Specter Desktop is working with all major @@ -20,7 +17,7 @@ description: >- - Blockstream Jade - - ColdCard (optionally airgapped, using an SD card) + - ColdCard (optionally airgapped, using SD card) - Passport @@ -53,10 +50,16 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - ⚠️ As usual, please create a full backup of Specter before updating by going to Settings in the app and clicking "Download Specter backup (zip file). + 🎉 Specter Desktop is back on the umbrelOS app store and compatible with the latest version of Bitcoin Core! - This is a large update that takes Specter Desktop from 1.14.5 to 2.0.2! Full release notes and detailed information is available at https://github.com/cryptoadvance/specter-desktop/releases + Key changes in this release: + - Specter Desktop is now compatible with Bitcoin Core v28.0 + - Added wallet export to Jade via QR codes + - Fixed backup zip download issues + - Various bug fixes and improvements + + + Full release notes and detailed information is available at https://github.com/cryptoadvance/specter-desktop/releases submitter: k9ert -submission: https://github.com/getumbrel/umbrel/pull/339 -disabled: true \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/pull/339 \ No newline at end of file