Skip to content

Latest commit

 

History

History
87 lines (51 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

87 lines (51 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.1 - 2024-03-01

Fixed

  • 修复命令没有 shortcut 时的报错

0.4.0 - 2024-02-29

Added

  • 支持 Alconna
  • 适配 Pydantic V2

0.3.0 - 2023-06-17

Added

  • 通过插件名称忽略指定插件

0.2.0 - 2023-06-06

Added

  • 适配 NoneBot 2.0 正式版的插件元数据

0.1.0 - 2023-04-16

Changed

  • 发送 /help 默认显示 /help -l 的内容

0.0.5 - 2023-03-06

Fixed

  • 修复设置多个分隔符时无法匹配的问题

0.0.4 - 2023-03-06

Added

  • 支持通过插件内命令来获取插件帮助

0.0.3 - 2023-02-18

Changed

  • 美化插件树的显示
  • 使用 shell_command 处理命令

0.0.2 - 2023-02-06

Added

  • 支持输出插件树
  • 支持通过设置 adapters 属性来指定支持的适配器

Fixed

  • 修复子插件导入其他子插件时的错误判断

0.0.1 - 2022-07-02

Added

  • 可以使用的版本。