Skip to content

Commit 3b88a65

Browse files
committed
build: v0.2.2
1 parent b204e7a commit 3b88a65

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# 更改日志 | CHANGE LOG
22

3+
## v0.2.2/2022-07-04
4+
5+
- [v0.2.1 <=> v0.2.2](https://github.com/Zuoqiu-Yingyi/zhenxun-bot-plugin-siyuan/compare/v0.2.1...v0.2.2)
36
- 调整自叙文档缩进样式
47
- 添加机器人主体的一键安装脚本与 Docker 镜像
58
- 将插件安装目录更改为 `extensive_plugin`
69
- 添加环境依赖描述文件
710
- 更新文档前校验当前日期对应文档是否存在
8-
-`列出收集箱` 指令响应结果添加笔记 URL 信息
11+
-`列出收集箱` 指令响应结果添加对应笔记 URL 信息
912

1013
## v0.2.1/2022-04-15
1114

plugins/siyuan/inbox/gather.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
__plugin_des__ = "将群里所有消息都发送到指定"
4444

45-
__plugin_version__ = 0.21
45+
__plugin_version__ = 0.22
4646
__plugin_author__ = "Zuoqiu-Yingyi"
4747

4848
__plugin_type__ = ('思源笔记', 1)

plugins/siyuan/inbox/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
f"{command['remove']} *[group_id]",
4040
f"{command['list']}",
4141
]
42-
__plugin_version__ = 0.21
42+
__plugin_version__ = 0.22
4343
__plugin_author__ = "Zuoqiu-Yingyi"
4444

4545
__plugin_type__ = ('思源笔记', 1)

0 commit comments

Comments
 (0)