v0.2.2 — Fix 1-year chart for crypto assets
Bug Fix
Crypto assets (BTC-EUR, ETH-EUR, etc.) now show a full year of data in the 1Y chart.
Problem
The history was capped at 252 entries — the number of trading days per year for stock markets. Since crypto markets trade 7 days/week (365 days/year), this silently truncated crypto history to only ~8.4 months.
Fix
- History cap raised from 252 to 365 days
- Auto-migration: on the first update after installing this version, truncated crypto histories are automatically re-fetched. No manual action required.
- Stocks and ETFs are completely unaffected.