Skip to content

Releases: ArcletProject/Entari

Entari 0.3.2

01 May 13:06

Choose a tag to compare

  • 增加 is_direct_messageis_public_message:
    from arclet.entari import MessageCreatedEvent, Plugin, is_direct_message
    
    plug = Plugin()
    
    disp_message = plug.dispatch(MessageCreatedEvent)
    
    @disp_message.on(auxiliaries=[is_direct_message])
    async def _(event: MessageCreatedEvent):
        print(event.content)

Full Changelog: v0.3.1...v0.3.2

Entari 0.3.1

30 Apr 10:19

Choose a tag to compare

What's Changed

  • EntariCommands 可以用 current 获取当前对象,以在插件中使用
  • 增加 AlconnaDispatcher, 通过 plugin.mount 方法来创建单独的 Alconna 消息匹配器
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #7

Full Changelog: v0.2.0...v0.3.1

Entari 0.2.0

04 Apr 15:31

Choose a tag to compare

What's Changed

  • Upgrade satori-python and arclet-alconna
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #6

New Contributors

Full Changelog: v0.1.0...v0.2.0

Entari 0.1.0

06 Dec 08:19
e33ddd4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.17...v0.1.0

Edoves 0.0.17

19 Mar 12:29

Choose a tag to compare

新增内容: Screen, 暂时作用为监管Medium
改进:

  1. 同样的protocol现在面向多个scene
  2. protocol方法修改

Edoves 0.0.16

15 Mar 14:01

Choose a tag to compare

新增内容: Timer, 作用为定时器
改进内容:

  1. 适配letoderea0.3,Alconna0.7
  2. 修正一些不正确的引用
    3 .修正context

Edoves 0.0.15

08 Feb 14:28
2b7ba21

Choose a tag to compare

新增内容:

  1. EventParser: 负责解析medium内容并转换为其他IO需要的内容
  2. 支持跨模块交互
  3. Handler可通过EventSystem注册, 但会脱离模块体系
    修改内容:
  4. Protocol整合并重大调整
  5. Medium改为队列模式

Edoves 0.0.14

31 Jan 12:32

Choose a tag to compare

Edoves 0.0.14 Pre-release
Pre-release

Edoves 0.0.14
新增:
显式支持多账户
完善mah协议内容
简化Action

Edoves 0.0.13

29 Jan 16:03

Choose a tag to compare

Edoves 0.0.13 Pre-release
Pre-release

更新:
1.三大类事件接受完成
2.个体将在程序结束时缓存到本地, 以保存relationship

Edoves 0.0.12

28 Jan 15:04

Choose a tag to compare

Edoves 0.0.12 Pre-release
Pre-release

Edoves 0.0.11:
新增戳一戳发送与消息撤回, 使用contextvar进行数据传递

Edoves 0.0.12:
新增针对Notice的事件与Medium, 目前可以监听Bot自身相关事件、好友事件与戳一戳事件; 新增事件过滤器, 可以预处理事件内容