Changes
💥 Breaking Changes
- The menu mode 'hidden' has been renamed to 'hidden-top', and 'overlay' to 'overlay-top'. If 'hidden' or 'overlay' were explicitly used in your card configuration, they must be updated. See updated documentation. (#38) @dermotduffy
- The 'motion_entity' configuration is removed. Instead use an entry under 'entities' which support arbitrary entities being added (including motion/binary sensors). See updated documentation. (#42) @dermotduffy
🚀 Features
- Fetch metadata and media content via MediaBrowser instead of directly from Frigate server. Allows better compatibility with addon & Nabu Casa users. Supports both pre/post-Frigate 0.9.0 (#31) @dermotduffy
- Add browsing of folders in media mini-gallery (#32) @dermotduffy
- Add support to add arbitrary entities to menu (#42) @dermotduffy
- Support hiding select menu buttons (#41) @dermotduffy
- Add support for top, left, bottom, right menus (#38) @dermotduffy
- Add next/previous media controls (#36) @dermotduffy
- Add control animations for next/prev controls (#37) @dermotduffy
- Allow the menu to be entirely removed (#45) @dermotduffy
- Fully localize all remaining strings (#44) @dermotduffy
- Add troubleshooting information to error display (#11) @dermotduffy
- Show event titles in viewer for reference (#53) @dermotduffy
🐛 Fixes
- Fix gallery scrolling in Safari (#52) @dermotduffy
- Fix issue that was causing Lovelace to not spread cards across columns (#49) @dermotduffy
- Allow menu_buttons to be optional (#48) @dermotduffy
- Don't allow viewer/gallery over max 16/9 lovelace height. (#28) @dermotduffy
🐎 Performance
- Limit re-rendering to improve user experience (#33) @dermotduffy
📚 Documentation
- Improve WebRTC documentation slightly (#15) @dermotduffy
💄 Style
- Shrink button size slightly (#46) @dermotduffy
📦 Dependencies
- Upgrade to lit, remove lit-element and lit-html (#51) @dermotduffy
- Bump version to v1.0.0 (#50) @dermotduffy
- Use bug icon for bugs (#54) @dermotduffy