Skip to content

Releases: lildude/ha-addon-ghostfolio

v1.37.0

25 Nov 06:32
3b3cc2c
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.124.0

Compare Source

Added
  • Added pagination parameters (skip, take) to the endpoint GET api/v1/admin/user
  • Added pagination response (count) to the endpoint GET api/v1/admin/user
  • Added GHOSTFOLIO as a new data source type
Changed
  • Extended the allocations by ETF holding on the allocations page by the parent ETFs (experimental)
  • Improved the language localization for German (de)
  • Upgraded countries-and-timezones from version 3.4.1 to 3.7.2
  • Upgraded Nx from version 20.0.6 to 20.1.2

Add-on Release Notes

What's Changed

Full Changelog: v1.36.0...v1.37.0

v1.36.0

17 Nov 08:51
6f3e11d
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.123.0

Compare Source

Added
  • Added a blog post: Black Weeks 2024
Changed
  • Moved the chart of the holdings tab on the home page from experimental to general availability
  • Extended the assistant by a holding selector
  • Separated the FIRE / X-ray page
  • Improved the usability to customize the rule thresholds in the X-ray page by introducing range sliders (experimental)
  • Improved the language localization for German (de)
  • Improved the language localization for Italian (it)
  • Upgraded ngx-skeleton-loader from version 7.0.0 to 9.0.0
  • Upgraded prisma from version 5.21.1 to 5.22.0
  • Upgraded uuid from version 9.0.1 to 11.0.2

Add-on Release Notes

What's Changed

Full Changelog: v1.35.0...v1.36.0

v1.35.0

31 Oct 00:22
27034ee
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.120.0

Compare Source

Added
  • Added support for log levels (LOG_LEVELS) to conditionally log prisma query events (debug or verbose)
Changed
  • Restructured the resources page
  • Renamed the static portfolio analysis rule from Allocation Cluster Risk to Economic Market Cluster Risk (Developed Markets and Emerging Markets)
  • Improved the language localization for German (de)
  • Switched the consistent-generic-constructors rule from warn to error in the eslint configuration
  • Switched the consistent-indexed-object-style rule from warn to off in the eslint configuration
  • Switched the consistent-type-assertions rule from warn to error in the eslint configuration
  • Switched the prefer-optional-chain rule from warn to error in the eslint configuration
  • Upgraded Nx from version 20.0.3 to 20.0.6

Add-on Release Notes

What's Changed

Full Changelog: v1.34.0...v1.35.0

v1.34.0

27 Oct 14:02
e152eb4
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.119.0

Compare Source

Changed
  • Switched the consistent-type-definitions rule from warn to error in the eslint configuration
  • Switched the no-empty-function rule from warn to error in the eslint configuration
  • Switched the prefer-function-type rule from warn to error in the eslint configuration
  • Upgraded prisma from version 5.20.0 to 5.21.1
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
  • Fixed an issue with the X-axis scale of the portfolio evolution chart on the analysis page
  • Fixed an issue in the calculation of the static portfolio analysis rule: Allocation Cluster Risk (Developed Markets)
  • Fixed an issue in the calculation of the static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)

Add-on Release Notes

What's Changed

Full Changelog: v1.33.0...v1.34.0

v1.33.0

24 Oct 07:36
386b289
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.118.0

Compare Source

Added
  • Added a new static portfolio analysis rule: Allocation Cluster Risk (Developed Markets)
  • Added a new static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)
  • Added support for mutual funds in the EOD Historical Data service
Changed
  • Improved the font colors of the chart of the holdings tab on the home page (experimental)
  • Optimized the dialog sizes for mobile (full screen)
  • Optimized the git-hook via husky to lint only affected projects before a commit
  • Upgraded angular from version 18.1.1 to 18.2.8
  • Upgraded Nx from version 19.5.6 to 20.0.3
Fixed
  • Fixed the warning export was not found in connection with GetValuesParams
  • Quoted the password for the Redis service healthcheck in the docker-compose files (docker-compose.yml and docker-compose.build.yml)

Add-on Release Notes

What's Changed

Full Changelog: v1.32.0...v1.33.0

v1.32.0

20 Oct 07:30
b6b4513
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.117.0

Compare Source

Added
  • Added the logotype to the footer
  • Added the data providers management to the admin control panel
Changed
  • Improved the backgrounds of the chart of the holdings tab on the home page (experimental)
  • Improved the language localization for German (de)
Fixed
  • Fixed an issue in the carousel component for the testimonial section on the landing page

Add-on Release Notes

What's Changed

Full Changelog: v1.31.0...v1.32.0

v1.31.0

18 Oct 07:13
6ad3382
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.116.0

Compare Source

Added
  • Extended the content of the Self-Hosting section by the benchmarks concept for Compare with... on the Frequently Asked Questions (FAQ) page
  • Extended the content of the Self-Hosting section by the benchmarks concept for Markets on the Frequently Asked Questions (FAQ) page
  • Set the permissions (chmod 0700) on entrypoint.sh in the Dockerfile
Changed
  • Improved the empty state in the benchmarks of the markets overview
  • Disabled the text hover effect in the chart of the holdings tab on the home page (experimental)
  • Improved the usability to customize the rule thresholds in the X-ray section by introducing units (experimental)
  • Switched to adjusted market prices (splits and dividends) in the get historical functionality of the EOD Historical Data service
  • Improved the language localization for German (de)
Fixed
  • Fixed the usage of the environment variable PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY

Add-on Release Notes

What's Changed

Full Changelog: v1.30.0...v1.31.0

v1.30.0

15 Oct 05:01
9bdfe35
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.115.0

Compare Source

Added
  • Added the name to the tooltip of the chart of the holdings tab on the home page (experimental)
Changed
  • Improved the backgrounds of the chart of the holdings tab on the home page (experimental)
  • Improved the labels of the chart of the holdings tab on the home page (experimental)
  • Improved the usability to customize the rule thresholds in the X-ray section by introducing sliders (experimental)
  • Refactored the rule thresholds in the X-ray section (experimental)
  • Exposed the timeout of the portfolio snapshot computation as an environment variable (PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_TIMEOUT)
  • Harmonized the processor concurrency environment variables
  • Improved the portfolio unit tests to work with exported activity files
  • Enabled the noUnusedLocals compiler option in the tsconfig
  • Enabled the noUnusedParameters compiler option in the tsconfig
Fixed
  • Considered the language of the user settings on login with Security Token
Todo
  • Rename the environment variable from PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE to PROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY
  • Rename the environment variable from PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA to PROCESSOR_GATHER_HISTORICAL_MARKET_DATA_CONCURRENCY
  • Rename the environment variable from PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT to PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY

Add-on Release Notes

What's Changed

Full Changelog: v1.29.0...v1.30.0

v1.29.0

11 Oct 07:25
04eaac5
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.114.0

Compare Source

Added
  • Added a tooltip to the chart of the holdings tab on the home page (experimental)
  • Extended the Public API with the health check endpoint (experimental)
Changed
  • Moved the tags from the info to the user service
  • Switched the prefer-const rule from warn to error in the eslint configuration
Fixed
  • Fixed an exception in the portfolio details endpoint caused by a calculation of the allocations by market

Add-on Release Notes

What's Changed

Full Changelog: v1.28.0...v1.29.0

v1.28.0

07 Oct 08:09
817439a
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.113.0

Compare Source

Added
  • Set up a git-hook via husky to lint and format the changes before a commit
  • Added the typescript-eslint/recommended-type-checked rule to the eslint configuration
  • Added the typescript-eslint/stylistic-type-checked rule to the eslint configuration
Changed
  • Optimized the portfolio calculations by reusing date intervals
  • Refactored the calculation of the allocations by market on the allocations page
  • Refactored the calculation of the allocations by market on the public page
Fixed
  • Handled an exception in the historical market data gathering of derived currencies

v2.112.0

Compare Source

Added
  • Added a message to the search asset component if no results have been found in the create or update activity dialog
  • Added support to customize the rule thresholds in the X-ray section (experimental)
Changed
  • Optimized the portfolio calculations with smarter date interval selection
  • Improved the language localization for German (de)
Fixed
  • Fixed an issue in the calculation of allocations by market (Unknown)
  • Fixed the eslint configuration

Add-on Release Notes

What's Changed

Full Changelog: v1.27.0...v1.28.0