Changes
Navigate media with a new optional thumbnail carousel
Optionally see the latest snapshots or clips on your live view for easy access:
New card-wide / view-wide actions
Add support for actions (tap, double tap, hold) on the card itself, e.g. you could configure a "double tap for fullscreen". See documentation and example.
💥 Breaking Changes
- Move
update_entities
toview.update_entities
(Visual editor users will be offered automated upgrade, YAML users should see the translation guide) (#226) @dermotduffy
🚀 Features
- Add ability to force card auto-update (#225) @dermotduffy
- Add thumbnail carousel to event viewer and live view (#208) @dermotduffy
- Advanced: Allow setting custom JSMPEG options (#197) @dermotduffy
- Allow menu to be conditionally hidden (#194) @dermotduffy
- Add support for actions on the card itself (with view specific overrides) (#193) @dermotduffy
- Allow custom user-defined actions to control the frigate card (e.g. activate fullscreen) (#190) @dermotduffy
🐛 Fixes
- Fix media downloads for Home Assistant companion apps (#219) @dermotduffy
- Statically specified images should be centered in fullscreen mode (#215) @dermotduffy
- Don't show thumbnails carousel by default (#212) @dermotduffy
- Don't render thumbnail carousel if there are no thumbnails (#211) @dermotduffy
- Fix bug where touchevents were being ignored by elements within the card (#201) @dermotduffy
- Fix fullscreen thumbnail sizes not correctly adjusting to expanded real estate (#195) @dermotduffy
🐎 Performance
- Avoid calling for a re-render unless absolutely necessary (#218) @dermotduffy
- Only register WebRTC callbacks once (#217) @dermotduffy
📚 Documentation
- Add troubleshooting entry for Android devices with >4 JSMPEG live views (#229) @dermotduffy
- Add more varied screenshots (#228) @dermotduffy
- Add documentation for built in menu buttons (#227) @dermotduffy
- Add development documentation (#222) @dermotduffy
🔨 Refactoring
- Refactor the visual card editor (#214) @dermotduffy
- Split gallery into an async and sync part for clarity (#188) @dermotduffy
- Use consts for configuration keys (#187) @dermotduffy
📦 Dependencies
- Bump version to v2.1.0 . (#230) @dermotduffy