Update compliments module (#3471)

`Fixes #3465`

Add config option `specialDayUnique` that defaults to `false` and causes
special day compliments to be added to the existing compliments array.
Setting this option to `true` will only show the compliments that have
been configured for that day.

---------

Co-authored-by: Veeck <github@veeck.de>
Co-authored-by: veeck <michael.veeck@nebenan.de>
Co-authored-by: Karsten Hassel <hassel@gmx.de>
This commit is contained in:
WallysWellies
2024-06-24 21:40:59 +01:00
committed by GitHub
parent 3d9d72e64e
commit aefb3a0b6d
5 changed files with 75 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ Thanks to: @kleinmantara (to be continued before release)
### Added
- [calendar] Added config option "showEndsOnlyWithDuration" for default calendar
- [compliments] Added `specialDayUnique` config option, defaults to `false`. (#3465)
### Removed