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