Update ItchySats to v0.6.1 (#133)

This commit is contained in:
scratchy 2022-09-03 02:52:13 +10:00 committed by GitHub
parent ed486d5729
commit e7c76ca11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8000
web:
image: ghcr.io/itchysats/itchysats/taker:0.6.0@sha256:5d58c5015789b66bbb9a11fb3235651281c9d09aee47ab1c8dcf562dec767835
image: ghcr.io/itchysats/itchysats/taker:0.6.1@sha256:5ad0baea350bee41b6e828030ff37f7bb61359d381c7afd15f874ee2bf9d6c62
restart: on-failure
stop_grace_period: 1m
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: itchysats
category: Finance
name: ItchySats
version: "0.6.0"
version: "0.6.1"
tagline: Peer-2-peer derivatives on Bitcoin
description: >-
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
@ -60,5 +60,8 @@ defaultUsername: itchysats
deterministicPassword: true
torOnly: false
releaseNotes: >-
This release enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin.
With this release support for the legacy network stack is dropped; versions prior to 0.5.4 are not supported anymore and have to upgrade to maintain compatibility.
This release fixes a minor UI bug for 0.6.0.
Release 0.6.0 enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin.
With release 0.6.0 support for the legacy network stack is dropped; versions prior to 0.5.4 are not supported anymore and have to upgrade to maintain compatibility.