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