From 560ebc037aeac4e9540a151bf5044d2a68221c47 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 12 Aug 2024 09:02:22 +1000 Subject: [PATCH 1/2] Update ghostfolio to 2.103.0 --- ghostfolio/docker-compose.yml | 2 +- ghostfolio/umbrel-app.yml | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 91a49d1e9c..b16f9b884a 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.100.0@sha256:36cb25e49fcd46ed923839a52258fb921a8795d9a052b22e00eb4bba2b02e640 + image: ghostfolio/ghostfolio:2.103.0@sha256:37d155f903375acba3e4fc739a95bf7dc199bbc86f6f34921b9add4f4c0facf8 init: true restart: on-failure environment: diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index d37b892f3c..fd00a24aa9 100644 --- a/ghostfolio/umbrel-app.yml +++ b/ghostfolio/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: ghostfolio category: finance name: Ghostfolio -version: "2.100.0" +version: "2.103.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,16 +31,13 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - This release includes several improvements and additions: + This release includes several improvements: - Added: - - Support to manage tags of holdings in the holding detail dialog - - Changed: - - Improved the color assignment in the chart of the holdings tab on the home page (experimental) - - Persisted the view mode of the holdings tab on the home page (experimental) - - Improved the language localization for Catalan and Spanish + - Improved the color assignment in the chart of the holdings tab on the home page + - Enabled Catalan and Polish as options in the user settings + - Improved the language localization for Portuguese + - Optimized the docker image layers to reduce the image size Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. From 9d42c9d5591b923efec9eb9604bc414012eb1356 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 13 Aug 2024 09:51:09 +1000 Subject: [PATCH 2/2] tweak release notes formatting --- ghostfolio/umbrel-app.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index fd00a24aa9..5cfac01314 100644 --- a/ghostfolio/umbrel-app.yml +++ b/ghostfolio/umbrel-app.yml @@ -32,13 +32,9 @@ deterministicPassword: false torOnly: false releaseNotes: > This release includes several improvements: - - - - Improved the color assignment in the chart of the holdings tab on the home page - - Enabled Catalan and Polish as options in the user settings - - Improved the language localization for Portuguese - - Optimized the docker image layers to reduce the image size - + - Improved the color assignment in the chart of the holdings tab on the home page + - Enabled Catalan and Polish as options in the user settings + - Improved the language localization for Portuguese Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. submitter: BeauAgst