From 092fc5271d47a0bd246094c215818b22e2e3970d Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 11:00:47 +1000 Subject: [PATCH] Update ghostfolio to version 2.98.0 (#1254) --- ghostfolio/docker-compose.yml | 4 +-- ghostfolio/umbrel-app.yml | 46 ++++++++++++----------------------- 2 files changed, 17 insertions(+), 33 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index f16c368..7debfb3 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.83.0@sha256:e25d644dbc4189822d54f3559b6a02826a4b4612b612c63dfa6af0ece528d269 + image: ghostfolio/ghostfolio:2.98.0@sha256:aebdb70329c99fb3303599005e3807def90a5a11f06edf9a30e5e82aae9f9b78 init: true restart: on-failure environment: @@ -44,4 +44,4 @@ services: command: > --requirepass ${APP_GHOSTFOLIO_REDIS_PASSWORD} volumes: - - ${APP_DATA_DIR}/data/redis:/data + - ${APP_DATA_DIR}/data/redis:/data \ No newline at end of file diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index 75585f6..bc394e2 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.83.0" +version: "2.98.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,41 +31,25 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - This release upgrades Ghostfolio from 2.61.0 to v2.83.0, and includes numerous bug fixes, performance improvements, and new features. Here's what's new in the latest version: + Here's what's new in this release: Added: - - - Added an indicator for active filters (experimental) - - - Added the absolute change column to the holdings table on the home page - - + + - Set up the language localization for Catalan (ca) + Changed: - - - Improved the usability of the create or update activity dialog by preselecting the (only) account - - - Improved the usability of the date range selector in the assistant - - - Refactored the holding detail dialog to a standalone component - - - Refreshed the cryptocurrencies list - - - Refactored various pages to standalone components - - - Improved the delete all activities functionality on the portfolio activities page to work with the filters of the assistant - - - Improved the language localization for German (de) - - - Improved the language localization for Türkçe (tr) - + - Improved the account selector of the create or update activity dialog + - Improved the handling of the numerical precision in the value component + - Skipped derived currencies in the get quotes functionality of the data provider service + - Improved the language localization for Spanish (es) + Fixed: + + - Fixed the dividend import from a data provider for holdings without an account + - Fixed an issue in the public page related to a non-existent access - - Upgraded yahoo-finance2 from version 2.11.1 to 2.11.2 (causing pricing errors) - - Fixed the position detail dialog close functionality - - - For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases + Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. submitter: BeauAgst -submission: https://github.com/getumbrel/umbrel-apps/pull/396 +submission: https://github.com/getumbrel/umbrel-apps/pull/396 \ No newline at end of file