Skip to content

rss-accordion: Picture Perfect

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:15

This release focuses on providing more control over item images and improving the overall user experience. I'm excited to introduce customizable image aspect ratios and fit modes!

New Features

  • Image Aspect Ratio Control: You can now control the aspect ratio of item images using the new image_ratio option. This is perfect for creating a uniform look in your feed. You can use values like 16/9 or 1.77.
  • Image Fit Mode: Paired with image_ratio, the new image_fit_mode option lets you decide whether images should cover (fill and crop) the area or contain (fit inside) it.

Improvements

  • Enhanced Card Editor: The visual editor now includes fields for the new image ratio and fit mode options, making configuration easier.
  • Simplified HACS Installation: The README now features a "My Home Assistant" button to add the repository to HACS with a single click.
  • Smaller Footprint: The production build of the card is now minified, resulting in a smaller file size and faster loading times.

Documentation

  • Updated README.md to include documentation and examples for the new image_ratio and image_fit_mode options.
  • Added a direct documentation link to the card's info in HACS for easier access.

Maintenance

  • Upgraded development dependencies to their latest versions.