Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

services:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 3334

server:
image: ghostfolio/ghostfolio:2.245.0@sha256:122cba648a408edd808247ecf8d56546c9ec415a26c5532d5151e2fef0e619e4
image: ghostfolio/ghostfolio:2.247.0@sha256:6a56340b0f67eae31c58cc4711affb251dde37071a5d726ccc114eea7b1a4c82
init: true
restart: on-failure
environment:
Expand Down
9 changes: 3 additions & 6 deletions ghostfolio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.245.0"
version: "2.247.0"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
Expand Down Expand Up @@ -34,11 +34,8 @@ deterministicPassword: false
torOnly: false
releaseNotes: >-
This release includes improvements and bug fixes:
- Excluded scraper configuration and symbol mapping from import and export functionality
- Improved language localization for Dutch, Italian, and Spanish
- Resolved data source transformation issues in the performance endpoint and export functionality
- Improved usability of the asset profile details dialog for currencies in the admin control panel
- Fixed an exception for missing market price values on the X-ray page
- Fixed an issue where apply and reset filter buttons remained disabled in the assistant
- Upgraded yahoo-finance2 for improved financial data retrieval


Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases
Expand Down