Update dev version changelog
parent
4a2edc6267
commit
7758408fab
|
@ -3,10 +3,14 @@
|
|||
## DEVELOPMENT VERSION
|
||||
*This version is not released yet.*
|
||||
|
||||
**General changes:**
|
||||
* **BREAKING CHANGE:** The default value for [`inboxServerPermission`](docs/configuration.md#inboxserverpermission) is now `manageMessages`
|
||||
**Breaking changes:**
|
||||
* The default value for [`inboxServerPermission`](docs/configuration.md#inboxServerPermission) is now `manageMessages`
|
||||
* This means that after updating, if you haven't set `inboxServerPermission` in your `config.ini`,
|
||||
only those members with the "Manage Messages" permission on the inbox server will be able to use the bot's commands
|
||||
* The default value for [`mentionRole`](docs/configuration.md#mentionRole) is now `none`
|
||||
* To turn `@here` pings back on for new threads, set `mentionRole = here` in your `config.ini`
|
||||
|
||||
**General changes:**
|
||||
* New option: `showResponseMessageInThreadChannel`
|
||||
* Controls whether the bot's response message is shown in the thread channel
|
||||
* Bot and Node.js version is now shown on bot start-up
|
||||
|
|
Loading…
Reference in New Issue