Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jam to v0.1.3 #264

Merged
merged 1 commit into from
Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jam/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 80

jam:
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.2-clientserver-v0.9.8@sha256:c23fdf063d6221bc923fb1ad025c4e51b0b2f18968d3664e1f3964f43f51cd09
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.3-clientserver-v0.9.8@sha256:5cc26732bb3a868c454be8568cc425065b04b07eda63baad24a4d9c44971bb5c
restart: on-failure
stop_grace_period: 1m
init: true
Expand Down
8 changes: 6 additions & 2 deletions jam/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: jam
category: Finance
name: Jam
version: "0.1.2"
version: "0.1.3"
tagline: Your sats. Your privacy. Your profit.
description: >-
Jam is a user-interface for JoinMarket with focus on
Expand All @@ -13,7 +13,11 @@ description: >-

The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.
releaseNotes: >-
- Display error message if backend is unreachable
- Quickly review/adapt fee settings before sweeping

- Improved readability of Orderbook

- Wait for bitcoind to accept RPC calls
developer: JoinMarket WebUI Organisation
website: https://jamapp.org
dependencies:
Expand Down