Browse Source

Update ghostfolio to 2.28.0 (#872)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 1 year ago
committed by GitHub
parent
commit
083d0e1259
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ghostfolio/docker-compose.yml
  2. 25
      ghostfolio/umbrel-app.yml

2
ghostfolio/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3334 APP_PORT: 3334
server: server:
image: ghostfolio/ghostfolio:2.14.0@sha256:7172bd8d94dc1f774a85ab2f7660abb5408d7a3a7301e117589f09e7b03b71e3 image: ghostfolio/ghostfolio:2.28.0@sha256:b01987c4ce80dc4abe4cbc1bca171e090c6332028bea07973f473e3463c7cb23
restart: on-failure restart: on-failure
environment: environment:
NODE_ENV: production NODE_ENV: production

25
ghostfolio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio id: ghostfolio
category: finance category: finance
name: Ghostfolio name: Ghostfolio
version: "2.14.0" version: "2.28.0"
tagline: Manage your wealth like a boss tagline: Manage your wealth like a boss
description: >- description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances. Ghostfolio is a privacy-first, open source dashboard for your personal finances.
@ -31,32 +31,21 @@ path: ""
deterministicPassword: false deterministicPassword: false
torOnly: false torOnly: false
releaseNotes: > releaseNotes: >
This release upgrades Ghostfolio from v1.287.0 to v2.14.0, and includes numerous bug fixes, performance improvements, and exciting new features. Here's what's new in the latest version: This release upgrades Ghostfolio from v2.14.0 to v2.28.0, and includes numerous bug fixes, performance improvements, and exciting new features. Here's what's new in the latest version:
Added: Added:
- Added the OpenFIGI data enhancer for Financial Instrument Global Identifier (FIGI) - Added a historical cash balances table to the account detail dialog
- Added figi, figiComposite and figiShareClass to the asset profile model - Introduced a 'HasPermission' annotation for endpoints
Changed: Changed:
- Moved the fees on account level feature from experimental to general availability - Relaxed the check for duplicates in the preview step of the activities import (allow same day)
- Moved the interest on account level feature from experimental to general availability - Respected the 'withExcludedAccounts' flag in the account balance time series
- Moved the search for a holding from experimental to general availability
- Improved the error message in the activities import for csv files
- Removed the application version from the client
- Allowed to edit today’s historical market data in the asset profile details dialog of the admin control panel
Fixed: Fixed:
- Changed the mechanism of the 'INTRADAY' data gathering to operate synchronously avoiding database deadlocks
- Fixed the style of the active page in the header navigation
- Trimmed text in i18n service to query messages.*.xlf files on the server
Special Thanks
@dl90
@dtslvr
For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases For full release notes and additional changes from previous versions, please visit: https://github.com/ghostfolio/ghostfolio/releases
submitter: BeauAgst submitter: BeauAgst

Loading…
Cancel
Save