/[sudobot]/trunk/Changelog.md
ViewVC logotype

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26