From 5afbbc9b7f395c4d86e76f37602d3d2a5732f764 Mon Sep 17 00:00:00 2001 From: romalane <146990848+romalane@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:08:56 +0000 Subject: [PATCH] Update ghostfolio to 2.14.0 (#805) Co-authored-by: nmfretz --- ghostfolio/docker-compose.yml | 2 +- ghostfolio/umbrel-app.yml | 33 +++++++++++++++++++++++---------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 41e2390..7c030b9 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:1.287.0@sha256:4dfee326c1574c3512a5a58e7c73b9ac03535d439e2a2dab1d8cae95129e36b7 + image: ghostfolio/ghostfolio:2.14.0@sha256:7172bd8d94dc1f774a85ab2f7660abb5408d7a3a7301e117589f09e7b03b71e3 restart: on-failure environment: NODE_ENV: production diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index c0f10c1..431cbe2 100644 --- a/ghostfolio/umbrel-app.yml +++ b/ghostfolio/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: ghostfolio category: finance name: Ghostfolio -version: "1.287.0" +version: "2.14.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,20 +31,33 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - Changed: - - - Hid the average buy price in the position detail chart if there is no holding - - - Improved the language localization for French + 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: - - Refactored the blog articles to standalone components + Added: + + - Added the OpenFIGI data enhancer for Financial Instrument Global Identifier (FIGI) + - Added figi, figiComposite and figiShareClass to the asset profile model + + 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 Fixed: - - - Fixed the sorting by currency in the activities table + - 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 - For full release notes and additional changes from previous version 1.269, please visit: https://github.com/ghostfolio/ghostfolio/releases + For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases submitter: BeauAgst submission: https://github.com/getumbrel/umbrel-apps/pull/396