Skip to content

Releases: ghostfolio/ghostfolio

2.57.0

25 Feb 18:16
5b20ba3
Compare
Choose a tag to compare

Changed

  • Moved the break down of the performance into asset and currency on the analysis page from experimental to general availability
  • Restructured the copy-assets Nx target

Fixed

  • Changed the performances of the Top 3 and Bottom 3 performers on the analysis page to take the currency effects into account

Special Thanks

2.56.0

24 Feb 19:01
7728706
Compare
Choose a tag to compare

Changed

  • Switched the performance calculations to take the currency effects into account
  • Removed the isDefault flag from the Account database schema
  • Exposed the database index of Redis as an environment variable (REDIS_DB)
  • Improved the language localization for German (de)
  • Upgraded prisma from version 5.9.1 to 5.10.2

Fixed

  • Added the missing default currency to the prepare currencies function in the exchange rate data service

Special Thanks

2.55.0

22 Feb 19:27
fefee11
Compare
Choose a tag to compare

Added

  • Added indexes for alias, granteeUserId and userId to the access database table
  • Added indexes for currency, name and userId to the account database table
  • Added indexes for accountId, date and updatedAt to the account balance database table
  • Added an index for userId to the auth device database table
  • Added indexes for marketPrice and state to the market data database table
  • Added indexes for date, isDraft and userId to the order database table
  • Added an index for name to the platform database table
  • Added indexes for assetClass, currency, dataSource, isin, name and symbol to the symbol profile database table
  • Added an index for userId to the subscription database table
  • Added an index for name to the tag database table
  • Added indexes for accessToken, createdAt, provider, role and thirdPartyId to the user database table

Changed

  • Improved the validation for currency in various endpoints
  • Harmonized the setting of a default locale in various components
  • Set the parser to angular in the prettier options

2.54.0

19 Feb 18:48
5aa16a3
Compare
Choose a tag to compare

Added

  • Added an index for id to the account database table
  • Added indexes for dataSource and date to the market data database table
  • Added an index for accountId to the order database table

2.53.1

18 Feb 17:57
ffbdfb8
Compare
Choose a tag to compare

Added

  • Added an accounts tab to the position detail dialog
  • Added INACTIVE as a new user role

Changed

  • Improved the usability of the holdings table
  • Refactored the query to filter activities of excluded accounts
  • Eliminated the search request to get quotes in the EOD Historical Data service
  • Improved the language localization for German (de)
  • Upgraded ng-extract-i18n-merge from version 2.9.1 to 2.10.0

2.53.0

18 Feb 13:39
0578c64
Compare
Choose a tag to compare

Added

  • Added an accounts tab to the position detail dialog

Changed

  • Improved the usability of the holdings table
  • Refactored the query to filter activities of excluded accounts
  • Eliminated the search request to get quotes in the EOD Historical Data service
  • Improved the language localization for German (de)
  • Upgraded ng-extract-i18n-merge from version 2.9.1 to 2.10.0

2.52.0

16 Feb 19:05
572dcf0
Compare
Choose a tag to compare

Added

  • Added a loading indicator to the dividend timeline on the analysis page
  • Added a loading indicator to the investment timeline on the analysis page
  • Added support for the cryptocurrency Jupiter (JUP29210-USD)

Changed

  • Divided the content of the Frequently Asked Questions (FAQ) page into three sections: General, Cloud (SaaS) and Self-Hosting

Fixed

  • Fixed an issue with the X-axis scale of the dividend timeline on the analysis page
  • Fixed an issue with the X-axis scale of the investment timeline on the analysis page

2.51.0

12 Feb 19:37
d00489b
Compare
Choose a tag to compare

Changed

  • Improved the ordered list of the Top 3 and Bottom 3 performers on the analysis page in Safari
  • Replaced import-sort with prettier-plugin-sort-imports
  • Upgraded eslint dependencies
  • Upgraded Nx from version 17.2.8 to 18.0.4

Fixed

  • Fixed the date conversion of the import of historical market data in the admin control panel

2.50.0

11 Feb 11:42
6eb659d
Compare
Choose a tag to compare

Added

  • Introduced a setting to disable the data gathering in the admin control

Changed

  • Harmonized the environment variables of various API keys
  • Upgraded prisma from version 5.8.1 to 5.9.1

Todo

  • Rename the environment variable from ALPHA_VANTAGE_API_KEY to API_KEY_ALPHA_VANTAGE
  • Rename the environment variable from BETTER_UPTIME_API_KEY to API_KEY_BETTER_UPTIME
  • Rename the environment variable from EOD_HISTORICAL_DATA_API_KEY to API_KEY_EOD_HISTORICAL_DATA
  • Rename the environment variable from FINANCIAL_MODELING_PREP_API_KEY to API_KEY_FINANCIAL_MODELING_PREP
  • Rename the environment variable from OPEN_FIGI_API_KEY to API_KEY_OPEN_FIGI
  • Rename the environment variable from RAPID_API_API_KEY to API_KEY_RAPID_API

2.49.0

09 Feb 18:31
00a2b60
Compare
Choose a tag to compare

Added

  • Added a button to apply the active filters in the assistant

Changed

  • Moved the assistant from experimental to general availability
  • Improved the usability by reloading the content with a logo click on the home page
  • Upgraded yahoo-finance2 from version 2.9.0 to 2.9.1

Special Thanks