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

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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