Calendar Card Pro v2.4.4
More consistent empty days behavior. This release fixes an important bug affecting the display of empty days, ensuring the calendar shows exactly what you expect in all configurations.
🐛 Bug Fixes
Improved Empty Days Display
- Fixed Empty Days Behavior - Resolved an issue where empty days weren't consistently displayed when
show_empty_days: truewas configured, particularly at the end of the date range - Proper Mode Handling - Fixed how empty days interact with compact mode settings, correctly handling both
compact_days_to_showandcompact_events_to_showparameters - Edge Case Support - Better handling of date ranges with sparse events, ensuring consistent behavior regardless of event distribution
- Parameter Validation - Ensures
compact_days_to_shownever exceedsdays_to_showto prevent showing empty days beyond the API fetch range
Related Issues
This release addresses a community-reported issue:
- #189 - Fixed bug where empty days weren't shown at the end of the date range when
show_empty_days: truewas configured
How Has This Been Tested
Testing has been conducted across:
- Multiple calendar configurations with various
days_to_showranges - Scenarios with events in different distribution patterns (beginning, middle, or end of range)
- Different combinations of compact mode parameters
- Various empty days settings
- Configurations where
compact_days_to_showis greater thandays_to_show
Full Changelog: v2.4.3...v2.4.4