Skip to content

Releases: brazier-dev/hikari-toolbox

v0.1.7

09 Oct 08:11
122ec6c
Compare
Choose a tag to compare

What's Changed

  • Bump hikari to 2.0.0 (stable) and add Python 3.13 support by @lukasthaler in #29

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

18 Dec 18:59
Compare
Choose a tag to compare

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

Full Changelog: v0.1.5...v0.1.6

v0.1.5

18 Feb 20:36
Compare
Choose a tag to compare

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

05 Dec 00:56
6705e77
Compare
Choose a tag to compare
  • Fix can_moderate not accounting for ADMINISTRATOR permissions.
  • Fix assertion error in calculate_permissions when there are no overrides for @everyone.
  • Bump hikari to v.2.0.0.dev113.

v0.1.3

30 Sep 18:09
Compare
Choose a tag to compare
  • Divided the library up into seperate files.
  • Fixed a bug where can_moderate and calculate_permissions were missing from __all__.