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

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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