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