summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-04 21:54:27 +0300
committerLauri Ojansivu <x@xet7.org>2019-09-04 21:54:27 +0300
commitbc2fcef7c41fd328be02925b2313c6f11bdad111 (patch)
tree1ddca252f00f6e625af52c411ceebe5aae12a8ea /CHANGELOG.md
parent750349053c893e1841aa08805662a4fc38eb1f46 (diff)
downloadwekan-bc2fcef7c41fd328be02925b2313c6f11bdad111.tar.gz
wekan-bc2fcef7c41fd328be02925b2313c6f11bdad111.tar.bz2
wekan-bc2fcef7c41fd328be02925b2313c6f11bdad111.zip
Update ChangeLog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b00606b..0c7cf473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+# Upcoming Wekan release
+
+This release adds the following new features:
+
+- [Complete the original author's webhook functions and add two-way webhook type:
+ 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).
+ 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).
+ Thanks to Akuket.
+- [Devcontainer: Moved MAIL-Vars to not-committed file, and added PATH with meteor to
+ Environment](https://github.com/wekan/wekan/pull/2672).
+ Thanks to road42.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v3.35 2019-08-29 Wekan release
This release fixes the following bugs: