mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update Specter Desktop app to v1.13.0 (#160)
This commit is contained in:
parent
f6d132c786
commit
c58726fece
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: $APP_SPECTER_DESKTOP_PORT
|
APP_PORT: $APP_SPECTER_DESKTOP_PORT
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: lncm/specter-desktop:v1.12.0@sha256:4559e857f525edae43e9a17f338c92b94f3df2b5df927802b6e0c0d97d2a38e5
|
image: lncm/specter-desktop:v1.13.0@sha256:4e140c455fb3b421c0143794ca584f0b6fd8f0eec0dadcf0aeb164176c1e39dd
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: specter-desktop
|
id: specter-desktop
|
||||||
category: Finance
|
category: Finance
|
||||||
name: Specter Desktop
|
name: Specter Desktop
|
||||||
version: "1.12.0"
|
version: "1.13.0"
|
||||||
tagline: Multisig with hardware wallets made easy
|
tagline: Multisig with hardware wallets made easy
|
||||||
description: >-
|
description: >-
|
||||||
Specter Desktop connects to the Bitcoin Core running on your Umbrel
|
Specter Desktop connects to the Bitcoin Core running on your Umbrel
|
||||||
@ -44,22 +44,30 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >-
|
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...
|
- And many other bugfixes...
|
||||||
|
Loading…
Reference in New Issue
Block a user