Update ghostfolio to version 2.154.0 (#2608)

This commit is contained in:
Alexander L. 2025-04-23 10:57:32 +02:00 committed by GitHub
parent d63b3ba9df
commit d2a67fce11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3334
server:
image: ghostfolio/ghostfolio:2.151.0@sha256:c5f903df0eb5b67d40e5e9ebf460f26fd0c8b1c64f3e21f3ff3c740a44acda20
image: ghostfolio/ghostfolio:2.154.0@sha256:9e97a8e0283cc07b3e2b77ee124319f75704c96c81486c5c583c33d428d18af7
init: true
restart: on-failure
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.151.0"
version: "2.154.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -32,10 +32,17 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
This release includes the following improvements:
- Added a data gathering status column to the historical market data table in the admin control panel
- Set a maximum number of symbols per request in the Financial Modeling Prep service
- Improved language localization for English
- Fixed the link to the pricing page in the premium indicator component
- Extended the benchmark detail dialog with the current market price
- Added performance calculation type to user settings (experimental)
- Made the historical market data editor expandable in the admin control panel
- Improved language localization for German
- Fixed word wrap in the menu of the historical market data table in admin control panel
- Added support for custom currency in activities
- Updated cryptocurrencies list
- Auto-deactivate asset profiles on Yahoo Finance delisting
- Optimized market data range queries
- Moved subscription offers to user service
- Fixed issues in custom currency asset profiles and exchange rate parsing
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases