Update ghostfolio to 2.210.1 (#3868)

This commit is contained in:
Alexander L. 2025-10-24 13:50:29 +02:00 committed by GitHub
parent 6bca90de38
commit 432f52c2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3334
server:
image: ghostfolio/ghostfolio:2.208.0@sha256:1dd62767202f533a4a95d0287714760c359057131c5d96e21b9d4f8067430541
image: ghostfolio/ghostfolio:2.210.1@sha256:975f899acafba3a5944140ee6a01a85d58e9db00514b3462914b12f940dab6a0
init: true
restart: on-failure
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.208.0"
version: "2.210.1"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -34,17 +34,19 @@ releaseNotes: >-
This release includes several improvements and new features:
- Added support for configuring the safe withdrawal rate in the FIRE section
- Changed the "As seen in" section on the landing page to an animated carousel
- Improved language localization for German
- Added support for data gathering by date range in the asset profile details dialog
- Extracted the portfolio filter form of the assistant to a reusable component
UI and functionality enhancements:
- Improved spacing around buttons in the holding detail dialog
- Extended Storybook stories for the accounts table component
- Formatted the holdings table in the AI-related actions on the analysis page
Bug fixes:
- Fixed server startup message to properly display IPv6 addresses
- Enabled IPv6 connectivity for Redis in the job queue module
- Fixed the enter key press to submit the form of the login with access token dialog
- Fixed an issue in the database seeding process
- Fixed an issue where importing custom asset profiles failed due to validation errors