Skip to content

Releases: littlemo/mohand

修复当未安装插件包时,加载插件逻辑执行失败的 Bug

06 Sep 02:46
9bd4591
Compare
Choose a tag to compare
v1.1.1

修复当未安装插件包时,加载插件逻辑执行失败的 Bug

增加内建hand.general

03 Jun 12:22
v1.1.0
6a39eb6
Compare
Choose a tag to compare

Feature

  1. 实现默认支持的 hand 装饰器 general ,用以提供基础的子命令注册功能
  2. 增强对 Python2.X 的兼容性
  3. 去除对子插件 mohand-plugin-expect 的依赖

Bugfix

  1. 修复对 handfile 模块的加载失败 Bug

实现对Python2的兼容支持

19 May 04:46
v1.0.1
a74ee13
Compare
Choose a tag to compare
v1.0.1

实现对Python2的兼容支持

发布初始版本

13 May 15:09
v1.0.0
9c5ddc6
Compare
Choose a tag to compare

Feature

  1. 实现 mohand 终端命令
  2. 实现对 handfile.py 文件的递归查找并加载
  3. 实现 mohand 子命令的注册
  4. 实现扩展插件的加载&注册
  5. 实现全局参数声明管理模块