Skip to content

Commit

Permalink
Added a property documentation and updated the ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Oct 4, 2020
1 parent 7798a11 commit 3133288
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog:
* **1.4.22**
- Added conversation mode "none", which implies showing the channel description instead of the channel conversation.
This can be especially handy for information channel.
- Removed flag `channel_flag_conversation_private` (Still settable for backwards compatibility)
The permission `b_channel_create_modify_conversation_private` as also been removed
- Introduced a new channel property called `channel_conversation_mode`
Introduced permissions `b_channel_create_modify_conversation_mode_private`, `b_channel_create_modify_conversation_mode_public` and `b_channel_create_modify_conversation_mode_none`
- Added a documentation for all known properties
- Fixed reliable crash due to a command

* **1.4.21**
- Fixed a crash related to the file transfer (when uploading a file)
- Respecting the server logging properties (already implemented in 1.4.20-beta1)
Expand Down

0 comments on commit 3133288

Please sign in to comment.