Skip to content

Releases: lildude/ha-addon-ghostfolio

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

v1.27.0

01 Oct 08:00
b1b0e09
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.111.0

Compare Source

Added
  • Added read permissions to the Platform model
  • Added read permissions to the Tag model
  • Added userId to the Tag database schema
Changed
  • Considered the availability of the date range selector in the assistant per view
  • Considered the availability of the filters in the assistant per view
  • Optimized the portfolio calculations with smarter cloning of activities
  • Integrated the add currency functionality into the market data section of the admin control panel
  • Improved the language localization for German (de)
  • Upgraded prisma from version 5.19.1 to 5.20.0
  • Upgraded webpack-bundle-analyzer from version 4.10.1 to 4.10.2
Fixed
  • Fixed the content height of the create or update platform dialog in the admin control
  • Fixed the content height of the create or update tag dialog in the admin control

Add-on Release Notes

What's Changed

Full Changelog: v1.26.0...v1.27.0

v1.26.0

25 Sep 06:19
c93c820
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.110.0

Compare Source

Changed
  • Improved the usability of various action menus by introducing horizontal lines to separate the delete action
  • Improved the chart in the account detail dialog (experimental)
  • Aligned the holdings and regions of the public page with the allocations page
  • Considered the user’s language in the link of the access table to share the portfolio
  • Improved the language localization for German (de)

Add-on Release Notes

What's Changed

Full Changelog: v1.25.0...v1.26.0

v1.25.0

22 Sep 11:27
972f3f0
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.109.0

Compare Source

Added
  • Extended the Public API with a new endpoint that provides portfolio performance metrics (experimental)
  • Added the portfolio performance metrics to the public page
  • Added a blog post: Hacktoberfest 2024
Changed
  • Improved the usability of the create or update access dialog
  • Improved the loading indicator of the accounts table
  • Exposed the concurrency of the asset profile data gathering as an environment variable (PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE)
  • Exposed the concurrency of the historical market data gathering as an environment variable (PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA)
  • Exposed the concurrency of the portfolio snapshot calculation as an environment variable (PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT)
  • Improved the language localization for German (de)
  • Improved the language localization for Polish (pl)
  • Upgraded prisma from version 5.19.0 to 5.19.1

Add-on Release Notes

What's Changed

Full Changelog: v1.24.0...v1.25.0

v1.24.0

18 Sep 07:47
815fd7c
Compare
Choose a tag to compare

Ghostfolio Release Notes

v2.108.0

Compare Source

Added
  • Added support for bonds in the import dividends dialog
  • Added a Copy link to clipboard action to the access table to share the portfolio
  • Added the current market price column to the historical market data table of the admin control
  • Introduced filters (dataSource and symbol) in the accounts endpoint
Changed
  • Improved the usability of the toggle component
  • Switched to the accounts endpoint in the holding detail dialog
  • Added a fallback in the get quotes functionality of the EOD Historical Data service

Addon Release Notes

What's Changed

  • Only get Ghostfolio release notes if Ghostfolio updated by @lildude in #76
  • Update Ghostfolio to v2.108.0 by @renovate in #78

Full Changelog: v1.23.1...v1.24.0

v1.23.1

16 Sep 10:26
b0b6846
Compare
Choose a tag to compare

Add-on Release Notes

What's Changed

  • Configure nginx to run as an unprivileged user by @lildude in #75

Full Changelog: v1.23.0...v1.23.1