Browse Source

Update ghostfolio to 2.109.0 (#1514)

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

2
ghostfolio/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3334 APP_PORT: 3334
server: server:
image: ghostfolio/ghostfolio:2.108.0@sha256:bcb8aa97ef84b6dff8ca049d3b84ef4d43d7ec8db362426b5363151148e2484e image: ghostfolio/ghostfolio:2.109.0@sha256:7412cfea93a7b66af67b6f3670441328a27e99a1062cec74352420d303986880
init: true init: true
restart: on-failure restart: on-failure
environment: environment:

13
ghostfolio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio id: ghostfolio
category: finance category: finance
name: Ghostfolio name: Ghostfolio
version: "2.108.0" version: "2.109.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,12 +32,11 @@ deterministicPassword: false
torOnly: false torOnly: false
releaseNotes: > releaseNotes: >
This release includes several improvements: This release includes several improvements:
- Added support for bonds in the import dividends dialog - Extended the Public API with a new endpoint for portfolio performance metrics
- Added a "Copy link to clipboard" action to the access table to share the portfolio - Added portfolio performance metrics to the public page
- Added the current market price column to the historical market data table in the admin control - Improved usability of the create or update access dialog
- Introduced filters for data source and symbol in the accounts endpoint - Improved loading indicator of the accounts table
- Improved the usability of the toggle component - Improved language localization for German and Polish
- Improved the get quotes functionality of the EOD Historical Data service
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…
Cancel
Save