1 |
# Changelog |
2 |
|
3 |
### v3.1.0 (development) |
4 |
* Performance Improvements |
5 |
* Now Using MongoDB as Database instead of SQLite **[BREAKING CHANGE]** |
6 |
* A full refactor of the API |
7 |
* Dockerized the project |
8 |
* Customizable data directory path |
9 |
* Fixed autocomplete interaction issues |
10 |
* Minor bug fixes |
11 |
|
12 |
### v3.0.0-alpha |
13 |
* Improved channel locking system |
14 |
* Added welcomer with random welcome messages support |
15 |
* Added permission based command system [BREAKING CHANGE] |
16 |
* Added config management command |
17 |
* Added embed builder command |
18 |
* Snippets, and some other commands now support embed schemas |
19 |
* Improved automod system |
20 |
* Added AntiJoin system |
21 |
* Auto mute user if they were muted before and left the server |
22 |
* Added debug logger for better error investigation |
23 |
* Improve the strategy of loading services |
24 |
* Added repeated text filter channel exclution, spam filter exclusions will now also apply to this filter |
25 |
* Added mention input parser |
26 |
* Integrate with PM2 process manager |
27 |
* Performance enhancements |
28 |
|
29 |
##### Breaking Changes!!! |
30 |
Some commands will now require specific permissions. Users without those permissions will not be able to run those commands. |
31 |
The required permissions are given below: |
32 |
|
33 |
Command |Permission(s) |
34 |
------------------------------|------------- |
35 |
Ban |`BAN_MEMBERS` |
36 |
Kick |`KICK_MEMBERS` |
37 |
Mute |`MODERATE_MEMBERS` (Timeout Members) |
38 |
Clearing messages |`MANAGE_MESSAGES` |
39 |
Setting Channel Permissions |`MANAGE_CHANNELS` |
40 |
|
41 |
Users having the `ADMINISTRATOR` permission will be able to bypass these requirements. Commands not listed here are not affected in this change. |