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