Add dev version changes to CHANGELOG.md

cshd
Dragory 2021-01-07 20:07:18 +02:00
parent e9893fe56e
commit d702122e56
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## DEVELOPMENT VERSION
*This version is not released yet.*
**General changes:**
* **BREAKING CHANGE:** 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
* 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
* `config.example.ini` now contains several common options by default
* When starting the bot via command line, you can now specify which config file to load with the `--config`/`-c` CLI option
**Plugins:**
* Plugins are now installed before connecting to the Discord Gateway
* Fix GitHub-based NPM plugins requiring Git to be installed to work
* Plugin installation errors are no longer truncated
## v3.2.0
**General changes:**