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

Contents of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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