Releases: brazier-dev/hikari-toolbox
Releases · brazier-dev/hikari-toolbox
v0.1.7
What's Changed
- Bump hikari to 2.0.0 (stable) and add Python 3.13 support by @lukasthaler in #29
New Contributors
- @lukasthaler made their first contribution in #29
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Fix is_above for special case by @sdf9s8d76f in #25
- Fix tests by @Lunarmagpie in #27
- Add TimestampStyle enum by @owenwastaken in #26
- Update to support 3.12 by @Lunarmagpie in #28
New Contributors
- @sdf9s8d76f made their first contribution in #25
- @owenwastaken made their first contribution in #26
Full Changelog: v0.1.5...v0.1.6
v0.1.5
This release adds support for python 3.11 and removing text formatting
What's Changed
- Add Python 3.11 support by @HyperGH in #21
- Add function to remove all Discord formatting text from string #4 by @Labretx in #8
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Fix
can_moderate
not accounting forADMINISTRATOR
permissions. - Fix assertion error in
calculate_permissions
when there are no overrides for@everyone
. - Bump
hikari
tov.2.0.0.dev113
.
v0.1.3
- Divided the library up into seperate files.
- Fixed a bug where can_moderate and calculate_permissions were missing from
__all__
.