Skip to content

Commit 2178421

Browse files
committed
Version 0.5.2
1 parent c417166 commit 2178421

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Commands:
7373
reconfig 重新配置
7474
run 根据任务配置运行签到
7575
run-once 运行一次签到任务,即使该签到任务今日已执行过
76-
schedule-messages 批量配置Telegram自带的定时发送消息功能
76+
schedule-messages 批量配置Telegram自带的定时发送消息功能
7777
send-text 发送一次消息, 请确保当前会话已经"见过"该`chat_id`
7878
version Show version
7979
```
@@ -224,6 +224,11 @@ tg-signer monitor run my_monitor
224224

225225
### 版本变动日志
226226

227+
#### 0.5.2
228+
229+
- Monitor支持配置AI进行消息回复
230+
- 增加批量配置「Telegram自带的定时发送消息功能」的功能
231+
227232
#### 0.5.1
228233

229234
- 添加`import``export`命令用于导入导出配置

tg_signer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)