Skip to content

Releases: hanfangyuan4396/dify-on-wechat

v0.1.26

13 Apr 01:40
Compare
Choose a tag to compare

🎉 v0.1.26版本更新

✨ 功能

  • 同步上游wfc通道
  • 过滤输出 # - * markdown格式

🛠 修复

  • 补充webui使用说明
  • 修正CozeBot获取历史会话的行为
  • 修复jina sum插件无法解析微信链接

📒 升级指南

cd dify-on-wechat
git pull
cd docker
docker compose up -d

What's Changed

  • 更新requirements.txt by @Ca11back in #292
  • feat:过滤输出 # - * markdown格式 by @Esther-sihan in #300
  • 修正CozeBot获取历史会话的行为 CozeBot conversation fix by @betasecond in #309
  • fix(jina_sum): 修复jina sum插件无法解析微信链接 @sofs2005 @hanfangyuan4396 in #329
  • 同步上游wfc通道

New Contributors

Full Changelog: 0.1.25...0.1.26

v0.1.25

15 Mar 07:40
9690036
Compare
Choose a tag to compare

What's Changed

  • feat(deepseek-bot): 创建deepseek机器人 by @fdslk in #279
  • 更新readme by @fdslk in #283
  • Fix “speech_recognition” for channel "gewechat" by @Ca11back in #290
  • feat:wechatmp回复的思考提示语 by @Esther-sihan in #293
  • 修复入群退群欢迎 by @Josme in #287

New Contributors

  • @fdslk made their first contribution in #279
  • @Ca11back made their first contribution in #290
  • @Esther-sihan made their first contribution in #293
  • @Josme made their first contribution in #287

Full Changelog: 0.1.24...0.1.25

v0.1.24

05 Mar 01:24
Compare
Choose a tag to compare

🎉 v0.1.24版本更新

✨ 功能

  • 为Gewechat channel添加图片及emoji引用的支持
  • 生成更安全的临时密码
  • 同步上游 deepseek-r1 等功能

🛠 修复

  • 修复 gewechat 1.0.2 版本 "missing Data" 问题
  • 解决发送语音未配置时self.content为空

📒 升级指南

cd dify-on-wechat
git pull
cd docker
docker compose up -d

What's Changed

New Contributors

Full Changelog: 0.1.23...0.1.24

v0.1.23

24 Jan 15:17
bc27f1d
Compare
Choose a tag to compare

🧨 新年快乐 v0.1.23版本更新

✨ 功能

✨ webui启动方式

  • 源码:python web_ui.py
  • docker: 设置环境变量 DIFY_ON_WECHAT_EXEC: 'python web_ui.py'
  • 访问 http://服务器ip:7860 ,输入默认账号密码 dow/dify-on-wechat

🛠 修复

📒 升级指南

cd dify-on-wechat
git pull
cd docker
docker compose up -d

What's Changed

New Contributors

Full Changelog: 0.1.22...0.1.23

新版UI截图

image
image
image
image

v0.1.22

11 Jan 01:38
Compare
Choose a tag to compare

🎉v0.1.22版本更新内容

🛠️修复

  • 过滤gewechat服务推送的过期微信消息

✨功能

升级指南

cd dify-on-wechat/docker
docker compose up -d

What's Changed

New Contributors

Full Changelog: 0.1.21...0.1.22

v0.1.21

06 Jan 14:48
872ecbe
Compare
Choose a tag to compare

修复在微信群中微信账号无法识别命令的bug,感谢 @sofs2005 贡献的代码

What's Changed

Full Changelog: 0.1.20...0.1.21

v0.1.20

04 Jan 04:31
e0215eb
Compare
Choose a tag to compare

bug修复 建议更新

gewechat_channel 过滤公众号等非真实用户消息,避免机器人与公众号等持续聊天,导致大量llm token费用。本次更新优化了过滤规则,感谢 @benxiaohai86 贡献的思路

修复gewechat_channel IMAGE 消息类型无法发送

What's Changed

Full Changelog: 0.1.19...0.1.20

v0.1.19

03 Jan 15:23
Compare
Choose a tag to compare

强烈建议更新!!

gewechat_channel 过滤公众号等非真实用户消息,避免机器人与公众号等持续聊天,导致大量llm token费用

What's Changed

Full Changelog: 0.1.18...0.1.19

v0.1.18

29 Dec 03:57
7b58b3b
Compare
Choose a tag to compare

gewechat支持发送语音条消息

gewechat_voice

增加简单的服务调用关系图

gewechat_service_design

What's Changed

Full Changelog: 0.1.17...0.1.18

0.1.17

28 Dec 14:15
84ccb68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.16...0.1.17