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

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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