Update Specter Desktop to v1.14.1 (#327)

This commit is contained in:
Michael Henke 2022-12-09 06:18:06 -08:00 committed by GitHub
parent 0131edbdd0
commit 0e7e33b3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 7 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 25441
web:
image: lncm/specter-desktop:v1.13.1@sha256:d277dec2a54fc77f3ccbc0f082183abce31e655b50f21da8d098f90fb734a15b
image: lncm/specter-desktop:v1.14.1@sha256:b12ff1da05af3adbd0abbd6616c806dde92ab0904b798d050080965a7a8a3a86
stop_signal: SIGINT
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: specter-desktop
category: Finance
name: Specter Desktop
version: "1.13.1"
version: "1.14.1"
tagline: Multisig with hardware wallets made easy
description: >-
Specter Desktop connects to the Bitcoin Core running on your Umbrel
@ -44,15 +44,31 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
- Bugfix: Hover effect in balance display #1904 (Manolis Mandrapilias)
- Feature: Spectrum addition #1952 (k9ert)
- Bugfix: Remove black empty bar in tx-table after search #1912 (relativisticelectron)
- Feature: Several things for Spectrum preparation #1913 (k9ert)
- Bugfix: Upgrade hwi to 2.1.1 to fix #1840 #1909 (k9ert)
- Feature: QR support for Jade #1964 (Manolis Mandrapilias)
- Privacy: Disabeling spellcheck to avoid any leakage to 3rd party servers #1892 (relativisticelectron)
- Feature: Add taproot psbt fields #1837 (kdmukai)
- UIUX: Clearer unconfirmed transaction icons #1899 (relativisticelectron)
- Feature: QR message signing for SeedSigner #1938 (kdmukai)
- Feature: Implement JWT authentication in REST API #1785 (Ankur)
- Feature: Deactivate hot wallets for Spectrum #1999 (Manolis Mandrapilias)
- Feature: Extensions can add new devices #1887 (k9ert)
- Feature: `--devstatus-threshold` for cli_server #1945 (k9ert)
- Security: CVE-2007-4559 Patch #1927 (TrellixVulnTeam)
- Bugfix: Adding migrations to the hidden imports #2007 (k9ert)
- Bugfix: Bump Spectrum for better error_handling (k9ert)
Full changelog can be found here: https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.14.1
submitter: k9ert
submission: https://github.com/getumbrel/umbrel/pull/339