From 0a0452abd5fc64231ca5f96c24c1f74c807f0335 Mon Sep 17 00:00:00 2001 From: WoofBot Date: Fri, 30 Sep 2022 14:41:48 +0300 Subject: [PATCH] Update WoofBot to v0.4.0 (#177) --- woofbot/docker-compose.yml | 2 +- woofbot/umbrel-app.yml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index ac286b5..6f4ad09 100644 --- a/woofbot/docker-compose.yml +++ b/woofbot/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_HOST: $APP_WOOFBOT_WEB_IP APP_PORT: 8080 web: - image: woofbot/woofbot:v0.3.0@sha256:69a78087386ab3c2d1cfb2cac268c377c3cf67bcb1c39b733bd9de93b8a57b49 + image: woofbot/woofbot:v0.4.0@sha256:f84754c41668d256a917553a36e9b7e34241eedb541507a036ccd713a1a196b9 restart: on-failure stop_grace_period: 1m environment: diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index 2b652b6..341681b 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.3.0" +version: "0.4.0" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -22,8 +22,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - - New feature: Get notified when the mempool is cleared + - Bugfix: Handling transaction ids that are not yet in the mempool - - Bugfix: Due to Bitcoin RPC API changes, we now read a different address field - - - Minor UX changes + - UX: Removing short commands. When commands are called without parameters the user is asked to fill them in a reply message.