From ac0d8a5008f426273f3a6c76b536e792c168bc53 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Feb 2024 09:16:40 +1100 Subject: [PATCH] Update Ghostfolio to 2.51.0 (#972) --- ghostfolio/docker-compose.yml | 2 +- ghostfolio/umbrel-app.yml | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 8a86486..a236a53 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.28.0@sha256:b01987c4ce80dc4abe4cbc1bca171e090c6332028bea07973f473e3463c7cb23 + image: ghostfolio/ghostfolio:2.51.0@sha256:67c7733015b2fdc8bb1f2897c686bde06941bf7e54da9b547aaceb28c329d9c7 restart: on-failure environment: NODE_ENV: production diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index 56e9a7a..c93b75c 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.28.0" +version: "2.51.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,21 +31,30 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - This release upgrades Ghostfolio from v2.14.0 to v2.28.0, and includes numerous bug fixes, performance improvements, and exciting new features. Here's what's new in the latest version: + This release upgrades Ghostfolio from v2.28.0 to v2.51.0, and includes numerous bug fixes, performance improvements, and exciting new features. Here's what's new in the latest version: Added: - - Added a historical cash balances table to the account detail dialog - - Introduced a 'HasPermission' annotation for endpoints + - Introduced a setting to disable the data gathering in the admin control + + - Added a button to apply the active filters in the assistant + Changed: - - Relaxed the check for duplicates in the preview step of the activities import (allow same day) - - Respected the 'withExcludedAccounts' flag in the account balance time series + + - Improved the ordered list of the Top 3 and Bottom 3 performers on the analysis page in Safari + + - Harmonized the environment variables of various API keys + + - Moved the assistant from experimental to general availability + Fixed: - - Changed the mechanism of the 'INTRADAY' data gathering to operate synchronously avoiding database deadlocks + + - Fixed the date conversion of the import of historical market data in the admin control panel + For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases submitter: BeauAgst