Skip to content

Commit a382578

Browse files
Prepare for release of version 2.0.0.dev105 (#951)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent 1b7caed commit a382578

11 files changed

Lines changed: 28 additions & 15 deletions

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@ This file is updated every release with the use of `towncrier` from the fragment
66

77
.. towncrier release notes start
88

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))
35+
36+
937
Hikari 2.0.0.dev104 (2021-11-22)
1038
================================
1139

changes/916.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/917.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/918.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/920.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/928.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/930.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/931.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/933.bugfix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/939.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)