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

Annotation of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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