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