Releases: lildude/ha-addon-ghostfolio
Releases · lildude/ha-addon-ghostfolio
v1.156.0
Ghostfolio Release Notes
v3.13.0
Added
- Added an icon to indicate external links in the page tabs component
- Added the Korean (
ko) language to the footer - Added a data gathering frequency (
DAILYorHOURLY) to the asset profile to control the market data gathering interval
Changed
- Changed the Fear & Greed Index (market mood) in the markets overview to use the stored market data instead of a live quote
- Moved the endpoint to get the asset profiles from
GET api/v1/admin/market-datatoGET api/v1/asset-profiles - Moved the endpoint to get the asset profile details from
GET api/v1/market-data/:dataSource/:symboltoGET api/v1/asset-profiles/:dataSource/:symbol - Added the selected asset profile count to the delete menu item of the historical market data table in the admin control panel
- Added the selected asset profile count to the deletion confirmation dialog of the historical market data table in the admin control panel
- Improved the sorting to be case-insensitive in the platform management of the admin control panel
- Improved the sorting to be case-insensitive in the tag management of the admin control panel
- Improved the language localization for German (
de) - Upgraded
yahoo-finance2from version3.14.2to3.15.3
Fixed
- Fixed an issue with the localization of the country names
- Fixed an issue in the data provider service where quotes could be missing for symbols that exist in multiple data sources by keying the quotes response by the asset profile identifier
Add-on Release Notes
What's Changed
Full Changelog: v1.155.0...v1.156.0
v1.155.0
What's Changed
Full Changelog: v1.154.0...v1.155.0
v1.154.0
Ghostfolio Release Notes
v3.11.0
Added
- Added support for a click handler in the page tabs component
Changed
- Improved the styling of the tabs across various dialogs
- Improved the styling of the page tabs component on desktop
- Enabled the Bull Dashboard tab in the admin control panel (experimental)
- Migrated the settings dialog to customize the rule thresholds of the X-ray page from
ngModelto form control - Improved the language localization for Spanish (
es) - Upgraded
bull-boardfrom version7.1.5to7.2.1 - Upgraded
date-fnsfrom version4.1.0to4.4.0
Fixed
- Improved the loading state when customizing the rule thresholds on the X-ray page
Add-on Release Notes
What's Changed
Full Changelog: v1.153.0...v1.154.0
v1.153.0
Ghostfolio Release Notes
v3.10.0
Changed
- Improved the dynamic numerical precision for various values in the account detail dialog on mobile
- Improved the dynamic numerical precision for various values in the holding detail dialog on mobile
- Improved the account name display in the activities table
- Optimized the endpoint
GET api/v1/portfolio/holding/:dataSource/:symbolby improving the processing of the historical market data
Fixed
- Fixed an issue in the import dividends dialog
- Fixed an issue where certain symbols were incorrectly identified as currencies in various data providers
- Fixed the last request date in the users table of the admin control panel
Add-on Release Notes
What's Changed
Full Changelog: v1.152.0...v1.153.0
v1.152.0
Ghostfolio Release Notes
v3.9.0
Added
- Extended the Public API with the endpoint to update the asset profile data (
PATCH api/v1/asset-profiles/:dataSource/:symbol) (experimental) - Added support for a dedicated OpenRouter model for the
web_fetchtool in theFetchService
Changed
- Prefilled the form in the account balance management with the current cash balance
- Disabled the selection of future dates in the account balance management
- Grouped commodities and cryptocurrencies into the unknown bucket of the allocations by continent, country, currency, market and sector charts on the allocations page
- Moved the support for specific calendar year date ranges (
2025,2024,2023, etc.) in the assistant from experimental to general availability - Migrated various components from
NgStyleto style bindings - Improved the language localization for Korean (
ko)
Fixed
- Grouped activities without an account into the unknown bucket of the allocations by account and platform charts on the allocations page
Add-on Release Notes
What's Changed
Full Changelog: v1.151.0...v1.152.0
v1.151.0
What's Changed
Full Changelog: v1.150.0...v1.151.0
v1.150.0
Ghostfolio Release Notes
v3.7.0
Added
- Added support for routing selected requests through the OpenRouter
web_fetchtool in theFetchService
Changed
- Extended the countries mapping in the data enhancer for asset profile data via Trackinsight
- Removed the deprecated attributes (
assetClass,assetClassLabel,assetSubClass,assetSubClassLabel,countries,currency,dataSource,holdings,name,sectors,symbolandurl) from the holdings of the portfolio details endpoint response - Upgraded
Nxfrom version22.7.2to22.7.5
Fixed
- Resolved an issue in the impersonation mode where the values did not match the owner’s currency
- Fixed the environment variable expansion in the
.envfile when debugging via Visual Studio Code
Add-on Release Notes
What's Changed
Full Changelog: v1.149.0...v1.150.0
v1.149.0
Ghostfolio Release Notes
v3.6.0
Added
- Added
HTTP_PROXY,HTTPS_PROXY, andNO_PROXYenvironment variable support to outbound HTTP requests - Added the
FetchServiceto centralize outbound HTTP requests
Changed
- Extracted the floating action buttons (FAB) to a reusable component
- Upgraded
nestjsfrom version11.1.19to11.1.21 - Upgraded
yahoo-finance2from version3.14.0to3.14.2
Add-on Release Notes
What's Changed
Full Changelog: v1.148.0...v1.149.0
v1.148.0
Ghostfolio Release Notes
v3.5.0
Added
- Configured the
min-release-agein.npmrc
Changed
- Removed the deprecated attributes (
assetClass,countries,currency,dataSource,name,sectors,symbolandurl) from the holdings of the public portfolio endpoint response - Removed the deprecated
api/v1/orderendpoints - Upgraded
@keyv/redisfrom version4.4.0to5.1.6
Fixed
- Fixed a layout regression that caused a double scrollbar on pages without tabs
- Resolved an issue with missing cash positions caused by an incorrect data source
Add-on Release Notes
What's Changed
Full Changelog: v1.147.0...v1.148.0
v1.147.0
Ghostfolio Release Notes
v3.4.0
Added
- Added the icon column to the benchmark component
- Added support for the
DIRECT_URLenvironment variable to enable direct database connections
Changed
- Improved the pagination in the activities table of the account detail dialog
- Improved the pagination in the activities table of the holding detail dialog
- Randomized the placeholder in the assistant
- Filtered out sectors with zero weight for ETF and mutual fund assets in the Yahoo Finance data enhancer
- Enabled the Bull Dashboard in the admin control panel without requiring an environment variable (experimental)
- Improved the verification of the Stripe checkout session when creating a subscription
- Relaxed the URL validation in the asset profile DTOs to accept both
HTTPandHTTPSprotocols - Relaxed the URL validation in the platform DTOs to accept both
HTTPandHTTPSprotocols - Extracted the page tabs to a reusable component
- Improved the language localization for German (
de) - Improved the language localization for Spanish (
es) - Upgraded
bull-boardfrom version7.0.0to7.1.5 - Upgraded
Nxfrom version22.7.1to22.7.2
Fixed
- Resolved an issue with the cash balance calculation of an account for
SELLactivities to ensure fees are correctly subtracted - Resolved an exception in the portfolio details endpoint when an asset profile is unmatched
Add-on Release Notes
What's Changed
Full Changelog: v1.146.0...v1.147.0