Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
7 deletions
-
ghostfolio/docker-compose.yml
-
ghostfolio/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3334 |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghostfolio/ghostfolio:2.109.0@sha256:7412cfea93a7b66af67b6f3670441328a27e99a1062cec74352420d303986880 |
|
|
|
image: ghostfolio/ghostfolio:2.110.0@sha256:ea80d54c3407a4b51f6ae839dc525c60d5907f36ea6e453aed0dd31737261c06 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: ghostfolio |
|
|
|
category: finance |
|
|
|
name: Ghostfolio |
|
|
|
version: "2.109.0" |
|
|
|
version: "2.110.0" |
|
|
|
tagline: Manage your wealth like a boss |
|
|
|
description: >- |
|
|
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances. |
|
|
@ -32,11 +32,11 @@ deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release includes several improvements: |
|
|
|
- Extended the Public API with a new endpoint for portfolio performance metrics |
|
|
|
- Added portfolio performance metrics to the public page |
|
|
|
- Improved usability of the create or update access dialog |
|
|
|
- Improved loading indicator of the accounts table |
|
|
|
- Improved language localization for German and Polish |
|
|
|
- Improved the usability of various action menus by introducing horizontal lines to separate the delete action |
|
|
|
- Improved the chart in the account detail dialog (experimental) |
|
|
|
- Aligned the holdings and regions of the public page with the allocations page |
|
|
|
- Considered the user's language in the link of the access table to share the portfolio |
|
|
|
- Improved the language localization for German |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. |
|
|
|