Releases: TWT233/khl.py
Releases · TWT233/khl.py
0.2.6
0.2.5
v0.2.4
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
Full Changelog: v0.2.3...v0.2.4
v0.2.3
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