diff options
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7cf473..980c4ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,14 @@ This release adds the following new features: -- [Complete the original author's webhook functions and add two-way webhook type: +- [Complete the original author's webhook functions and add two-way webhook type](https://github.com/wekan/wekan/pull/2665): 1. Make webhook function more complete by allowing user to specify name and token of a webhook to increase security. 1. Allow wekan admin to sepcify a global webhook. 3. Add new type of two-way webhook that can act on the JSON webhook return payload: 3.1. If the payload data contains cardId, boardId, and comment key words, 3.2. If it has commentId, an existing comment will be modified - 3.3. If it doesn't have commentId, then a new comment will be added - otherwise, does nothing](https://github.com/wekan/wekan/pull/2665). + 3.3. If it doesn't have commentId, then a new comment will be added, otherwise, does nothing. Thanks to whowillcare. - [Patch admin search feature to Search in all users, not just "loaded" users in the client](https://github.com/wekan/wekan/pull/2667). @@ -19,6 +18,11 @@ This release adds the following new features: Environment](https://github.com/wekan/wekan/pull/2672). Thanks to road42. +and fixes the following bugs: + +- [Fix incorrect date types for created and updated, so now newest card comments are at top](https://github.com/wekan/wekan/pull/2679). + Thanks to justinr1234. + Thanks to above GitHub users for their contributions and translators for their translations. # v3.35 2019-08-29 Wekan release |