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