summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 13:47:59 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 13:47:59 -0400
commit12795c5995fb6c0f5e794d9f9d343828fd536c6f (patch)
tree69b87f53dbda2b0a0fa86fc35d0ed28c2880aab9 /CHANGELOG.md
parent5084cddf37ba16ce0855f8575c39f5e62d1b7f67 (diff)
downloadwekan-12795c5995fb6c0f5e794d9f9d343828fd536c6f.tar.gz
wekan-12795c5995fb6c0f5e794d9f9d343828fd536c6f.tar.bz2
wekan-12795c5995fb6c0f5e794d9f9d343828fd536c6f.zip
Update ChangeLog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75728ae3..12babf0b 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: