Skip to content

v4.4.0

Compare
Choose a tag to compare
@lumina37 lumina37 released this 19 Mar 12:15
· 137 commits to master since this release
8f7a8d5

新增特性

  • 新增接口get_bawu_perm set_bawu_perm用于读取和设置吧务的恢复删帖/解封等权限
  • 新增接口add_bawu del_bawu用于添加和删除吧务(非网页端接口,无需验证码)
  • 新增接口get_user_posts用于获取未隐藏所有动态的用户的历史回复
  • 使用scikit-build-core构建C扩展。基于合理配置,该工具可以有效避免打包无关内容,显著减小打包体积

变化特性

  • 使用enum.Flag优化枚举
  • 接口get_self_threads get_self_public_threads的功能并入get_user_threads
  • 接口get_self_posts的功能合并至新接口get_user_posts