v0.2.1
Bug fix
Charts for 1M, YTD and 1Y were not shown on installations via HACS.
The v0.2.0 release zip was created before the card JS was updated to fetch history via the REST endpoint (/api/easy_stock/history). The shipped JS still read attr.history from the sensor state, which the integration no longer exposes.
Affected ranges: 1M, YTD, 1Y (1D and 1W were unaffected as they use HA recorder history).
What's new
- Release workflow (
.github/workflows/release.yml): always rebuilds the card JS from source before tagging — release zip and tag are guaranteed to be in sync from now on.