From 083d0e125905b794f65cad5f33d299ae43299e7f Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Wed, 6 Dec 2023 11:01:55 +1100 Subject: [PATCH] Update ghostfolio to 2.28.0 (#872) Co-authored-by: nmfretz --- ghostfolio/docker-compose.yml | 2 +- ghostfolio/umbrel-app.yml | 27 ++++++++------------------- 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 7c030b9..8a86486 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.14.0@sha256:7172bd8d94dc1f774a85ab2f7660abb5408d7a3a7301e117589f09e7b03b71e3 + image: ghostfolio/ghostfolio:2.28.0@sha256:b01987c4ce80dc4abe4cbc1bca171e090c6332028bea07973f473e3463c7cb23 restart: on-failure environment: NODE_ENV: production diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index 431cbe2..56e9a7a 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.14.0" +version: "2.28.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,32 +31,21 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - This release upgrades Ghostfolio from v1.287.0 to v2.14.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.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: Added: - - Added the OpenFIGI data enhancer for Financial Instrument Global Identifier (FIGI) - - Added figi, figiComposite and figiShareClass to the asset profile model + - Added a historical cash balances table to the account detail dialog + - Introduced a 'HasPermission' annotation for endpoints Changed: - - Moved the fees on account level feature from experimental to general availability - - Moved the interest on account level feature from experimental to general availability - - Moved the search for a holding from experimental to general availability - - Improved the error message in the activities import for csv files - - Removed the application version from the client - - Allowed to edit today’s historical market data in the asset profile details dialog of the admin control panel - + - 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 + Fixed: - - - Fixed the style of the active page in the header navigation - - Trimmed text in i18n service to query messages.*.xlf files on the server - - Special Thanks - - @dl90 - @dtslvr + - Changed the mechanism of the 'INTRADAY' data gathering to operate synchronously avoiding database deadlocks For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases submitter: BeauAgst