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