1 |
rakin |
275 |
# Changelog |
2 |
|
|
|
3 |
rakin |
401 |
### development |
4 |
rakin |
493 |
(No changes yet) |
5 |
|
|
|
6 |
|
|
### v4.0.0 |
7 |
|
|
* Added pagination to `help` command |
8 |
rakin |
469 |
* Changed `rolelist` command signature and syntax |
9 |
|
|
* Added pagination to `rolelist` command |
10 |
|
|
* Added pagination system |
11 |
rakin |
463 |
* Added installation/setup script for easy setup of the bot |
12 |
rakin |
460 |
* Changed about command embed |
13 |
|
|
* Changed warn command embed color and added timestamps |
14 |
rakin |
454 |
* Spotify status song name is now clickable; it takes you to the song page |
15 |
|
|
* Warning command now checks role position |
16 |
rakin |
448 |
* Added new and improved pagination system |
17 |
rakin |
425 |
* Upgraded the queue management system |
18 |
rakin |
418 |
* Fixed AFK systems not working properly (#84) |
19 |
|
|
* Updated config schema |
20 |
rakin |
406 |
|
21 |
rakin |
411 |
### v4.0.0-alpha1 |
22 |
|
|
* Fixed typo in a welcome message |
23 |
|
|
|
24 |
rakin |
406 |
### v4.0.0-alpha |
25 |
rakin |
385 |
* 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 |
rakin |
388 |
* Add license notices and other details to the about command |
32 |
rakin |
385 |
* Minor bug fixes |
33 |
rakin |
401 |
* Added profile filter for checking banned words/tokens in user profiles |
34 |
rakin |
385 |
|
35 |
rakin |
275 |
### 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 |
rakin |
411 |
Users having the `ADMINISTRATOR` permission will be able to bypass these requirements. Commands not listed here are not affected in this change. |