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/changelog.rst
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Changelog
6
6
7
7
8
8
- :release:`10.1.0 <25th July 2023>`
9
-
- :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions`
9
+
- :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions`.
10
10
11
11
12
12
- :release:`10.0.0 <14th July 2023>`
13
-
- :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile`
13
+
- :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile`.
14
14
- :bug:`187 major` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`.
15
15
- :feature:`184` Remove the message stored in the ``message`` attr of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` when the interaction is stopped, in additional to the exist logic for timeout.
16
16
- :support:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`.
@@ -25,7 +25,7 @@ Changelog
25
25
26
26
27
27
- :release:`9.9.0 <18th June 2023>`
28
-
- :feature:`182` Default pastebin url to https://paste.pythondiscord.com
28
+
- :feature:`182` Default pastebin url to https://paste.pythondiscord.com.
29
29
- :feature:`182` Add supported lexer validation to paste service.
30
30
31
31
@@ -35,12 +35,12 @@ Changelog
35
35
36
36
- :release:`9.7.0 <10th June 2023>`
37
37
- :feature:`179` Add paste service utility to upload text to our paste service.
38
-
- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules
39
-
- :feature:`176` Migrate repo to use ruff for linting
38
+
- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules.
39
+
- :feature:`176` Migrate repo to use ruff for linting.
40
40
41
41
42
42
- :release:`9.6.0 <6th May 2023>`
43
-
- :feature:`175` Log when waiting for the guild to be available before loading cogs
43
+
- :feature:`175` Log when waiting for the guild to be available before loading cogs.
44
44
- :support:`175` Bump Discord.py to :literal-url:`2.2.3 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.3>`.
45
45
46
46
@@ -61,21 +61,21 @@ Changelog
61
61
62
62
63
63
- :release:`9.3.1 <23rd December 2022>`
64
-
- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling`
64
+
- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling`.
65
65
66
66
- :release:`9.3.0 <13th December 2022>`
67
-
- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`
67
+
- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`.
68
68
69
69
- :release:`9.2.0 <17th November 2022>`
70
-
- :support:`151` Add support for Python 3.11
70
+
- :support:`151` Add support for Python 3.11.
71
71
72
72
- :release:`9.1.1 <14th November 2022>`
73
73
- :bug:`162` Handle not being able to delete the interaction message on button press/timeout.
74
74
75
75
76
76
- :release:`9.1.0 <13th November 2022>`
77
77
- :feature:`158` Bump Discord.py to :literal-url:`2.1.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.0>`.
78
-
- :feature:`88` Add a decorator that stops successive duplicate invocations of commands
78
+
- :feature:`88` Add a decorator that stops successive duplicate invocations of commands.
79
79
80
80
81
81
- :release:`9.0.0 <5th November 2022>`
@@ -95,14 +95,14 @@ Changelog
95
95
96
96
97
97
- :release:`8.0.0 <27th July 2022>`
98
-
- :breaking:`110` Bump async-rediscache to v1.0.0-rc2
99
-
- :support:`108` Bump Python version to 3.10.*
98
+
- :breaking:`110` Bump async-rediscache to v1.0.0-rc2.
99
+
- :support:`108` Bump Python version to 3.10.*.
100
100
- :bug:`107 major` Declare aiodns as a project dependency.
101
101
- :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core.
102
102
103
103
104
104
- :release:`7.5.0 <23rd July 2022>`
105
-
- :feature:`101` Add a utility to clean a string or referenced message's content
105
+
- :feature:`101` Add a utility to clean a string or referenced message's content.
106
106
107
107
108
108
- :release:`7.4.0 <17th July 2022>`
@@ -114,12 +114,12 @@ Changelog
114
114
115
115
116
116
- :release:`7.3.0 <16th July 2022>`
117
-
- :feature:`103` Add a generic view :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it
117
+
- :feature:`103` Add a generic view :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it.
118
118
- :feature:`103` Add a button :obj:`pydis_core.utils.interactions.DeleteMessageButton` that deletes the message attached to its parent view.
119
119
120
120
121
121
- :release:`7.2.2 <9th July 2022>`
122
-
- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created
122
+
- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created.
123
123
124
124
125
125
- :release:`7.2.1 <30th June 2022>`
@@ -162,11 +162,11 @@ Changelog
162
162
163
163
164
164
- :release:`6.3.1 <21st April 2022>`
165
-
- :bug:`68` Correct version number in pyproject.toml
165
+
- :bug:`68` Correct version number in pyproject.toml.
166
166
167
167
168
168
- :release:`6.3.0 <21st April 2022>`
169
-
- :feature:`-` (Committed directly to main) Don't load modules starting with ``_``
169
+
- :feature:`-` (Committed directly to main) Don't load modules starting with ``_``.
170
170
171
171
172
172
- :release:`6.2.0 <21st April 2022>`
@@ -180,8 +180,8 @@ Changelog
180
180
- :release:`6.0.0 <19th April 2022>`
181
181
- :breaking:`64` Bump discord.py to :literal-url:`987235d <https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf>`:
182
182
183
-
- This reverts a change to help command behaviour that broke our custom pagination
184
-
- This also adds basic forum channel support to discord.py
183
+
- This reverts a change to help command behaviour that broke our custom pagination.
184
+
- This also adds basic forum channel support to discord.py.
185
185
186
186
187
187
- :release:`5.0.4 <18th April 2022>` 63
@@ -203,7 +203,7 @@ Changelog
203
203
204
204
205
205
- :release:`5.0.1 <2nd April 2022>`
206
-
- :bug:`54` Move creation of BotBase's ``aiohttp.AsyncResolver`` to the async setup hook, to avoid deprecation notice
206
+
- :bug:`54` Move creation of BotBase's ``aiohttp.AsyncResolver`` to the async setup hook, to avoid deprecation notice.
207
207
208
208
209
209
- :release:`5.0.0 <2nd April 2022>`
@@ -230,7 +230,7 @@ Changelog
230
230
231
231
232
232
- :release:`2.0.0 <22nd February 2022>`
233
-
- :breaking:`35` Moved regex to ``pydis_core.utils`` namespace
233
+
- :breaking:`35` Moved regex to ``pydis_core.utils`` namespace.
234
234
- :breaking:`32` Migrate from discord.py 2.0a0 to disnake.
235
235
- :feature:`32` Add common monkey patches.
236
236
- :feature:`29` Port many common utilities from our bots:
0 commit comments