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: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,34 @@ This file is updated every release with the use of `towncrier` from the fragment
6
6
7
7
.. towncrier release notes start
8
8
9
+
Hikari 2.0.0.dev105 (2022-01-01)
10
+
================================
11
+
12
+
Features
13
+
--------
14
+
15
+
- Add min_value and max_value to `CommandOption` ([#920](https://github.com/hikari-py/hikari/issues/920))
16
+
- Add `flags` attribute to Application ([#939](https://github.com/hikari-py/hikari/issues/939))
17
+
- Implement member timeouts
18
+
- Add `raw_communication_disabled_until` and `communication_disabled_until` to `Member`
19
+
- Add `MODERATE_MEMBERS` to `Permission`
20
+
- Add `communication_disabled_until` attribute to `edit_member` ([#940](https://github.com/hikari-py/hikari/issues/940))
21
+
22
+
23
+
Bugfixes
24
+
--------
25
+
26
+
- Improved pyright compatibility and introduced pyright "type-completeness" checking. ([#916](https://github.com/hikari-py/hikari/issues/916))
27
+
- Add EventStream.filter specialisation to the abc. ([#917](https://github.com/hikari-py/hikari/issues/917))
28
+
- Update the app command name regex to account for more recently documented support for non-english characters on Discord's end. ([#918](https://github.com/hikari-py/hikari/issues/918))
29
+
- Fix reposition_roles using the wrong route. ([#928](https://github.com/hikari-py/hikari/issues/928))
30
+
- Fix `PartialSticker.image_url` not passing the hash as a string ([#930](https://github.com/hikari-py/hikari/issues/930))
31
+
- Fixed the url being generated for role icons to not erroneously insert ".png" before the file extension ([#931](https://github.com/hikari-py/hikari/issues/931))
32
+
- Fix some bugs in message deserialization
33
+
- Remove case for setting `member` and `referece_message` to `undefined.Undefined` in full message deserialization
34
+
- Don't set `message.member` to `undefined.UNDEFINED` on partial message deserialization if message was sent by a webhook ([#933](https://github.com/hikari-py/hikari/issues/933))
0 commit comments