diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index b0d63f8..c9a5fb5 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.113.0@sha256:700eae16536aa77f8f48fd074ecf6dcaf40e867171c84807eb72316884a2f644 + image: ghostfolio/ghostfolio:2.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e init: true restart: on-failure environment: diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index bbe77eb..80c1f95 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.113.0" +version: "2.114.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -32,9 +32,10 @@ deterministicPassword: false torOnly: false releaseNotes: > This release includes several improvements: - - Optimized portfolio calculations by reusing date intervals - - Refactored the calculation of allocations by market on the allocations page and public page - - Fixed an issue with historical market data gathering for derived currencies + - 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 Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.