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

Annotation of /trunk/Changelog.md

Parent Directory Parent Directory | Revision Log Revision Log


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