Releases: lildude/ha-addon-ghostfolio
Releases · lildude/ha-addon-ghostfolio
v1.32.0
Ghostfolio Release Notes
v2.117.0
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
Ghostfolio Release Notes
v2.116.0
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
) onentrypoint.sh
in theDockerfile
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
Ghostfolio Release Notes
v2.115.0
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 thetsconfig
- Enabled the
noUnusedParameters
compiler option in thetsconfig
Fixed
- Considered the language of the user settings on login with Security Token
Todo
- Rename the environment variable from
PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE
toPROCESSOR_GATHER_ASSET_PROFILE_CONCURRENCY
- Rename the environment variable from
PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA
toPROCESSOR_GATHER_HISTORICAL_MARKET_DATA_CONCURRENCY
- Rename the environment variable from
PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT
toPROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY
Add-on Release Notes
What's Changed
Full Changelog: v1.29.0...v1.30.0
v1.29.0
Ghostfolio Release Notes
v2.114.0
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 fromwarn
toerror
in theeslint
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
- Update actions/checkout action to v4.2.1 by @renovate in #87
- Update Ghostfolio to v2.114.0 by @renovate in #88
Full Changelog: v1.28.0...v1.29.0
v1.28.0
Ghostfolio Release Notes
v2.113.0
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 theeslint
configuration - Added the
typescript-eslint/stylistic-type-checked
rule to theeslint
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
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
Ghostfolio Release Notes
v2.111.0
Added
- Added read
permissions
to thePlatform
model - Added read
permissions
to theTag
model - Added
userId
to theTag
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 version5.19.1
to5.20.0
- Upgraded
webpack-bundle-analyzer
from version4.10.1
to4.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
- Update actions/checkout action to v4.2.0 by @renovate in #84
- Update Ghostfolio to v2.111.0 by @renovate in #85
Full Changelog: v1.26.0...v1.27.0
v1.26.0
Ghostfolio Release Notes
v2.110.0
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
Ghostfolio Release Notes
v2.109.0
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 version5.19.0
to5.19.1
Add-on Release Notes
What's Changed
- Update Ghostfolio to v2.109.0 by @renovate in #79
- Improve release notes gathering by @lildude in #81
Full Changelog: v1.24.0...v1.25.0
v1.24.0
Ghostfolio Release Notes
v2.108.0
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
andsymbol
) 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