This is another big one!
New Features
- Add to Playlist: If you have the optional mass_queue integration installed, you will now see an "Add to Playlist" option when clicking more options on a track search result. Note: Only editable playlists can have tracks added to them, YAMP will automatically filter out any ineligible playlists.
- Play Collection Button: Now when you drill into an artist, playlist, or album you will see a play icon in the header so you can play that collection without having to back out
- Light and Dark Mode: If
match_themeistrue, YAMP will now follow the devices light and dark mode - Clear Search Button: You will now see a handy clear search button when you input text in the search screen saving some clicks
- Language Fallback Detection: YAMP will now check global language settings if no profile language is set
- Dedicated Search Card Type: A new configuration
card_typeon the behavior tab will now let you configure YAMP as a dedicated search screen. This allows you to configure two YAMP card side-by-side with a dedicated search sidebar (see screenshot)
Improvements
Moved from polling for jinja2 templats to a websocket. Now templates resolve much faster than before.
What's Changed
- Feat add to playlist by @jianyu-li in #267
- build(deps-dev): bump @rollup/plugin-commonjs from 29.0.0 to 29.0.2 by @dependabot[bot] in #265
- feat: Add Home Assistant language fallback for localization by @jianyu-li in #268
- added play collection in drill through by @jianyu-li in #269
- 266 ma template state does not update without page refresh by @jianyu-li in #270
- Feat dedicated search screen by @jianyu-li in #273
- 272 light and dark mode search menu awareness by @jianyu-li in #274
Full Changelog: v34.3.0...v35.0.0