diff --git a/woofbot-lnd/docker-compose.yml b/woofbot-lnd/docker-compose.yml index 3bd44f75..84143525 100644 --- a/woofbot-lnd/docker-compose.yml +++ b/woofbot-lnd/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956 + image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7 user: 1000:1000 restart: on-failure stop_grace_period: 1m diff --git a/woofbot-lnd/umbrel-app.yml b/woofbot-lnd/umbrel-app.yml index a6f43d3c..c383b2a3 100644 --- a/woofbot-lnd/umbrel-app.yml +++ b/woofbot-lnd/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: woofbot-lnd category: Finance name: WoofBot (LND) -version: "0.7.0" +version: "0.7.1" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -26,10 +26,8 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - - Notification when a lightning channel is opened + - Bug fixes and improved textual descriptions - - Notification when a lightning channel is closed - - - Notification on payment forwarding + - Show user's lightning-related watches in dashboard submitter: WoofBotApp submission: https://github.com/getumbrel/umbrel-apps/pull/442 diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index d97ab2ae..709102e4 100644 --- a/woofbot/docker-compose.yml +++ b/woofbot/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956 + image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7 user: 1000:1000 restart: on-failure stop_grace_period: 1m diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index ac95d7f3..3a4b7128 100644 --- a/woofbot/umbrel-app.yml +++ b/woofbot/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: woofbot category: Finance name: WoofBot (without Lightning) -version: "0.7.0" +version: "0.7.1" tagline: A chatbot for your personal node description: >- WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications @@ -25,6 +25,6 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - - Renamed app to "WoofBot without Lightning". + - Bug fixes and improved textual descriptions submitter: WoofBotApp submission: https://github.com/getumbrel/umbrel-apps/pull/28