New Features
Look and Feel
Theme & Layout
- Adds a new configuration option for
display_timestampswhich adds the elapsed and remaining timestamps to the progress bar (only when not using alternate progress bar). #133 - Also did some work on the progress bar showing more accurate progress when seeking. Home Assistant doesn't provide the best progress tracking so we have to rely on internal methods to keep track.
Behavior
Interactions & Search
Adds new keep_filters_on_search option. Enable this to search within the current active filter (Favorites, etc) instead of clearing it. Before the last release, I had the search screen clear the favorite filter when searching. Then I thought it'd be cool to have it keep the favorite filter context but realized that might not be for everyone so I've made it a configurable option. #134
Other Things
I did some light adjustments in the editor to disable (rather than hide) configuration options that aren't available due to conflicting configuration selections.
What's Changed
- Feature/progress bar by @jianyu-li in #135
- Feature/favorite search by @jianyu-li in #136
Full Changelog: v30.1.2...v30.2.0