Browse Source

Update Jam to v0.2.0 (#985)

main
Thebora Kompanioni 11 months ago
committed by GitHub
parent
commit
35584e1c5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      jam/docker-compose.yml
  2. 12
      jam/umbrel-app.yml

2
jam/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.6-clientserver-v0.9.10@sha256:92f80ceab43eea86fda4b16a90f478069e0cdd85b04bc97e25786764f4b8c4d1 image: ghcr.io/joinmarket-webui/jam-standalone:v0.2.0-clientserver-v0.9.11@sha256:fd6e763e48f079fa1d302cf9c44c8368d9cef39ed85d2790d52664cee1e75b4c
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

12
jam/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: jam id: jam
category: bitcoin category: bitcoin
name: Jam name: Jam
version: "0.1.6" version: "0.2.0"
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,15 +13,13 @@ 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: >-
- Import: Ability to import existing wallets - Feature: You can now renew an expired fidelity bond in a straightforward manner
- Fees: Fee estimations and limits are now shown before sending collaborative transactions - Fees: Sending funds now allows for customizable fee settings for both direct and collaborative sends
- New translations: Chinese, Italian, Brazilian Portuguese, German - Version: It's now readily apparent what version of Jam you're running, along with what version of JoinMarket
- UI: Frozen balances are now shown at the jar level - UI: Various UI improvements and bugfixes
- UI: Various interface enhancements and consistent styling
developer: JoinMarket WebUI Org. developer: JoinMarket WebUI Org.
website: https://jamapp.org website: https://jamapp.org
dependencies: dependencies:

Loading…
Cancel
Save