From d702122e5691853486610e1526a37b436682308e Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 7 Jan 2021 20:07:18 +0200 Subject: [PATCH] Add dev version changes to CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf640ba..72519d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:**