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