Releases: music-assistant/support
2022.8.0
2022.8.0 Release - compatibility with HA 2022.8 and radio feature
What's Changed
- Compatibility with Home Assistant 2022.8 by @marcelveldt in https://github.com/music-assistant/hass-music-assistant/pull/747
- Add Spanish translation by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/750
- Add French translation of Configuration strings by @Y-Solo in https://github.com/music-assistant/hass-music-assistant/pull/753
- Add French translation of frontend by @Y-Solo in https://github.com/music-assistant/hass-music-assistant/pull/754
- Spanish translation of frontend by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/756
- Fix for translations not showing up in frontend by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/760
- Add radio feature by @MarvinSchenkel and @marcelveldt in https://github.com/music-assistant/hass-music-assistant/pull/767
- Add info about YouTube Music by @LukaszP2 in https://github.com/music-assistant/hass-music-assistant/pull/768
New Contributors
- @gelokatil made their first contribution in https://github.com/music-assistant/hass-music-assistant/pull/750
- @Y-Solo made their first contribution in https://github.com/music-assistant/hass-music-assistant/pull/753
Full Changelog: music-assistant/hass-music-assistant@2022.7.4...2022.8.0
2022.8.0 BETA 2
What's Changed
- Improve radio mode for playlists with mixed content.
- Fixed a few UI glitches in the OSD and player select
- Fixed the custom
mass.queue_command
service - Allow multiple items in the "play_media" of the
mass.queue_command
service
2022.8.0 BETA 1
Radio feature
It is now possible to start "Radio" from an artist, album, track or playlist. The tracks will be dynamically added to the queue based on your selection. You can even add multiple items to start the radio and even add other things to the queue as well in between. Your music will just keep on going and maybe you will discover some new music to your taste!
For now, Radio is only available to those who subscribe to either Spotify or Youtube music but we plan on adding a fallback implementation in a follow release.
You can find the "Start radio" play action in the play menu or context menu when it s available (meaning you're looking at an item which has one of the mentioned streaming providers linked).
Kudos to @MarvinSchenkel who did most of the work in making this feature happen!
What's Changed
- Add Spanish translation by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/750
- Add French translation of Configuration strings by @Y-Solo in https://github.com/music-assistant/hass-music-assistant/pull/753
- Add French translation of frontend by @Y-Solo in https://github.com/music-assistant/hass-music-assistant/pull/754
- Spanish translation of frontend by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/756
- Fix for translations not showing up in frontend by @gelokatil in https://github.com/music-assistant/hass-music-assistant/pull/760
- Add radio feature to the frontend by @marcelveldt in https://github.com/music-assistant/hass-music-assistant/pull/767
New Contributors
- @gelokatil made their first contribution in https://github.com/music-assistant/hass-music-assistant/pull/750
- @Y-Solo made their first contribution in https://github.com/music-assistant/hass-music-assistant/pull/753
Full Changelog: music-assistant/hass-music-assistant@2022.8.0b0...2022.8.0b1
2022.7.4
What's Changed
- Fix for translations not showing up in frontend (#760) @gelokatil
- Spanish translation of frontend (#756) @gelokatil
- Fix for playback issues on players that do multiple GET requests (e.g. Kodi, VLC etc)
- Fix group state for cast groups and stereo pairs
2022.7.3
What's Changed
-
Spanish translation added by @gelokatil
-
French translation added by @Y-Solo
-
fix playback control and resume from player itself
-
fix tag parsing of ogg media files
-
prevent player from buffering ahead too much
-
cleanup some redundant events
-
fix for files with no duration
-
fix typo in the Polish translation
Full Changelog: music-assistant/hass-music-assistant@2022.7.2...2022.7.3
2022.8 BETA 0
What's Changed
- Compatibility with Home Assistant 2022.8 (#747) @marcelveldt
WARNING - WARNING - WARNING
This release is only compatible with Home Assistant 2022.8 !!!!!
No new changes yet, just compatibility with HA 2022.8
2022.7.2
What's Changed
-
Fix announce feature (music-assistant/server#441) @marcelveldt
-
Various small fixes and enhancements (music-assistant/server#440) :
- fix edge case where playlist track has invalid albumdetails
- make the audio buffer more dynamic
- fix loop thread safety (fixes issues with cast speakers)
- simplify some code
- simplify player poll task
- extend timeout for spotify token retrieval
- Fix count of PagedItems queries
- Fix relative paths in playlists
- Handle some edge cases in cleanup procedure
- Fix metadata checksum overwrite
- Fix type of mediaitem image
- additional guards for library edit usage
- Fix local artwork retrieval in artist/album folders
- Handle (and log) slow Spotify connection
- inherit log level to musicasistant library
- adjust for simplified metadata in queueitem object
- fix auto refresh of track details
- fix thumb in playerqueue
- Some fixes for the standalone version of the frontend
- Fix a few small UI glitches
- Fix Cast players network error
2022.7.1
What's Changed
- Fix playback on Volumio players (#738) @marcelveldt
- Fix several issues in Browse feature (music-assistant/server#439) @marcelveldt
- Fix unsollicited (re)starts of queue playback (music-assistant/server#438) @marcelveldt
- Better handling of missing or malformed ID3 tags (music-assistant/server#434) @marcelveldt
- Update readme (#629) @OzGav
⬆️ Dependencies
11 changes
- Bump homeassistant from 2022.7.5 to 2022.7.6 (#727) @dependabot
- Bump mypy from 0.961 to 0.971 (#728) @dependabot
- Bump vue-tsc from 0.38.9 to 0.39.0 in /custom_components/mass/frontend (#729) @dependabot
- Bump @types/node from 18.0.6 to 18.6.1 in /custom_components/mass/frontend (#736) @dependabot
- Bump @mdi/font from 6.9.96 to 7.0.96 in /custom_components/mass/frontend (#737) @dependabot
- Bump @types/jsdom from 16.2.15 to 20.0.0 in /custom_components/mass/frontend (#730) @dependabot
- Bump @intlify/vite-plugin-vue-i18n from 5.0.0 to 5.0.1 in /custom_components/mass/frontend (#731) @dependabot
- Bump vitest from 0.18.1 to 0.19.1 in /custom_components/mass/frontend (#734) @dependabot
- Bump v3-infinite-loading from 1.0.6 to 1.1.2 in /custom_components/mass/frontend (#735) @dependabot
- Bump sass from 1.53.0 to 1.54.0 in /custom_components/mass/frontend (#732) @dependabot
- Bump @mdi/js from 6.9.96 to 7.0.96 in /custom_components/mass/frontend (#733) @dependabot
2022.7.0
2022.7 (July) release of Music Assistant
[IMPORTANT NOTES]
-
COMPATIBLE ONLY WITH HOME ASSISTANT 2022.7+
-
The filesystem provider now behaves more like the streaming providers and items on disk are no longer favorited by default.
You can still see all items if you deselect the new "in library" filter and decide for yourself what you want favorited.
Most important changes
- Add YoutubeMusic MusicProvider by @MarvinSchenkel
- Improved performance for really big collections.
- New ID3 tag parser to make sure that all tags are properly scanned.
- Implement (basic) browsing of music providers
- Global search feature
- Lot's of UI/UX improvements!
- Fix mapping and database issues
- Fix issues with local artwork resolving.
- Several player-specific issues resolved.
- More fine grained control of player queue(stream)settings
For a full list of all the changes, see the 2022.7 beta releasenotes: https://github.com/music-assistant/hass-music-assistant/releases
Thanks to all beta testers!
2022.7.0 BETA 9
What's Changed
- Fix repeat (music-assistant/server#432) @marcelveldt
- Fix artist splitters (music-assistant/server#432) @marcelveldt
- Fix add to queue when shuffle enabled (music-assistant/server#432) @marcelveldt
- Buffer optimizations (music-assistant/server#431) @marcelveldt
- Fix version listings for albums and tracks (music-assistant/server#430) @marcelveldt
- Fix missing provider id(s) error when updating items in the database (music-assistant/server#429) @marcelveldt
⬆️ Dependencies
9 changes
- Bump vitest from 0.18.0 to 0.18.1 in /custom_components/mass/frontend (#689) @dependabot
- Bump eslint from 8.19.0 to 8.20.0 in /custom_components/mass/frontend (#688) @dependabot
- Bump homeassistant from 2022.7.3 to 2022.7.5 (#687) @dependabot
- Bump pylint from 2.14.4 to 2.14.5 (#686) @dependabot
- Bump actions/setup-node from 3.3.0 to 3.4.1 (#685) @dependabot
- Bump vue-tsc from 0.38.5 to 0.38.8 in /custom_components/mass/frontend (#690) @dependabot
- Bump @intlify/vite-plugin-vue-i18n from 3.4.0 to 5.0.0 in /custom_components/mass/frontend (#691) @dependabot
- Bump @types/node from 18.0.3 to 18.0.6 in /custom_components/mass/frontend (#692) @dependabot
- Auto-update pre-commit hooks (#699) @github-actions