@@ -12,15 +12,39 @@ These changes are available on the `master` branch, but have not yet been releas
1212
1313### Added
1414
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 ) )
1518- Added ` RawMessageUpdateEvent.new_message ` - message update events now contain full
1619 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 ` .
1731
1832### Changed
1933
2034### Fixed
2135
2236- Manage silence for new SSRC with existing user_id.
2337 ([ #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 ) )
2448
2549### Removed
2650
0 commit comments