What's Changed * Frontend fixes (357) marcelveldt * Fix some frontend glitches * Add paging to retrieval of large library listings * Lazy load the library items * Fix queue resume
2022.6.0b6
What's Changed * Fix Config and options flow (349) marcelveldt * Fix player state issue * Fix: overwrite info in db when ID3 tags changed * Fix: resume initial scan when it gets interrupted * Fix: Ignore repeat settings for alert/announcements * Fix: Use mp3 for alert/announcements
⬆️ Dependencies
<details> <summary>6 changes</summary>
* Bump actions/setup-node from 3.2.0 to 3.3.0 (334) dependabot * Bump mypy from 0.960 to 0.961 (335) dependabot * Bump pylint from 2.14.0 to 2.14.1 (336) dependabot * Bump actions/setup-python from 3 to 4 (333) dependabot * Bump homeassistant from 2022.6.2 to 2022.6.5 (337) dependabot * Bump vue-tsc from 0.37.3 to 0.37.5 in /custom_components/mass/frontend (338) dependabot </details>
2022.6.0b5
What's Changed * Fix stream issues on buffer-sensitive devices (e.g. Google cast) * Fix alert TTS feature * Fix radio playback gets interrupted * Fix playback on DLNA devices * Fix power on at playback start
2022.6.0b4
What's Changed
- Fix Music Assistant panel blank page after the beta3 update - Update frontend dependencies - Fix elapsed time on mass media_player entity
⬆️ Dependencies
<details> <summary>14 changes</summary>
* Bump vite from 2.9.4 to 2.9.12 in /custom_components/mass/frontend (323) dependabot * Bump vuetify from 3.0.0-beta.1 to 3.0.0-beta.3 in /custom_components/mass/frontend (327) dependabot * Bump vue-router from 4.0.15 to 4.0.16 in /custom_components/mass/frontend (326) dependabot * Bump typescript from 4.7.2 to 4.7.3 in /custom_components/mass/frontend (325) dependabot * Bump sass from 1.52.1 to 1.52.3 in /custom_components/mass/frontend (324) dependabot * Bump vue-cli-plugin-vuetify from 2.5.0 to 2.5.1 in /custom_components/mass/frontend (312) dependabot * Bump vue from 3.2.36 to 3.2.37 in /custom_components/mass/frontend (309) dependabot * Bump eslint from 8.16.0 to 8.17.0 in /custom_components/mass/frontend (308) dependabot * Bump vue-tsc from 0.35.2 to 0.37.3 in /custom_components/mass/frontend (322) dependabot * Auto-update pre-commit hooks (316) github-actions * Bump homeassistant from 2022.6.0b5 to 2022.6.2 (307) dependabot * Bump pylint from 2.13.9 to 2.14.0 (306) dependabot * Bump vitest from 0.13.0 to 0.14.2 in /custom_components/mass/frontend (319) dependabot * Bump types/node from 17.0.36 to 17.0.42 in /custom_components/mass/frontend (320) dependabot </details>
2022.6.0b3
What's Changed
Partial rewrite of streaming engine, although tested for days it may still contain some issues.
* Fix buffering issues * Fix fast(er) seeking without caching * Optimize memory and cpu consumption while streaming * Fix alert feature * Fix playback on DLNA/UPNP players (e.g. Sonos)
2022.6.0b2
What's Changed * Add refresh button to manual sync library items (292) marcelveldt * Add new alert/announce feature (291) marcelveldt * Fix Spotify login at startup may either fail for the first time or hang for a while * Improve buffering for Sonos devices * Fix another glitch with Google cast groups