Releases: gadgetchnnel/lovelace-home-feed-card
Releases · gadgetchnnel/lovelace-home-feed-card
0.3.4b1
- Format inline images to fit card
- Sort items from multi-item entities in descending order of timestamp before truncating to max_items count
0.3.3
Set locale of Moment module based on browser language
0.3.2
Change module imports to local files to avoid unpkg issues.
0.3.1
Updated version number
0.3.0
Promoting 0.3.0 to release
0.3.0b3
- Use notification id to generate title if title is not present
- Attempt to implement translations for <1 minute ago and in >1 minute
- Add exact_durations option
0.3.0b2
Fix hr element when in non-compact mode
0.3.0b1
A few experimental updates.
- A compact_mode option, which displays the time to the right of the feed item instead of underneath (also removes dismiss button from notifications)
- Expand more_info_on_tap to work with calendar events, multi-item entities (requires new detail_template option), and notifications. If compact_mode is enabled this will also make notifications clickable/tappable (regardless of more_info_on_tap setting) to allow them to be dismissed from the feed.
- A detail_template option for multi-item entities. This uses the built-in Markdown card meaning that full Jinja2 templating can be used. The item properties can be used in the Jinja2 template via the config.item property
0.2.12
Promoting latest beta changes to release
0.2.12b2
- Refactored LitElement code
- Re-added max_item_count logic (was lost in previous refactoring)