From 002df2fdf31f05b519b94910e7512d8d8e0d8d57 Mon Sep 17 00:00:00 2001 From: scratchy <88706813+scratchscratchscratchy@users.noreply.github.com> Date: Thu, 18 Aug 2022 02:50:15 +1000 Subject: [PATCH] Update ItchySats to v0.5.5 (#113) --- itchysats/docker-compose.yml | 2 +- itchysats/umbrel-app.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/itchysats/docker-compose.yml b/itchysats/docker-compose.yml index 0a25042..99f5215 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.5.4@sha256:9fa1a461cbe9760944c5a471343064177a5ad3a497787ddcee72b598006d3bcb + image: ghcr.io/itchysats/itchysats/taker:0.5.5@sha256:0cad22e242288d95f7128261034b336b14fa4888f9851177d88d7e3105c93e99 restart: on-failure stop_grace_period: 1m volumes: diff --git a/itchysats/umbrel-app.yml b/itchysats/umbrel-app.yml index 42dd0d2..3705cb0 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.5.4" +version: "0.5.5" tagline: Peer-2-peer derivatives on Bitcoin description: >- ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs @@ -58,6 +58,6 @@ defaultUsername: itchysats deterministicPassword: true torOnly: false releaseNotes: >- - This release is deprecating the remaining old network protocols. - The old network protocol stack will be removed with the next release. - Please upgrade to keep compatibility. \ No newline at end of file + This release fixes a rare but critical bug where the state of the application was not updated correctly resulting in unexpectedly force-closing positions. + Furthermore, this release improves connection stability. + It is recommended to update to this version to ensure position are not unexpectedly force-closed. \ No newline at end of file