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

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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