From d42e9c34aa9966f74afbe73919919ba944b404ca Mon Sep 17 00:00:00 2001 From: WoofBot Date: Wed, 14 Dec 2022 17:02:11 +0200 Subject: [PATCH] Update WoofBot to v0.4.6 (#333) Co-authored-by: Steven Briscoe --- woofbot/docker-compose.yml | 3 ++- woofbot/umbrel-app.yml | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index 082e49f..9a92e41 100644 --- a/woofbot/docker-compose.yml +++ b/woofbot/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.4.0@sha256:f84754c41668d256a917553a36e9b7e34241eedb541507a036ccd713a1a196b9 + image: woofbot/woofbot:v0.4.6@sha256:dd6cf833c0f5ffc3003550671228ba610e66c300cb7889b72923e6070f67d5dc restart: on-failure stop_grace_period: 1m environment: @@ -18,6 +18,7 @@ services: APP_BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER APP_BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS APP_BITCOIN_RPC_PORT: $APP_BITCOIN_RPC_PORT + SERVER_LOGS_FILEPATH: /app/logs/server.log depends_on: - mongodb diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index 5e52431..894def7 100644 --- a/woofbot/umbrel-app.yml +++ b/woofbot/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: woofbot category: Finance name: WoofBot -version: "0.4.0" +version: "0.4.6" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -21,9 +21,11 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -releaseNotes: >- - - Bugfix: Handling transaction ids that are not yet in the mempool - - - UX: Removing short commands. When commands are called without parameters the user is asked to fill them in a reply message. +releaseNotes: > + - Bugfix: Handling flood of new blocks after long disconnection. + + - Feature: Showing current best block height when starting to watch new blocks. + + - Feature: Saving logs in internal log files, for debugging. submitter: WoofBotApp submission: https://github.com/getumbrel/umbrel-apps/pull/28 \ No newline at end of file