Releases: lildude/ha-addon-ghostfolio
Releases · lildude/ha-addon-ghostfolio
v1.45.0
Ghostfolio Release Notes
v2.132.0
Added
- Added the user interface for received access from others
Changed
- Improved support for automatic deletion of unused asset profiles when deleting activities
- Migrated the coupon redemption to the notification service for prompt dialogs
- Refactored
got
calls to useAbortSignal.timeout()
withoutAbortController()
- Improved the language localization for German (
de
) - Eliminated
body-parser
in favor of using@nestjs/platform-express
- Upgraded the Stripe dependencies
- Upgraded
angular
from version18.2.8
to19.0.5
- Upgraded
husky
from version9.1.6
to9.1.7
- Upgraded
marked
from version12.0.2
to15.0.4
- Upgraded
ng-extract-i18n-merge
from version2.12.0
to2.13.1
- Upgraded
ngx-device-detector
from version8.0.0
to9.0.0
- Upgraded
ngx-markdown
from version18.0.0
to19.0.0
- Upgraded
Nx
from version20.1.2
to20.3.0
- Upgraded
prisma
from version6.0.1
to6.1.0
- Upgraded
zone.js
from version0.14.10
to0.15.0
Fixed
- Fixed an issue with the algebraic sign in the twitter bot service
Add-on Release Notes
What's Changed
Full Changelog: v1.44.0...v1.45.0
v1.44.0
Ghostfolio Release Notes
v2.131.0
Changed
- Improved the search for asset profiles with
MANUAL
data source in the create or update activity dialog - Improved the usability of the link to manage access with a new icon
- Improved support to import activities by
isin
in the Yahoo Finance service - Improved the language localization for Polish (
pl
)
Add-on Release Notes
What's Changed
Full Changelog: v1.43.0...v1.44.0
v1.43.0
Ghostfolio Release Notes
v2.130.0
Added
- Added a new static portfolio analysis rule: Asset Class Cluster Risk (Equity)
- Added a new static portfolio analysis rule: Asset Class Cluster Risk (Fixed Income)
- Set up a notification service for prompt dialogs
Changed
- Improved the usability to edit the emergency fund
- Extracted the market data management from the admin control panel endpoint to a dedicated endpoint
- Improved the language localization for German (
de
) - Improved the language localization for Polish (
pl
) - Upgraded
big.js
from version6.2.1
to6.2.2
Add-on Release Notes
What's Changed
Full Changelog: v1.42.0...v1.43.0
v1.42.0
Ghostfolio Release Notes
v2.129.0
Added
- Added
userId
to theSymbolProfile
database schema
Changed
- Improved the usability of the X-ray page by hiding empty rule categories
- Improved the language localization for German (
de
)
Add-on Release Notes
What's Changed
Full Changelog: v1.41.0...v1.42.0
v1.41.0
Ghostfolio Release Notes
v2.128.0
Changed
- Optimized the holding selector in the assistant
- Improved the language localization for German (
de
) - Upgraded
@internationalized/number
from version3.5.2
to3.6.0
Fixed
- Fixed an exception in the caching of the portfolio snapshot in the portfolio calculator
- Fixed the import of
jsonpath
to support REST APIs (JSON
) via the scraper configuration
Add-on Release Notes
What's Changed
Full Changelog: v1.40.0...v1.41.0
v1.40.0
Ghostfolio Release Notes
v2.127.0
Added
- Extended the X-ray page by a summary
Fixed
- Fixed an exception in the caching of the portfolio snapshot in the portfolio calculator
Add-on Release Notes
What's Changed
- Update softprops/action-gh-release action to v2.2.0 by @renovate in #107
- Update Ghostfolio to v2.127.0 by @renovate in #106
Full Changelog: v1.39.0...v1.40.0
v1.39.0
Ghostfolio Release Notes
v2.126.1
Added
- Added pagination to the users table of the admin control panel
Changed
- Improved the labels of the assistant
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries immediately in case of errors
- Extracted the historical market data editor to a reusable component
- Upgraded
prettier
from version3.3.3
to3.4.2
- Upgraded
prisma
from version6.0.0
to6.0.1
v2.126.0
Added
- Added pagination to the users table of the admin control panel
Changed
- Improved the labels of the assistant
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries immediately in case of errors
- Extracted the historical market data editor to a reusable component
- Upgraded
prettier
from version3.3.3
to3.4.2
- Upgraded
prisma
from version6.0.0
to6.0.1
Add-on Release Notes
What's Changed
Full Changelog: v1.38.0...v1.39.0
v1.38.0
Ghostfolio Release Notes
v2.125.0
Changed
- Improved the style of the symbol search component
- Extended the users table in the admin control panel
- Refreshed the cryptocurrencies list
- Increased the default request timeout (
REQUEST_TIMEOUT
) - Upgraded
cheerio
from version1.0.0-rc.12
to1.0.0
- Upgraded
prisma
from version5.22.0
to6.0.0
Add-on Release Notes
What's Changed
- Update Ghostfolio to v2.124.1 by @renovate in #103
- Update Ghostfolio to v2.125.0 by @renovate in #104
Full Changelog: v1.37.0...v1.38.0
v1.37.0
Ghostfolio Release Notes
v2.124.0
Added
- Added pagination parameters (
skip
,take
) to the endpointGET api/v1/admin/user
- Added pagination response (
count
) to the endpointGET 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 version3.4.1
to3.7.2
- Upgraded
Nx
from version20.0.6
to20.1.2
Add-on Release Notes
What's Changed
Full Changelog: v1.36.0...v1.37.0
v1.36.0
Ghostfolio Release Notes
v2.123.0
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 version7.0.0
to9.0.0
- Upgraded
prisma
from version5.21.1
to5.22.0
- Upgraded
uuid
from version9.0.1
to11.0.2
Add-on Release Notes
What's Changed
- Simplify Renovate and other small improvements by @lildude in #97
- Update softprops/action-gh-release action to v2.0.9 by @renovate in #96
- Update Ghostfolio to v2.121.1 by @renovate in #98
- Update Ghostfolio to v2.122.0 by @renovate in #99
- Update softprops/action-gh-release action to v2.1.0 by @renovate in #100
- Update Ghostfolio to v2.123.0 by @renovate in #101
Full Changelog: v1.35.0...v1.36.0