You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/changelog.md
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,47 @@
3
3
Here you can find the changelog for the library. This is a list of all the changes that have been made to the library, since V5.0.0.
4
4
In breaking changes, the breaking change is signified by a `💥`
5
5
6
-
## 5.1.0 - TBA
6
+
## 5.4.0 - May 17th, 2023
7
+
- Feat: Add regex support for modal callback
8
+
- Feat: Sort roles
9
+
- Feat: Allow .purge to return messages
10
+
- Feat: Support http proxies
11
+
- Feat: Send not ready messages if requested
12
+
- Feat: Support recovery from additional WebSocket close codes
13
+
- Fix: Properly pass guild_id to http's get_guild
14
+
- Fix: Pin our minimum version of attrs to >=22.1
15
+
- Fix: Correctly handle message references
16
+
17
+
## 5.3.1 - May 6th, 2023
18
+
- Fix: Use wrap partial on commands
19
+
20
+
## 5.3.0 - May 6th, 2023
21
+
- Feat: Add BaseEvent.client alias property
22
+
- Feat: Add `component` property to `ComponentContext`
23
+
- Feat: Add support for mentioning onboarding
24
+
- Feat: Implement new automod features
25
+
- Feat: Add missing perms
26
+
- Feat: Support audit log
27
+
- Feat: Support clyde channel flag
28
+
- Feat: Add support for voice messages
29
+
- Feat: Pass event object based on listeners signature
30
+
- Feat: `SlashCommandChoice` as parameter for `AutoCompleteContext.send`
31
+
- Fix: Add missing MessageFlag
32
+
- Fix: Account for discord's discrim change
33
+
- Fix: Copy prefixed cmd set when unloading ext
34
+
- Fix: Pass a Member as author of MessageReactionRemove
35
+
- Fix: Pass default_member_permissions in SlashCommand.group()
36
+
37
+
## 5.2.0 - April 30th, 2023
38
+
- Feat: Added `ratelimit` parameter to create thread methods
39
+
- Feat: Format ratelimit messages with major params
40
+
- Feat: Added user & member props to auto mod action
41
+
- Feat: Added poll option to jurriged ext
42
+
- Fix: Resolve failing linter checks
43
+
- Fix: Migration oversights in debug ext
44
+
- Fix: Handle a user not passing a cooldown system to the cooldown decorator
45
+
46
+
## 5.1.0 - April 21st, 2023
7
47
- Feat: Add support for regex component callbacks
8
48
- Feat: Add new audit log events to enums
9
49
- Refactor: Change log level of missing enum value from error to warning
@@ -12,9 +52,9 @@ In breaking changes, the breaking change is signified by a `💥`
12
52
- Chore: Switch library license to MIT
13
53
- Build: Add pypi alias `interactions.py`
14
54
- Feat: Enhance cooldown system
15
-
- Adds new cooldown strategies and allows fetching of the cooldown object using an ID instead of context object
55
+
- Adds new cooldown strategies and allows fetching of the cooldown object using an ID instead of context object
16
56
17
57
## 5.0.1 - April 12th, 2023
18
58
- Fix: copy checks when inheriting
19
-
- When inheriting checks, slash commands would pass in their own checks to the subcommand. This makes sense logically, however, what wasn't being caught was that these were being passed by reference, and so any edit to the checks in one subcommand would affect potentially EVERY command.
59
+
- When inheriting checks, slash commands would pass in their own checks to the subcommand. This makes sense logically, however, what wasn't being caught was that these were being passed by reference, and so any edit to the checks in one subcommand would affect potentially EVERY command.
20
60
- Build: Ensure opus `dll`s are included in pypi releases
0 commit comments