Update ChangeLog.

This commit is contained in:
Lauri Ojansivu 2019-09-05 22:54:37 +03:00
parent 9764e03a37
commit 37065c1d50

View file

@ -2,15 +2,14 @@
This release adds the following new features: 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 1. Make webhook function more complete by allowing user to specify name and token of
a webhook to increase security. a webhook to increase security.
1. Allow wekan admin to sepcify a global webhook. 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. 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.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.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 3.3. If it doesn't have commentId, then a new comment will be added, otherwise, does nothing.
otherwise, does nothing](https://github.com/wekan/wekan/pull/2665).
Thanks to whowillcare. Thanks to whowillcare.
- [Patch admin search feature to Search in all users, not just "loaded" users - [Patch admin search feature to Search in all users, not just "loaded" users
in the client](https://github.com/wekan/wekan/pull/2667). 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). Environment](https://github.com/wekan/wekan/pull/2672).
Thanks to road42. 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. Thanks to above GitHub users for their contributions and translators for their translations.
# v3.35 2019-08-29 Wekan release # v3.35 2019-08-29 Wekan release