Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
5 deletions
-
ghostfolio/docker-compose.yml
-
ghostfolio/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3334 |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghostfolio/ghostfolio:2.105.0@sha256:855e1f97a353a92460cb197e91c1aceda88bfbc9b5b11d1d4912db027cf025aa |
|
|
|
image: ghostfolio/ghostfolio:2.106.0@sha256:097aa6bc20d2e8789f2022ce9407e08e4846524488c66108f5382649f51bb093 |
|
|
|
init: true |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: ghostfolio |
|
|
|
category: finance |
|
|
|
name: Ghostfolio |
|
|
|
version: "2.105.0" |
|
|
|
version: "2.106.0" |
|
|
|
tagline: Manage your wealth like a boss |
|
|
|
description: >- |
|
|
|
Ghostfolio is a privacy-first, open source dashboard for your personal finances. |
|
|
@ -32,9 +32,12 @@ deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release includes several improvements: |
|
|
|
- Added support to deactivate rules in the X-ray section |
|
|
|
- Improved the language localization for German |
|
|
|
- Fixed currency conversion for fees and values in dividend import and activities service |
|
|
|
- Set up a performance logging service |
|
|
|
- Added loading indicators to the queue jobs and users tables in the admin control panel |
|
|
|
- Reworked the portfolio calculator |
|
|
|
- Improved caching of the portfolio snapshot |
|
|
|
- Improved language localization for Polish |
|
|
|
- Fixed issues in the view mode toggle of the holdings tab and on the portfolio activities page |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. |
|
|
|