Update WoofBot to v0.4.6 (#333)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
WoofBot 2022-12-14 17:02:11 +02:00 committed by GitHub
parent 72e6e36992
commit d42e9c34aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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