From e7c76ca11f1753e3089b432b2be604031d2428b6 Mon Sep 17 00:00:00 2001 From: scratchy <88706813+scratchscratchscratchy@users.noreply.github.com> Date: Sat, 3 Sep 2022 02:52:13 +1000 Subject: [PATCH] Update ItchySats to v0.6.1 (#133) --- itchysats/docker-compose.yml | 2 +- itchysats/umbrel-app.yml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/itchysats/docker-compose.yml b/itchysats/docker-compose.yml index 92adeee..3442895 100644 --- a/itchysats/docker-compose.yml +++ b/itchysats/docker-compose.yml @@ -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: diff --git a/itchysats/umbrel-app.yml b/itchysats/umbrel-app.yml index 2fa038c..a825f9e 100644 --- a/itchysats/umbrel-app.yml +++ b/itchysats/umbrel-app.yml @@ -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. \ No newline at end of file + 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. \ No newline at end of file