Browse Source

Update ghostfolio to 2.115.0 (#1647)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
a335618995
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ghostfolio/docker-compose.yml
  2. 12
      ghostfolio/umbrel-app.yml

2
ghostfolio/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3334
server:
image: ghostfolio/ghostfolio:2.114.0@sha256:71aca54a6961069e20bcd17c6d55ebbd7f33220af37ff21d2e919ac66a4fd39e
image: ghostfolio/ghostfolio:2.115.0@sha256:b77c6267fd3b26f4f80e5c5a889087c1e5520197a8f9c8802d5c0685143dc003
init: true
restart: on-failure
environment:

12
ghostfolio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.114.0"
version: "2.115.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -32,10 +32,12 @@ deterministicPassword: false
torOnly: false
releaseNotes: >
This release includes several improvements:
- Added a tooltip to the chart of the holdings tab on the home page
- Extended the Public API with the health check endpoint
- Moved the tags from the info to the user service
- Fixed an exception in the portfolio details endpoint
- Added the name to the tooltip of the chart of the holdings tab on the home page
- Improved the backgrounds and labels of the chart of the holdings tab on the home page
- Improved the usability to customize the rule thresholds in the X-ray section by introducing sliders
- 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.

Loading…
Cancel
Save