Update Specter Desktop app to v1.13.0 (#160)

This commit is contained in:
Michael Henke 2022-09-26 04:50:06 -07:00 committed by GitHub
parent f6d132c786
commit c58726fece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 11 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_SPECTER_DESKTOP_PORT
web:
image: lncm/specter-desktop:v1.12.0@sha256:4559e857f525edae43e9a17f338c92b94f3df2b5df927802b6e0c0d97d2a38e5
image: lncm/specter-desktop:v1.13.0@sha256:4e140c455fb3b421c0143794ca584f0b6fd8f0eec0dadcf0aeb164176c1e39dd
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.12.0"
version: "1.13.0"
tagline: Multisig with hardware wallets made easy
description: >-
Specter Desktop connects to the Bitcoin Core running on your Umbrel
@ -44,22 +44,30 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
- Feature: add faucet and exfund extensions #1820 (Stepan Snigirev)
- Feature: Improve Dev-Console #1850 (k9ert)
- Feature: Dev tools - Adding full python access via javascript for developers #1842 (relativisticelectron)
- Feature: Menu extensions can extend menus #1648 (k9ert)
- UIUX: Complete overhaul of the tooltips used in Specter Desktop #1813 (Manolis Mandrapilias)
- UIUX: Adding "Open Bitcoin app" verbiage to Ledger Upload Keys page #1868 (wombat6)
- UIUX: Easier adding and deleting of recipients #1782 (relativisticelectron)
- UIUX: Better balance display #1841 (relativisticelectron)
- UIUX: Optimize tx-table for mobile screen #1804 (relativisticelectron)
- UIUX: Do not hide elements by default #1854 (relativisticelectron)
- Mobile: Some extra height in mobile browsers #1827 (relativisticelectron)
- UIUX: Individual HWI progess for Ledger devices #1864 (Manolis Mandrapilias)
- Bugfix: Allow mouse selection during address label editing for Firefox #1825 (relativisticelectron)
- Mobile: Better width settings #1828 (relativisticelectron)
- Bugfix: Another broken html part and b tag #1823 (relativisticelectron)
- Mobile: Optimisation of tx-table #1852 (Manolis Mandrapilias)
- Bugfix: Fiat price in address table not visible #1836 (relativisticelectron)
- Bugfix: Add non-witness-utxos and xpubs when using hwi with ledger #1888 (Salvatore Ingala)
- Bugfix: Escaped HTML in messages and errors #1890 (relativisticelectron)
- Bugfix: HTML escaped on Cobo and Coldcard Upload Keys page #1871 (wombat6)
- Bugfix: Missing values in tx details #1862 (relativisticelectron)
- Bugfix: during loading: KeyError: 'blocks' #1859 (relativisticelectron)
- And many other bugfixes...