Nonebot-adapter-villa

Latest version: v1.4.2

Safety actively analyzes 622414 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.4.2

Feature
- 支持获取引用的原消息中的图片链接

Fix
- 修复引用+艾特机器人时无法触发 on_command 的问题

**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.4.1...v1.4.2

1.4.1

Fix
- 部分事件字段应为可选

**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.4.0...v1.4.1

1.4.0

新特性
- `Bot` 新增 `iter_villa_members` 接口,可以对别野成员进行异步迭代:
python
async for members in bot.iter_villa_members(event.villa_id):
print(members)


修复
- 根据最新官方文档修正以下模型:
+ 移除 MemberBasic 的 `avatar` 字段
+ Member 的 `joined_at` 字段改为 datetime 类型
+ MemberRole 补充一下字段
- member_num
- font_color
- bg_color
- has_manage_perm
- is_all_room
- room_ids
- color_scheme_id
- priority

破坏性变更
- 修改 `get_villa_members` 接口的返回值结构
- 移除已经下线的 `sort_group_list` 和 `sort_room_list` 接口

依赖
- 重构 protobuf 实现,移除 betterproto 依赖


**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.3.4...v1.4.0

1.3.4

What's Changed
修复
* 🐛 修复发送单图+组件时组件无法显示的问题(但 web 端将无法显示图片)
* 🐛 修复`ClickMsgComponentEvent`事件解析 by KimigaiiWuyi in https://github.com/CMHopeSunshine/nonebot-adapter-villa/pull/37

New Contributors
* KimigaiiWuyi made their first contribution in https://github.com/CMHopeSunshine/nonebot-adapter-villa/pull/37

**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.3.3...v1.3.4

1.3.3

修复
- 修复大尺寸按钮组件构造报错
- 修复README typo

**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.3.2...v1.3.3

1.3.2

修复
- 修复部分 api 鉴权失败问题


**Full Changelog**: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.3.1...v1.3.2

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.