Releases: harunobot/haruno
Releases · harunobot/haruno
Haruno v0.0.8
Haruno v0.0.6
- Use go module feature
- Fix logger bugs
- More user friendly logger methods
Haruno v0.0.5
- Refactor the plugins' registrations
- Optimize the application's startup
Haruno v0.0.4
Refactor the logger's queue, use channel instead.
Haruno v0.0.3
Add CQClient comments
Haruno v0.0.2
logger
默认加入队列时候对日志记录做如下处理:
- 隐藏host相关信息
- 转义换行
插件
插件的filter和handler被异步执行,但保持filter->handler的顺序
文档
添加注册插件的内容
Haruno v0.0.1
实现了机器人的基本特性和部分接口
- ActionSendGroupMsg(websocket)
- ActionGetStatus(http)
特性
- 使用Go语言
- 能在windows, linux, mac osx等平台运行
- 支持插件
- 有完整的log系统
- 功能增强的http、websocket客户端