Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 15:08
· 287 commits to master since this release
bc70a05

0.0.4 - 2023-03-17

你可以在 PyPI 找到该版本。

新增

  • 支持处理群聊和好友撤回消息事件 (#22)
  • 修复了消息元素的 __repr__ 显示。
  • 支持好友和群组的拍一拍(双击头像触发)事件。

更改

  • 使用 asyncio.Queue 而不是回调函数来处理事件。

    Queue.put 的任务上下文会与 ichika.login.xxx_login 的调用者一致。