diff --git a/tallycoin-connect/docker-compose.yml b/tallycoin-connect/docker-compose.yml index a5149db..3c24322 100644 --- a/tallycoin-connect/docker-compose.yml +++ b/tallycoin-connect/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8123 web: - image: djbooth007/tallycoin_connect:v1.7.5@sha256:136b7e09e3681fa24f73176a1a68715354d2d4b0fa20ca4bbc11356ced3f0f1e + image: djbooth007/tallycoin_connect:v1.8.0@sha256:818868d99fcec7e0c371ff9b169b413627bc032218aa3aa0b7a99f14d0c598fd user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/tallycoin-connect/umbrel-app.yml b/tallycoin-connect/umbrel-app.yml index 246ba8e..49b0bfe 100644 --- a/tallycoin-connect/umbrel-app.yml +++ b/tallycoin-connect/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: tallycoin-connect category: Finance name: Tallycoin Connect -version: "1.7.5" +version: "1.8.0" tagline: Crowdfund donations directly to your Umbrel node with Tallycoin. description: Tallycoin is a crowdfunding platform with bitcoin and lightning donations. Together with the Tallycoin Connect app, you can receive donations directly to your Umbrel node. Zero fees! developer: djbooth007 @@ -19,6 +19,8 @@ gallery: path: "" deterministicPassword: true releaseNotes: >- - Added: On-chain wallet fallback (server-side) in case node is offline. + Added: LNURL and Lightning Address compatibility. + + Fixed: Mobile view of transaction page. submitter: d11n submission: https://github.com/getumbrel/umbrel/pull/1052