@@ -12,15 +12,39 @@ These changes are available on the `master` branch, but have not yet been releas
12
12
13
13
### Added
14
14
15
+ - Implemented ` with_response ` for interaction callbacks, adding
16
+ ` Interaction.callback.is_loading() ` and ` Interaction.callback.is_ephemeral() ` .
17
+ ([ #2711 ] ( https://github.com/Pycord-Development/pycord/pull/2711 ) )
15
18
- Added ` RawMessageUpdateEvent.new_message ` - message update events now contain full
16
19
message objects ([ #2780 ] ( https://github.com/Pycord-Development/pycord/pull/2780 ) )
20
+ - Added support for setting guild-specific ` avatar ` , ` banner ` , and ` bio ` for the bot
21
+ user through ` Member.edit ` .
22
+ ([ #2908 ] ( https://github.com/Pycord-Development/pycord/pull/2908 ) )
23
+ - Added support for select default values.
24
+ ([ #2899 ] ( https://github.com/Pycord-Development/pycord/pull/2899 ) )
25
+ - Adds a new generic parameter to selects to type ` ui.Select.values ` return type.
26
+ - Adds ` SelectDefaultValue ` object to create select default values.
27
+ - Adds ` SelectDefaultValueType ` enum.
28
+ - Adds pre-typed and pre-constructed with select_type ` ui.Select ` aliases for the
29
+ different select types: ` ui.StringSelect ` , ` ui.UserSelect ` , ` ui.RoleSelect ` ,
30
+ ` ui.MentionableSelect ` , and ` ui.ChannelSelect ` .
17
31
18
32
### Changed
19
33
20
34
### Fixed
21
35
22
36
- Manage silence for new SSRC with existing user_id.
23
37
([ #2808 ] ( https://github.com/Pycord-Development/pycord/pull/2808 ) )
38
+ - Unbound ` raw ` reference in ` parse_message_update ` causing errors on message updates.
39
+ ([ #2905 ] ( https://github.com/Pycord-Development/pycord/pull/2905 ) )
40
+ - ` view=None ` in various methods causing an AttributeError.
41
+ ([ #2915 ] ( https://github.com/Pycord-Development/pycord/pull/2915 ) )
42
+ - ` View.message ` being ` None ` when it had not been interacted with yet.
43
+ ([ #2916 ] ( https://github.com/Pycord-Development/pycord/pull/2916 ) )
44
+ - Fixed a crash when processing message edit events while message cache was disabled.
45
+ ([ #2924 ] ( https://github.com/Pycord-Development/pycord/pull/2924 ) )
46
+ - Fixed OPUS Decode Error when recording audio.
47
+ ([ #2925 ] ( https://github.com/Pycord-Development/pycord/pull/2925 ) )
24
48
25
49
### Removed
26
50
0 commit comments