Skip to content

Releases: TWT233/khl.py

0.2.6

27 Mar 10:44
Compare
Choose a tag to compare

What's Changed

  • fix(api): multipart/form-data req is handled incorrectly by @TWT233 in #64
  • feat(guild): ChannelCategory: where channels are stored in by @TWT233 in #65
  • feat(guild): guild emoji related api by @TWT233 in #66
  • build: v0.2.6 by @TWT233 in #67

Full Changelog: v0.2.5...v0.2.6

0.2.5

22 Mar 04:35
Compare
Choose a tag to compare

What's Changed

  • refactor: alter delete_channel() arg by @TWT233 in #60
  • fix(receiver): heartbeat when conn already closed by @TWT233 in #61
  • fix(api): asset/create should use content type form-data by @TWT233 in #62
  • build: v0.2.5 by @TWT233 in #63

Full Changelog: v0.2.4...v0.2.5

v0.2.4

11 Mar 12:12
Compare
Choose a tag to compare

What's Changed

  • refactor(card): group all Types enum into class Type by @TWT233 in #39
  • docs(example): ex07: card message markdown tutorial by @TWT233 in #40
  • feat(card): support KMarkdown in button by @TWT233 in #41
  • refactor(card): button: rearrange init param sequence by @TWT233 in #42
  • refactor(client): create_asset() supports arbitrary IO by @TWT233 in #43
  • refactor(channel): add param: type to send() by @TWT233 in #44
  • perf(api): pre compile re by @TWT233 in #45
  • fix(bot): remove _make_temp_msg by @TWT233 in #47
  • fix(api): too broad payload key select rule by @TWT233 in #48
  • feat(interface): prop loaded to replace is_loaded() by @TWT233 in #49
  • feat(channel): channel permission APIs by @TWT233 in #50
  • refactor: invert dependency of channel and user by @TWT233 in #51
  • refactor: hide token in logs by @TWT233 in #53
  • Override APIRequestFailed.str to exclude request params by @3TUSK in #55
  • fix(RELexer): returns None when not capturing in RE by @TWT233 in #57
  • fix(requester): exclude token from request log by @TWT233 in #58
  • docs(bot): remove out-dated code comment doc by @TWT233 in #59

New Contributors

  • @3TUSK made their first contribution in #55

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 Jan 05:19
Compare
Choose a tag to compare

What's Changed

  • feat(guild-mute): implement guild-mute func in guild by @lclbm in #34
  • 补充Module.Container, 结构体 by @omoidesu in #36
  • API: Bot.delete_channel(), Guild.delete_channel()
  • feat: command.update_prefixes()
  • fix: parser can not parse *args
  • docs: README, card example

New Contributors

Full Changelog: v0.2.2...v0.2.3