Skip to content

Releases: lildude/ha-addon-ghostfolio

v1.23.0

15 Sep 09:56
ddf0515
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.107.1

Compare Source

Fixed
  • Fixed an issue in the activities filters that occurred during destructuring

v2.107.0

Compare Source

Added
  • Extended the filters of the activities endpoint by dataSource and symbol
Changed
  • Migrated the portfolio snapshot calculation to the queue design pattern
  • Optimized the asynchronous operations using Promise.all() in the info service
  • Optimized the asynchronous operations using Promise.all() in the admin control panel endpoint
  • Extracted the users from the admin control panel endpoint to a dedicated endpoint
  • Improved the language localization for French (fr)
  • Improved the language localization for Italian (it)
  • Upgraded bull from version 4.10.4 to 4.16.2

v2.106.0

Compare Source

Added
  • Set up a performance logging service
  • Added a loading indicator to the queue jobs table in the admin control panel
  • Added a loading indicator to the users table in the admin control panel
  • Added the attribute mode to the scraper configuration to get quotes instantly
Changed
  • Reworked the portfolio calculator
  • Improved the caching of the portfolio snapshot in the portfolio calculator by returning cached data and recalculating in the background when it expires
  • Exposed the log levels as an environment variable (LOG_LEVELS)
  • Exposed the maximum of chart data items as an environment variable (MAX_CHART_ITEMS)
  • Changed the data format of the environment variable CACHE_QUOTES_TTL from seconds to milliseconds
  • Changed the data format of the environment variable CACHE_TTL from seconds to milliseconds
  • Removed the environment variable MAX_ITEM_IN_CACHE
  • Improved the error logs of the scraper configuration test in the asset profile details dialog of the admin control
  • Improved the language localization for Polish (pl)
  • Migrated from cache-manager-redis-store to cache-manager-redis-yet
  • Upgraded cache-manager from version 3.4.3 to 5.7.6
  • Upgraded prisma from version 5.18.0 to 5.19.0
Fixed
  • Fixed an issue in the view mode toggle of the holdings tab on the home page (experimental)
  • Fixed an issue on the portfolio activities page by loading the data only once
  • Fixed an issue in the carousel component for the testimonial section on the landing page
  • Fixed the historical market data gathering in the Yahoo Finance service by switching from historical() to chart()
  • Handled an exception in the historical market data component of the asset profile details dialog in the admin control panel

v2.105.0

Compare Source

Added
  • Added support to deactivate rules in the X-ray section (experimental)
Changed
  • Improved the language localization for German (de)
Fixed
  • Fixed the currency conversion for fees and values in the dividend import by applying the correct rate based on the activity date
  • Fixed the currency conversion for fees and values in the activities service by applying the correct rate based on the activity date

v2.104.1

Compare Source

Fixed
  • Fixed an issue with the clone functionality of an activity caused by a changed date format

v2.104.0

Compare Source

Added
  • Set up a notification service for alert and confirmation dialogs
Changed
  • Refactored the dark theme CSS selector
  • Improved the language localization for German (de)
  • Upgraded date-fns from version 2.29.3 to 3.6.0
  • Upgraded zone.js from version 0.14.7 to 0.14.10
Fixed
  • Removed read_only: true from the docker-compose.yml file to allow prisma to run migrations

Add-on Release Notes

What's Changed

Full Changelog: v1.22.0...v1.23.0

v1.22.0

29 Jul 15:16
f63d40d
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.98.0

Compare Source

Added
  • Set up the language localization for Catalan (ca)
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)
  • Upgraded angular from version 18.0.4 to 18.1.1
  • Upgraded Nx from version 19.4.3 to 19.5.1
  • Upgraded prisma from version 5.16.1 to 5.17.0
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

Add-on Release Notes

What's Changed

  • Update docker/login-action action to v3.3.0 by @renovate in #64
  • Change Postgres recommendation by @lildude in #65
  • Update Ghostfolio to v2.98.0 by @renovate in #67
  • Add optional environment variables configuration option and force timezone to use UTC by @lildude in #68

Full Changelog: v1.21.0...v1.22.0

v1.21.0

21 Jul 07:07
6c1faf4
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.97.0

Compare Source

Added
  • Added selfh.st to the As seen in section on the landing page
Changed
  • Improved the numerical precision in the holding detail dialog
  • Improved the handling of the numerical precision in the value component
  • Optimized the 7d data gathering by prioritizing the currencies
  • Improved the language localization for German (de)
  • Upgraded Node.js from version 18 to 20 (Dockerfile)
  • Upgraded Nx from version 19.4.0 to 19.4.3
  • Upgraded prettier from version 3.3.1 to 3.3.3
Fixed
  • Fixed the table sorting of the holdings tab on the home page

Add-on Release Notes

What's Changed

  • Update softprops/action-gh-release action to v2.0.7 by @renovate in #60
  • Update softprops/action-gh-release action to v2.0.8 by @renovate in #61
  • Update Ghostfolio to v2.97.0 by @renovate in #62

Full Changelog: v1.20.0...v1.21.0

v1.20.0

14 Jul 06:11
758a689
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.96.0

Compare Source

Changed
  • Improved the chart of the holdings tab on the home page (experimental)
  • Separated the icon purposes in the site.webmanifest
Fixed
  • Fixed an issue in the portfolio summary with the currency conversion of fees
  • Fixed an issue in the the search for a holding
  • Removed the show condition of the experimental features setting in the user settings

v2.95.0

Compare Source

Added
  • Added a chart to the holdings tab of the home page (experimental)

Add-on Release Notes

What's Changed

Full Changelog: v1.19.0...v1.20.0

v1.19.0

10 Jul 08:34
092a505
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.94.0

Compare Source

Changed
  • Improved the language localization for German (de)
Fixed
  • Fixed a pagination issue in the activities endpoint by adding id as a secondary sort criterion to date to ensure consistent ordering

Add-on Release Notes

What's Changed

Full Changelog: v1.18.0...v1.19.0

v1.18.0

07 Jul 20:04
5d6f3c5
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.93.0

Compare Source

Added
  • Added the Crypto Coins Heatmap to the resources section
  • Added the Stock Heatmap to the resources section
  • Extended the content of the Self-Hosting section by the platforms concept on the Frequently Asked Questions (FAQ) page
Changed
  • Improved the allocations by ETF holding on the allocations page for the impersonation mode (experimental)
  • Improved the detection of REST APIs (JSON) used via the scraper configuration
  • Improved the usability to delete an asset profile of type currency in the historical market data table and the asset profile details dialog of the admin control
  • Refreshed the cryptocurrencies list
  • Refactored the thresholds of the rules in the X-ray section
  • Removed the obsolete version from the docker-compose files
  • Upgraded Nx from version 19.2.2 to 19.4.0

v2.92.0

Compare Source

Added
  • Added support for bulk deletion of asset profiles from the market data table in the admin control panel
Changed
  • Added support for derived currencies in the currency validation
  • Added support for automatic deletion of unused asset profiles when deleting activities
  • Improved the caching of the benchmarks in the markets overview (only cache if needed)
  • Upgraded prisma from version 5.15.0 to 5.16.1
Fixed
  • Fixed an issue with the all time high in the benchmarks of the markets overview

Add-on Release Notes

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0

27 Jun 07:21
20cc543
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.91.0

Compare Source

Added
  • Added a benchmarks preset to the historical market data table of the admin control panel
Changed
  • Upgraded angular from version 18.0.2 to 18.0.4
Fixed
  • Fixed the dialog position (center) on mobile
  • Fixed the horizontal overflow in the historical market data table of the admin control panel
  • Changed the mechanism of the INTRADAY data gathering to persist data only if the market state is OPEN
  • Fixed the creation of activities with MANUAL data source (with no historical market data)

Add-on Release Notes

What's Changed

Full Changelog: v1.16.0...v1.17.0

v1.16.0

25 Jun 15:21
c7658d7
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.90.0

Compare Source

Added
  • Added a dialog for the benchmarks in the markets overview
  • Extended the asset profile details dialog of the admin control for currencies
  • Extended the content of the Self-Hosting section by the mobile app question on the Frequently Asked Questions (FAQ) page
Changed
  • Moved the indicator for active filters from experimental to general availability
  • Improved the error handling in the biometric authentication registration
  • Improved the language localization for German (de)
  • Set up SSL for local development
  • Upgraded the Stripe dependencies
  • Upgraded marked from version 9.1.6 to 13.0.0
  • Upgraded ngx-device-detector from version 5.0.1 to 8.0.0
  • Upgraded ngx-markdown from version 17.1.1 to 18.0.0
  • Upgraded zone.js from version 0.14.5 to 0.14.7

Add-on Release Notes

What's Changed

  • Interpret newlines when generating release notes by @lildude in #51
  • Update Ghostfolio to v2.90.0 by @renovate in #53
  • Update softprops/action-gh-release action to v2.0.6 by @renovate in #52
  • Replace docker/login-action in publisher with manual login by @lildude in #54
  • Revert "Replace docker/login-action in publisher with manual login" by @lildude in #55

Full Changelog: v1.15.0...v1.16.0

v1.15.0

14 Jun 05:46
b7b9c47
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.89.0

Compare Source

Added
  • Extended the historical market data table with currencies preset by date and activities count in the admin control panel
Changed
  • Improved the date validation in the create, import and update activities endpoints
  • Improved the language localization for German (de)

Add-on Release Notes

What's Changed

  • Make it clearer which are the addon release notes by @lildude in #48
  • Update actions/checkout action to v4.1.7 by @renovate in #49
  • Update Ghostfolio to v2.89.0 by @renovate in #50

Full Changelog: v1.14.0...v1.15.0

v1.14.0

12 Jun 13:43
1129fd2
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.88.0

Compare Source

Added
  • Set the image source label in Dockerfile
Changed
  • Improved the style of the blog post list
  • Migrated the @ghostfolio/client components to control flow
  • Improved the language localization for German (de)
  • Upgraded angular from version 17.3.10 to 18.0.2
  • Upgraded Nx from version 19.0.5 to 19.2.2

What's Changed

Full Changelog: v1.13.0...v1.14.0