Added a new sub feature flag FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS

This commit is contained in:
Bernd Bestel
2019-10-05 13:10:56 +02:00
parent ff92e8235f
commit 700db9ae00
4 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
### Recipe fixes
- Fixed that recipes were displayed without ingredients if the total recipe count was > 100
### Shopping list improvements
- Added a new sub feature flag `FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS` to disable multiple shopping lists if you only need one (defaults to `true`, so no changed behavior when not configured)
### Chores improvements
- Added a new period type "yearly" (for yearly schedules)
- Added a "period interval" option per chore to have more flexible schedules (possible for the daily/weekly/monthly/yearly schedules, means "schedule this chore only every x days/weeks/months" to have for example biweekly schedules)