Update ghostfolio to 2.146.0 (#2364)

This commit is contained in:
Alexander L. 2025-03-18 23:27:04 +01:00 committed by GitHub
parent 987d7d931c
commit c2997badcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 10 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3334
server:
image: ghostfolio/ghostfolio:2.145.1@sha256:492201a78176a963a8ad791bb49c91bc312247fc7f3b0c6fa08f8cccdb4deb02
image: ghostfolio/ghostfolio:2.146.0@sha256:d2ef0188782c24c048d4df67e7121217ec7b2e5544dd344be76646f0945bc16e
init: true
restart: on-failure
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.145.1"
version: "2.146.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -32,14 +32,12 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
This release includes the following improvements:
- Added AI prompt copy feature for analysis data
- Improved X-ray page styling and German localization
- Fixed import functionality issues on activities page
- Fixed dividend and market data retrieval in Financial Modeling Prep
- Added LinkedIn page links to about page and footer
- Enhanced custom currency management in admin panel
- Added timestamp to portfolio snapshots and CUSIP support
- Integrated Storybook into build process
- Improved user account registration usability
- Enhanced AI prompt copy feature on the analysis page
- Improved German language localization
- Removed exchange rates from admin control panel overview
- Upgraded various dependencies
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases
submitter: BeauAgst