diff --git a/ghostfolio/docker-compose.yml b/ghostfolio/docker-compose.yml index 7debfb3c99..91a49d1e9c 100644 --- a/ghostfolio/docker-compose.yml +++ b/ghostfolio/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3334 server: - image: ghostfolio/ghostfolio:2.98.0@sha256:aebdb70329c99fb3303599005e3807def90a5a11f06edf9a30e5e82aae9f9b78 + image: ghostfolio/ghostfolio:2.100.0@sha256:36cb25e49fcd46ed923839a52258fb921a8795d9a052b22e00eb4bba2b02e640 init: true restart: on-failure environment: diff --git a/ghostfolio/umbrel-app.yml b/ghostfolio/umbrel-app.yml index bc394e2211..d37b892f3c 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.98.0" +version: "2.100.0" tagline: Manage your wealth like a boss description: >- Ghostfolio is a privacy-first, open source dashboard for your personal finances. @@ -31,24 +31,17 @@ path: "" deterministicPassword: false torOnly: false releaseNotes: > - Here's what's new in this release: - + This release includes several improvements and additions: + Added: - - - Set up the language localization for Catalan (ca) - + - Support to manage tags of holdings in the holding detail dialog + Changed: - - - Improved the account selector of the create or update activity dialog - - Improved the handling of the numerical precision in the value component - - Skipped derived currencies in the get quotes functionality of the data provider service - - Improved the language localization for Spanish (es) - - Fixed: - - - Fixed the dividend import from a data provider for holdings without an account - - Fixed an issue in the public page related to a non-existent access + - 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 + Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases. submitter: BeauAgst