Update ghostfolio to 2.206.0 (#3741)
This commit is contained in:
parent
17ac206de4
commit
bf2cf50a07
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3334
|
||||
|
||||
server:
|
||||
image: ghostfolio/ghostfolio:2.205.0@sha256:45ac1588539881ba8fd9ab04124d2b69eb2dd0ed3310d8600d9755d4e532994f
|
||||
image: ghostfolio/ghostfolio:2.206.0@sha256:e3fe32e265e10b454a8786ec16e9e9b310263b732551e8fb55f4778f4e978904
|
||||
init: true
|
||||
restart: on-failure
|
||||
environment:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: ghostfolio
|
||||
category: finance
|
||||
name: Ghostfolio
|
||||
version: "2.205.0"
|
||||
version: "2.206.0"
|
||||
tagline: Manage your wealth like a boss
|
||||
description: >-
|
||||
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
|
||||
@ -32,23 +32,21 @@ deterministicPassword: false
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This release includes several improvements and new features:
|
||||
- Added safe withdrawal rate to user settings (experimental)
|
||||
- Added support for column sorting to the queue jobs table in the admin control panel
|
||||
- Extended the tags selector component to support form control
|
||||
- Improved support for mutual funds in the Financial Modeling Prep service
|
||||
- Improved number formatting in settings dialog for X-ray page rule thresholds
|
||||
- Enhanced usability of the assistant by preselecting the first search result
|
||||
- Improved usability of Cancel/Close buttons in create watchlist item dialog
|
||||
- Restricted retirement date picker selection to future dates in FIRE calculator
|
||||
- Improved support for mutual funds in Financial Modeling Prep service
|
||||
|
||||
|
||||
UI and functionality enhancements:
|
||||
- Improved number formatting of y-axis labels in investment and line chart components
|
||||
- Enhanced usability of the create asset profile dialog in the market data section
|
||||
- Refactored Open Startup page to standalone
|
||||
- Improved language localization for German
|
||||
- Restricted retirement date picker selection to future dates in the FIRE calculator
|
||||
|
||||
|
||||
Bug fixes:
|
||||
- Resolved issues with the save button in the create or update activity dialog
|
||||
- Fixed investment calculations when selling all units of a holding
|
||||
- Improved table headers' alignment in the activities table
|
||||
- Handled exception in get asset profile functionality of Financial Modeling Prep service
|
||||
- Added missing CommonModule import in import activities dialog
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user