mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update ghostfolio to 2.115.0 (#1647)
This commit is contained in:
parent
cf29bdbe83
commit
a335618995
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 3334
|
APP_PORT: 3334
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ghostfolio/ghostfolio:2.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e
|
image: ghostfolio/ghostfolio:2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003
|
||||||
init: true
|
init: true
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: ghostfolio
|
id: ghostfolio
|
||||||
category: finance
|
category: finance
|
||||||
name: Ghostfolio
|
name: Ghostfolio
|
||||||
version: "2.114.0"
|
version: "2.115.0"
|
||||||
tagline: Manage your wealth like a boss
|
tagline: Manage your wealth like a boss
|
||||||
description: >-
|
description: >-
|
||||||
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
|
||||||
@ -32,10 +32,12 @@ deterministicPassword: false
|
|||||||
torOnly: false
|
torOnly: false
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This release includes several improvements:
|
This release includes several improvements:
|
||||||
- Added a tooltip to the chart of the holdings tab on the home page
|
- Added the name to the tooltip of the chart of the holdings tab on the home page
|
||||||
- Extended the Public API with the health check endpoint
|
- Improved the backgrounds and labels of the chart of the holdings tab on the home page
|
||||||
- Moved the tags from the info to the user service
|
- Improved the usability to customize the rule thresholds in the X-ray section by introducing sliders
|
||||||
- Fixed an exception in the portfolio details endpoint
|
- Exposed the timeout of the portfolio snapshot computation as an environment variable
|
||||||
|
- Improved portfolio unit tests
|
||||||
|
- Fixed consideration of user language settings on login with Security Token
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.
|
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.
|
||||||
|
Loading…
Reference in New Issue
Block a user