Update Jam to v0.1.5 (#413)

This commit is contained in:
Thebora Kompanioni 2023-02-13 23:31:22 +01:00 committed by GitHub
parent 2d3b0ef182
commit 7b0c1e1097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.4-clientserver-v0.9.8@sha256:0c7ea1a7d6d9eb8256c5f76753e7425b405ede58f597b04059dd804def60914a image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.5-clientserver-v0.9.9@sha256:c8bf944000eb8b3b5666ac037440a4904f9c3baa8665c52081a9e5092d6bd275
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: jam id: jam
category: Finance category: Finance
name: Jam name: Jam
version: "0.1.4" version: "0.1.5"
tagline: Your sats. Your privacy. Your profit. tagline: Your sats. Your privacy. Your profit.
description: >- description: >-
Jam is a user-interface for JoinMarket with focus on Jam is a user-interface for JoinMarket with focus on
@ -13,12 +13,18 @@ description: >-
The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect. The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.
releaseNotes: >- releaseNotes: >-
- Speed up initial page load - Fees: Allow min tx fee of 1sat/vbyte
- Ability to spend (expired) fidelity bond - Fees: Allow input for relative fee limit of 0.0001%
- Improved settings page with subsections - Bonds: Correctly display success screen after unlocking fb
developer: JoinMarket WebUI Organisation
- Sweep: Display success screen after a scheduler run completes
- Coin Control: Quick freeze/unfreeze utxos
- Coin Control: Show jar total amount in detail view
developer: JoinMarket WebUI Org.
website: https://jamapp.org website: https://jamapp.org
dependencies: dependencies:
- bitcoin - bitcoin
@ -33,5 +39,5 @@ path: ""
defaultUsername: umbrel defaultUsername: umbrel
defaultPassword: "" defaultPassword: ""
deterministicPassword: true deterministicPassword: true
submitter: JoinMarket WebUI Organisation submitter: JoinMarket WebUI Org.
submission: https://github.com/getumbrel/umbrel/pull/1216 submission: https://github.com/getumbrel/umbrel/pull/1216