From 4a1d5cfcf0278d00f27a7b4eaaef7ece9c7d768b Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 30 Sep 2024 12:47:44 +1000 Subject: [PATCH] Update ghostfolio to 2.111.0 (#1558) --- ghostfolio/docker-compose.yml | 2 +- ghostfolio/umbrel-app.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 656776d..9f1142a 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.110.0@sha256:ea80d54c3407a4b51f6ae839dc525c60d5907f36ea6e453aed0dd31737261c06 + image: ghostfolio/ghostfolio:2.111.0@sha256:47ed48a744fb9c0847dca5740f6f70a66ff2dc764c7d2d5f99d57eb160f6246f init: true restart: on-failure environment: diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index 5695ad9..98c1d75 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.110.0" +version: "2.111.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -32,11 +32,11 @@ deterministicPassword: false torOnly: false releaseNotes: > This release includes several improvements: - - Improved the usability of various action menus by introducing horizontal lines to separate the delete action - - Improved the chart in the account detail dialog (experimental) - - Aligned the holdings and regions of the public page with the allocations page - - Considered the user's language in the link of the access table to share the portfolio + - Added read permissions to the Platform and Tag models + - Optimized portfolio calculations with smarter cloning of activities + - Integrated add currency functionality into the market data section of the admin control panel - Improved the language localization for German + - Fixed content height issues in create or update dialogs for platforms and tags in the admin control Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.