Browse Source

Update ChangeLog.

Lauri Ojansivu 5 năm trước cách đây
mục cha
commit
bc2fcef7c4
1 tập tin đã thay đổi với 23 bổ sung0 xóa
  1. 23 0
      CHANGELOG.md

+ 23 - 0
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: