diff --git a/lndboss/docker-compose.yml b/lndboss/docker-compose.yml index f39c021..5fa83cd 100644 --- a/lndboss/docker-compose.yml +++ b/lndboss/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8055 web: - image: niteshbalusu/lndboss:v2.17.3@sha256:9ebf2b82ca0bbe2bf3ade790b4b4ff81e1b1e1afcdf2caa32330ab2798eb9c4a + image: niteshbalusu/lndboss:2.19.1@sha256:2dddce26e0ffcce049896cf8f813740f1c8cdea85d77b8445cafa296c4d7d7f9 restart: on-failure stop_grace_period: 1m volumes: diff --git a/lndboss/umbrel-app.yml b/lndboss/umbrel-app.yml index 2136688..8cde77a 100644 --- a/lndboss/umbrel-app.yml +++ b/lndboss/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lndboss category: Lightning Node Management name: LndBoss -version: "2.17.3" +version: "2.19.1" tagline: A GUI for BalanceOfSatoshis description: LndBoss is a GUI for BalanceOfSatoshis. It is a tool that makes it easy to run your favorite @@ -25,17 +25,16 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: > - - 2.17.3 (2023-02-23) - Fixed a bug where old config is being used for auto fees updates. + - 2.19.1 (2023-06-23) + Fixed issues where App router is failing in nextjs 13. + Fixed issues where batch open was failing due to breaking change in dependency. - - 2.17.1 (2023-02-14) - Fixed condition for auto-fees when outbound/capacity ratio is zero. + - 2.18.1 (2023-04-10) + Bump bos dependency that fixes a bug in send command when keysending to unannounced nodes. + Migrate to nextjs13 - - 2.17.0 (2023-01-31) - Added avoid-high-fee-routes to probe command. - Added avoid high-fee-routes to pay command. - Added avoid high-fee-routes to send command. - Added support for calling acceptsChannelOpen, connectPeer, findKey and getNetwork to call command. + - 2.18.0 (2023-03-10) + Added options to call command: getChainAddresses, getBlock, verifyChainAddressMessage, signChainAddressMessage submitter: Nitesh Balusu submission: https://github.com/getumbrel/umbrel-apps/pull/65