Releases: ghostfolio/ghostfolio
Releases · ghostfolio/ghostfolio
2.249.0
Added
- Integrated Bull Dashboard for a detailed jobs queue view in the admin control panel (experimental)
- Added a debounce to the
PortfolioChangedListenerandAssetProfileChangedListenerto minimize redundant Redis and database operations
Changed
- Improved the Storybook stories of the value component
- Improved the language localization for Dutch (
nl) - Improved the language localization for German (
de) - Upgraded
class-validatorfrom version0.14.3to0.15.1
Fixed
- Fixed false Redis health check failures by using unique keys and increasing the timeout to 5s
Special Thanks
2.248.0
Added
- Added support for column sorting to the data providers management of the admin control panel
Changed
- Included asset profile data in the endpoint
GET api/v1/portfolio/holdings - Included asset profile data in the holdings of the public page
- Reused the value component in the platform management of the admin control panel
- Reused the value component in the tag management of the admin control panel
- Deprecated the
api/v1/orderendpoints in favor of theapi/v1/activitiesendpoints - Upgraded
jsonpathfrom version1.1.1to1.2.1
Fixed
- Fixed an issue in the FIRE calculator to correctly calculate the projected total amount
Special Thanks
2.247.0
2.246.0
Changed
- Removed the deprecated
committedFundsfrom the summary of the portfolio details endpoint - Upgraded
Nxfrom version22.4.5to22.5.3
Fixed
- Fixed an issue where the apply and reset filter buttons remained disabled in the assistant
Special Thanks
3.0.0-beta.2
Changed
- Migrated from Material Design 2 to Material Design 3
- Upgraded
prismafrom version6.19.0to7.3.0
Todo
- Breaking Change: The
sslmode=preferparameter inDATABASE_URLis no longer supported. Please update your environment variables (see.env) to usesslmode=requireif SSL is enabled or remove thesslmodeparameter entirely if SSL is not used.
Special Thanks
2.245.0
Changed
- Excluded the scraper configuration from the import and export functionality
- Excluded the symbol mapping from the import and export functionality
- Improved the language localization for Dutch (
nl) - Improved the language localization for Italian (
it) - Improved the language localization for Spanish (
es)
Fixed
- Resolved the data source transformation in the errors of the performance endpoint
- Resolved the data source transformation in the export functionality
Special Thanks
2.244.0
Changed
- Improved the usability of the asset profile details dialog in the admin control panel for currencies
- Removed the deprecated static portfolio analysis rule: Fees (Fee Ratio)
- Refactored queries in the data provider service to use Prisma’s safe query methods
Fixed
- Fixed an exception by adding a fallback for missing market price values on the X-ray page
Special Thanks
2.243.0
2.242.0
Changed
- Changed the account field to optional in the create or update activity dialog
Fixed
- Fixed a validation issue for valuables used in the create and import activity logic
- Fixed the page size for presets in the historical market data table of the admin control panel
2.241.0
Changed
- Improved the usability of the portfolio summary tab on the home page in the Presenter View
- Refreshed the cryptocurrencies list
- Improved the language localization for German (
de) - Improved the language localization for Spanish (
es)
Fixed
- Fixed an issue with
balanceInBaseCurrencyof the accounts in the value redaction interceptor for the impersonation mode - Fixed an issue with
commentof the accounts in the value redaction interceptor for the impersonation mode - Fixed an issue with
dividendInBaseCurrencyof the accounts in the value redaction interceptor for the impersonation mode - Fixed an issue with
interestInBaseCurrencyof the accounts in the value redaction interceptor for the impersonation mode - Fixed an issue with
valueof the accounts in the value redaction interceptor for the impersonation mode