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