mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update WoofBot to v0.4.0 (#177)
This commit is contained in:
parent
5d21431fbb
commit
0a0452abd5
@ -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:
|
||||
|
@ -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…
Reference in New Issue
Block a user