Skip to content

v2.1.6,2023-04-03

Compare
Choose a tag to compare
@tangyoha tangyoha released this 04 Apr 06:50

新功能

  • bot 支持更多命令,下载,转发均支持过滤器
    • /download - 下载消息
    • /forward - 转发消息
    • /listen_forward - 监听转发消息
    • /set_language - 设置语言
  • 所有下载转发增加过滤表达式
  • 添加配置中过滤表达式校验

修复

  • 多个过滤表达式校验有问题
  • 稳定性问题,长时间下载会出现fileReferceExpire
  • 临时文件名称重复,导致下载失败
  • 重复下发命令导致出错
    • 建立全局消息库,按照chat-id,meesage-id, status,下载状态,如果下载才开始则跳过,如果下载成功则跳过
    • 转发重复下发,建立转发全局消息库,按照chat-id,message-id,status转发状态 暂时不解决
  • 修复一组视频或者图片,过滤器过滤caption的时候,会少数据
    • 第一阶段,采用下载一样的方式加载
  • 只有bot_token退出报错

feature

  • bot supports more commands, downloading and forwarding all support filter
    • /download - download message
    • /forward - forward message
    • /listen_forward - listen for forwarded messages
    • /set_language - set language
  • Add filter expression for all download forwarding
  • Add filter expression validation in configuration

fix

  • There is a problem with the validation of multiple filter expressions
  • Stability problem, fileReferceExpire will appear when downloading for a long time
  • The name of the temporary file is duplicated, causing the download to fail
  • Repeatedly issuing commands leads to errors
    • Establish a global message library, according to chat-id, meesage-id, status, download status, skip if the download starts, skip if the download is successful
    • Forwarding is sent repeatedly, and a forwarding global message library is established, and the forwarding status is forwarded according to chat-id, message-id, and status. Temporarily unresolved
  • Repair a group of videos or pictures, when the filter filters the caption, there will be less data
    • In the first stage, load in the same way as downloading
  • Only bot_token exits and reports an error

What's Changed