Skip to content

Releases: ghostfolio/ghostfolio

2.249.0

10 Mar 19:26
d7a56c5

Choose a tag to compare

Added

  • Integrated Bull Dashboard for a detailed jobs queue view in the admin control panel (experimental)
  • Added a debounce to the PortfolioChangedListener and AssetProfileChangedListener to 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-validator from version 0.14.3 to 0.15.1

Fixed

  • Fixed false Redis health check failures by using unique keys and increasing the timeout to 5s

Special Thanks

2.248.0

07 Mar 17:24
1057f43

Choose a tag to compare

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/order endpoints in favor of the api/v1/activities endpoints
  • Upgraded jsonpath from version 1.1.1 to 1.2.1

Fixed

  • Fixed an issue in the FIRE calculator to correctly calculate the projected total amount

Special Thanks

2.247.0

04 Mar 07:48
53d9fd4

Choose a tag to compare

Changed

  • Upgraded yahoo-finance2 from version 3.13.0 to 3.13.2

Special Thanks

2.246.0

03 Mar 19:37
0883c7c

Choose a tag to compare

Changed

  • Removed the deprecated committedFunds from the summary of the portfolio details endpoint
  • Upgraded Nx from version 22.4.5 to 22.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

01 Mar 11:57

Choose a tag to compare

3.0.0-beta.2 Pre-release
Pre-release

Changed

  • Migrated from Material Design 2 to Material Design 3
  • Upgraded prisma from version 6.19.0 to 7.3.0

Todo

  • Breaking Change: The sslmode=prefer parameter in DATABASE_URL is no longer supported. Please update your environment variables (see .env) to use sslmode=require if SSL is enabled or remove the sslmode parameter entirely if SSL is not used.

Special Thanks

2.245.0

01 Mar 09:09
83347ba

Choose a tag to compare

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

28 Feb 09:51
0fee189

Choose a tag to compare

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

23 Feb 19:31
cc92ecf

Choose a tag to compare

Changed

  • Improved the language localization for Chinese (zh)
  • Upgraded nestjs from version 11.1.8 to 11.1.14

Fixed

  • Fixed an issue when creating activities of type FEE, INTEREST or LIABILITY

2.242.0

22 Feb 10:01
98891e1

Choose a tag to compare

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

21 Feb 07:39
2e2cbc4

Choose a tag to compare

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 balanceInBaseCurrency of the accounts in the value redaction interceptor for the impersonation mode
  • Fixed an issue with comment of the accounts in the value redaction interceptor for the impersonation mode
  • Fixed an issue with dividendInBaseCurrency of the accounts in the value redaction interceptor for the impersonation mode
  • Fixed an issue with interestInBaseCurrency of the accounts in the value redaction interceptor for the impersonation mode
  • Fixed an issue with value of the accounts in the value redaction interceptor for the impersonation mode

Special Thanks