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