v3.2.0
Breaking Changes
background_transparentsuperseded bybackground_opacityallowing finer control.background_transparentwill continue to work.
Features Added
- Configurable background opacity. A new
background_opacitynumeric config option lets you control the transparency of the card's background color and image layers independently. - Swipe-to-navigate. Touch-based left/right swipe gestures now navigate between calendar periods, enabled by default and controllable via the new
disable_swipe_controls: trueconfig option. - Month view week-compact override. A new boolean
show_all_details_monthoption (default false) makes the month view render events using the week-compact visual style while also overriding compact-height calculations.
Other Changes
- Updated compatibility with UIX. Documented with examples on the github wiki.
What's Changed
- Fix header controls inheriting custom card font by @superdingo101 in #181
- Fix weekday label transparency when using custom background in dark mode by @superdingo101 in #185
- Add configurable background opacity and refactor background rendering by @superdingo101 in #186
- Update compatibility link to reflect UIX naming by @superdingo101 in #187
- Add optional swipe-to-navigate controls and refactor period navigation by @superdingo101 in #189
- Add
show_all_details_month- month view week-compact details override by @superdingo101 in #190
Full Changelog: v3.1.0...v3.2.0