From 12795c5995fb6c0f5e794d9f9d343828fd536c6f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 10 Jul 2019 13:47:59 -0400 Subject: [PATCH] Update ChangeLog. --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75728ae38..12babf0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ This release adds the following new features: - [Add Corteza theme. In progress](https://github.com/wekan/wekan/commit/289e78dbd29cca9d97d3b5787c3368583d43b40f). Thanks to xet7. -- [System timelines will be showing any user modification for duat startat endat receivedat, also notification +- [Notify Due Days: System timelines will be showing any user modification for duat startat endat receivedat, also notification to the watchers and if any card is due, about due or past due](https://github.com/wekan/wekan/pull/2536). - ENV variables: NOTIFY_DUE_DAYS (default is 2, if 0, will turn off notification for and dued cards), - NOTIFY_DUE_ITVL (any number between 0 - 23, standing for at what hour of a day that the notification will + ENV variables: NOTIFY_DUE_DAYS_BEFORE_AND_AFTER (default is 2, if 0, will turn off notification for and dued cards), + NOTIFY_DUE_AT_HOUR_OF_DAY (any number between 0 - 23, standing for at what hour of a day that the notification will be sent to the watchers). Thanks to whowillcare. +- [Notify Due Days: Add settings to Snap/Docker/Source. Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and + NOTIFY_DUE_AT_HOUR_OF_DAY](https://github.com/wekan/wekan/commit/5084cddf37ba16ce0855f8575c39f5e62d1b7f67). + Thanks to xet7. and adds the following updates: