umbrel-apps/specter-desktop/umbrel-app.yml
Michael Henke 8131a65ec1
Update Specter Desktop to v1.14.2 (#338)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-12-22 22:57:31 +00:00

82 lines
2.5 KiB
YAML

manifestVersion: 1
id: specter-desktop
category: Finance
name: Specter Desktop
version: "1.14.2"
tagline: Multisig with hardware wallets made easy
description: >-
Specter Desktop connects to the Bitcoin Core running on your Umbrel
and functions as a watch-only coordinator for multi-signature and single-key
Bitcoin wallets. At the moment Specter Desktop is working with all major
hardware wallets including:
- Trezor
- Ledger
- KeepKey
- BitBox02
- ColdCard (optionally airgapped, using an SD card)
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
- Specter DIY (optionally airgapped, using QR codes)
- Cobo (airgapped, using QR codes)
Specter Desktop also supports using the Bitcoin Core on your Umbrel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up.
developer: Crypto Advance
website: https://specter.solutions
dependencies:
- bitcoin
repo: https://github.com/cryptoadvance/specter-desktop
support: https://t.me/spectersupport
port: 25441
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
- UIUX: Address labeling revamp #1978 (OTK & Manolis Mandrapilias)
- UIUX: Better node selection #1987 (Manolis Mandrapilias)
- UIUX: Update Passport connection instructions #2010 (BitcoinQnA)
- Bugfix: Long loading time of wallets at start-up with Spectrum #2015 (k9ert)
- Bugfix: Merkle proofs with Spectrum #2012 (k9ert)
- Bugfix: Addressinfo edge case fixed #2001 (relativisticelectron)
- Bugfix: Version not properly detected #2020 (k9ert)
- Chore: Generic error handling for API calls #2014 (k9ert)
- Chore: Moving the Spectrum extension to a core extension #2011 (k9ert)
- Chore: Bump qs from 6.5.2 to 6.5.3 in /pyinstaller/electron #2002 (dependabot[bot])
- Chore: Bump Spectrum and Python version #2027 (Manolis Mandrapilias)
- Chore: Cypress test for address labeling #2021 (Manolis Mandrapilias)
- Chore: Fix nix shell by generating hashes with pip-compile #2016 (hodlwave)
- Docs: Corrected build instructions #1996 (relativisticelectron)
Full changelog can be found here: https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.14.2
Compare to previous version: https://github.com/cryptoadvance/specter-desktop/compare/v1.14.1...v1.14.2
submitter: k9ert
submission: https://github.com/getumbrel/umbrel/pull/339