Browse Source

Update ghostfolio to 2.111.0 (#1558)

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

2
ghostfolio/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3334
server:
image: ghostfolio/ghostfolio:2.110.0@sha256:ea80d54c3407a4b51f6ae839dc525c60d5907f36ea6e453aed0dd31737261c06
image: ghostfolio/ghostfolio:2.111.0@sha256:47ed48a744fb9c0847dca5740f6f70a66ff2dc764c7d2d5f99d57eb160f6246f
init: true
restart: on-failure
environment:

10
ghostfolio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.110.0"
version: "2.111.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:
- 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
- Added read permissions to the Platform and Tag models
- Optimized portfolio calculations with smarter cloning of activities
- Integrated add currency functionality into the market data section of the admin control panel
- Improved the language localization for German
- Fixed content height issues in create or update dialogs for platforms and tags in the admin control
Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.

Loading…
Cancel
Save