We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417166 commit 2178421Copy full SHA for 2178421
README.md
@@ -73,7 +73,7 @@ Commands:
73
reconfig 重新配置
74
run 根据任务配置运行签到
75
run-once 运行一次签到任务,即使该签到任务今日已执行过
76
- schedule-messages 批量配置Telegram自带的定时发送消息功能
+ schedule-messages 批量配置Telegram自带的定时发送消息功能
77
send-text 发送一次消息, 请确保当前会话已经"见过"该`chat_id`
78
version Show version
79
```
@@ -224,6 +224,11 @@ tg-signer monitor run my_monitor
224
225
### 版本变动日志
226
227
+#### 0.5.2
228
+
229
+- Monitor支持配置AI进行消息回复
230
+- 增加批量配置「Telegram自带的定时发送消息功能」的功能
231
232
#### 0.5.1
233
234
- 添加`import`和`export`命令用于导入导出配置
tg_signer/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.5.1"
+__version__ = "0.5.2"
0 commit comments