@@ -51,12 +51,24 @@ These changes are available on the `master` branch, but have not yet been releas
5151 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
5252- Added ` Message.forward_to ` , ` Message.snapshots ` , and other related attributes.
5353 ([ #2598 ] ( https://github.com/Pycord-Development/pycord/pull/2598 ) )
54+ - Add missing ` Guild ` feature flags and ` Guild.edit ` parameters.
55+ ([ #2672 ] ( https://github.com/Pycord-Development/pycord/pull/2672 ) )
5456- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
5557 ([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
5658- Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
5759 ([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
60+ - Added support for type hinting slash command options with ` typing.Annotated ` .
61+ ([ #2782 ] ( https://github.com/Pycord-Development/pycord/pull/2782 ) )
62+ - Added conversion to ` Member ` in ` MentionableConverter ` .
63+ ([ #2775 ] ( https://github.com/Pycord-Development/pycord/pull/2775 ) )
5864- Added ` discord.Interaction.created_at ` .
5965 ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
66+ - Added ` User.nameplate ` property.
67+ ([ #2817 ] ( https://github.com/Pycord-Development/pycord/pull/2817 ) )
68+ - Added role gradients support with ` Role.colours ` and the ` RoleColours ` class.
69+ ([ #2818 ] ( https://github.com/Pycord-Development/pycord/pull/2818 ) )
70+ - Added ` Interaction.attachment_size_limit ` .
71+ ([ #2854 ] ( https://github.com/Pycord-Development/pycord/pull/2854 ) )
6072
6173### Fixed
6274
@@ -113,12 +125,21 @@ These changes are available on the `master` branch, but have not yet been releas
113125 ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
114126- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
115127 ([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
128+ - Added support for emoji aliases like ` :smile: ` in PartialEmoji.from_str. Also applied
129+ the same logic in PartialEmojiConverter.
130+ ([ #2815 ] ( https://github.com/Pycord-Development/pycord/pull/2815 ) )
116131- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
117132 ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
118133- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
119134 ([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
120135- Fixed ` VoiceClient ` crashing randomly while receiving audio
121136 ([ #2800 ] ( https://github.com/Pycord-Development/pycord/pull/2800 ) )
137+ - Fixed ` VoiceClient.connect ` failing to do initial connection.
138+ ([ #2812 ] ( https://github.com/Pycord-Development/pycord/pull/2812 ) )
139+ - Fixed ` AttributeError ` when printing a File component's ` __repr__ ` .
140+ ([ #2843 ] ( https://github.com/Pycord-Development/pycord/pull/2843 ) )
141+ - Fixed ` TypeError ` when using ` @option ` with certain annotations and along with
142+ ` channel_types ` . ([ #2835 ] ( https://github.com/Pycord-Development/pycord/pull/2835 ) )
122143
123144### Changed
124145
@@ -138,6 +159,8 @@ These changes are available on the `master` branch, but have not yet been releas
138159 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
139160- Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
140161 ([ #2797 ] ( https://github.com/Pycord-Development/pycord/pull/2797 ) )
162+ - Upgraded voice websocket version to v8.
163+ ([ #2812 ] ( https://github.com/Pycord-Development/pycord/pull/2812 ) )
141164
142165### Deprecated
143166
@@ -150,8 +173,8 @@ These changes are available on the `master` branch, but have not yet been releas
150173
151174### Removed
152175
153- - Removed deprecated support for ` Option ` in ` BridgeCommand ` . Use ` BridgeOption `
154- instead. ([ #2731 ] ) (https://github.com/Pycord-Development/pycord/pull/2731 ))
176+ - Removed deprecated support for ` Option ` in ` BridgeCommand ` , use ` BridgeOption `
177+ instead. ([ #2731 ] ( https://github.com/Pycord-Development/pycord/pull/2731 ) )
155178
156179## [ 2.6.1] - 2024-09-15
157180
0 commit comments