Browse Source

Update ghostfolio to 2.112.0 (#1596)

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

2
ghostfolio/docker-compose.yml

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

9
ghostfolio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.111.0"
version: "2.112.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -32,11 +32,10 @@ deterministicPassword: false
torOnly: false
releaseNotes: >
This release includes several improvements:
- 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
- Added a message to the search asset component if no results have been found in the create or update activity dialog
- Added support to customize the rule thresholds in the X-ray section (experimental)
- Optimized the portfolio calculations with smarter date interval selection
- 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