diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index c9a5fb5..b268e23 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e + image: ghostfolio/ghostfolio:2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003 init: true restart: on-failure environment: diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index 80c1f95..cd39194 100644 --- a/ghostfolio/umbrel-app.yml +++ b/ghostfolio/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: ghostfolio category: finance name: Ghostfolio -version: "2.114.0" +version: "2.115.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -32,10 +32,12 @@ deterministicPassword: false torOnly: false releaseNotes: > This release includes several improvements: - - Added a tooltip to the chart of the holdings tab on the home page - - Extended the Public API with the health check endpoint - - Moved the tags from the info to the user service - - Fixed an exception in the portfolio details endpoint + - Added the name to the tooltip of the chart of the holdings tab on the home page + - Improved the backgrounds and labels of the chart of the holdings tab on the home page + - Improved the usability to customize the rule thresholds in the X-ray section by introducing sliders + - Exposed the timeout of the portfolio snapshot computation as an environment variable + - Improved portfolio unit tests + - Fixed consideration of user language settings on login with Security Token Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.