Browse Source

Update WoofBot to v0.4.0 (#177)

main
WoofBot 2 years ago
committed by GitHub
parent
commit
0a0452abd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      woofbot/docker-compose.yml
  2. 8
      woofbot/umbrel-app.yml

2
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:

8
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.

Loading…
Cancel
Save