What's Changed
🛎️ Experimental
These changes only apply if you have enabled experimental features
- Add new experimental content downloader by @ludeeus in #2543
- This will use a new handler to download files from GitHub, which should speed up the download of bigger repositories like icon packs.
- Always render readme by @ludeeus in #2546
- Ignore
info.md
and always renderREADME
- Ignore
- Add update entities by @ludeeus in #2570
- For those using HA 2022.4+ and configured HACS in the UI will have update entities for all downloaded repositories.
♻️ Refactor
- Update Configuration link by @reedy in #2523
- Remove retry logic by @ludeeus in #2541
- Replace release drafter with native config by @ludeeus in #2568
🐛 Bug Fixes
- Fix issues with concurrent downloads by @ludeeus in #2542
- Add authentication and temp dir cleanup by @ludeeus in #2544
- Start queue handling again if we can by @ludeeus in #2545
- Force update on remove by @ludeeus in #2569
⬆️ Dependency Updates
- Bump actions/setup-python from 2 to 3 by @dependabot in #2528
- Bump actions/checkout from 2 to 3 by @dependabot in #2533
- Bump pytest-asyncio from 0.18.1 to 0.18.2 by @dependabot in #2539
- Bump pytest from 7.0.1 to 7.1.1 by @dependabot in #2559
🎨 Frontend Updates
- hacs/frontend#565 Update dependencies @ludeeus
- hacs/frontend#563 Better detection of relative URLs @elahd
- hacs/frontend#566 Fix version / branch in relative links @ludeeus
- hacs/frontend#567 Fix deprecated highlight usage @ludeeus
- hacs/frontend#568 Fix linebreaks @ludeeus
- hacs/frontend#569 Limit update reload to storage users @ludeeus
- hacs/frontend#570 Remove paper elements @ludeeus
- hacs/frontend#571 Fix mobile store search @ludeeus
New Contributors
Full Changelog: 1.23.0...1.24.0