@@ -51,12 +51,24 @@ These changes are available on the `master` branch, but have not yet been releas
51
51
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
52
52
- Added ` Message.forward_to ` , ` Message.snapshots ` , and other related attributes.
53
53
([ #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 ) )
54
56
- Added the ability to change the API's base URL with ` Route.API_BASE_URL ` .
55
57
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
56
58
- Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
57
59
([ #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 ) )
58
64
- Added ` discord.Interaction.created_at ` .
59
65
([ #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 ) )
60
72
61
73
### Fixed
62
74
@@ -113,12 +125,21 @@ These changes are available on the `master` branch, but have not yet been releas
113
125
([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
114
126
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
115
127
([ #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 ) )
116
131
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
117
132
([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
118
133
- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
119
134
([ #2781 ] ( https://github.com/Pycord-Development/pycord/pull/2781 ) )
120
135
- Fixed ` VoiceClient ` crashing randomly while receiving audio
121
136
([ #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 ) )
122
143
123
144
### Changed
124
145
@@ -138,6 +159,8 @@ These changes are available on the `master` branch, but have not yet been releas
138
159
([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
139
160
- Changed the default value of ` ApplicationCommand.nsfw ` to ` False ` .
140
161
([ #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 ) )
141
164
142
165
### Deprecated
143
166
@@ -150,8 +173,8 @@ These changes are available on the `master` branch, but have not yet been releas
150
173
151
174
### Removed
152
175
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 ) )
155
178
156
179
## [ 2.6.1] - 2024-09-15
157
180
0 commit comments