diff --git a/lndboss/docker-compose.yml b/lndboss/docker-compose.yml index 8c677c4..7a1f71c 100644 --- a/lndboss/docker-compose.yml +++ b/lndboss/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_HOST: $APP_LNDBOSS_IP APP_PORT: $APP_LNDBOSS_PORT web: - image: niteshbalusu/lndboss:v1.16.4@sha256:45b963007dbe5d293a6aa3035fa7d79bd71048ef862d2edda1059d947b2e0000 + image: niteshbalusu/lndboss:v2.0.1@sha256:197fc8c0314a82616b8256de849bfad7d958b0d54eea4e4c5cd163360a85c8bd restart: on-failure stop_grace_period: 1m volumes: diff --git a/lndboss/umbrel-app.yml b/lndboss/umbrel-app.yml index 6229779..db5bb18 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: "1.16.4" +version: "2.0.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 @@ -23,3 +23,48 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +releaseNotes: > + - 2.0.1 (2022-09-06) + Fixed a bug where cronjob schedule is not getting parsed + + - 2.0.0 (2022-09-06) + Breaking change: Drop support for scheduled rebalances encoding in invoices and move to a JSON file in .bosgui directory. + + - 1.25.0 (2022-09-02) + Support for peers and tags in rebalances + + - 1.24.0 (2022-09-02) + Added ability to turn amboss health check and automated rebalancing from UI. + + - 1.23.0 (2022-08-30) + Added month to date accounting on dashboard + Added copy to clipboard on dashboard and for chain-deposit command output + Fixed a bug which caused validation issues in call command + Fixed loading dialog timing issue on dashboard + + - 1.22.0 (2022-08-28) + Added support for bos call command + + - 1.21.1 (2022-08-24) + Fix npmignore file + + - 1.21.0 (2022-08-24) + Added start and end flags to chart commands + Better connection check on dashboard + + - 1.20.0 (2022-08-22) + Added support for bos lnurl command (auth, channel, pay, withdraw) + + - 1.19.0 (2022-08-19) + Added support for bos pay command + Fixed bug for auto rebalance parsing. + + - 1.18.0 (2022-08-15) + Added support for a dashboard page to view node and accounting summary. + Removed react-jss and strip-ansi dependencies. + + - 1.17.2 (2022-08-08) + Added support for graph summary for bos graph command. + + - 1.17.0 (2022-08-08) + Added support for bos graph command \ No newline at end of file