Skip to content

Releases: SideCloudGroup/BetterForward

v2.0.2

12 Nov 11:09
1b1ad96

Choose a tag to compare

修复

  • 修复时区设置需要重启才能生效的问题,现在修改后立即生效

新增

  • 垃圾消息防御系统:基于关键词的智能过滤,支持模糊匹配,自动转发到专属垃圾消息会话
  • 可扩展检测器接口:模块化设计,可对接AI模型、外部API等多种检测方法
  • 独立黑名单表:删除话题后黑名单依然有效,自动记录用户信息(姓名、用户名)
  • 拉黑用户自动回复:可设置被拉黑用户发消息时的自动回复内容,支持开关
  • 封禁用户管理菜单:分页展示被封禁用户,显示详细信息,支持快速解封
  • 一键删除话题:封禁用户后可直接删除其话题
  • 消息处理时间统计:日志中显示每条消息的处理耗时,便于性能监控

优化

  • 关键词匹配算法优化,时间复杂度 O(n)
  • 黑名单系统完全重构,不再依赖 topics 表的 ban 字段

v1.2.5

26 Jul 14:30
1fdb144

Choose a tag to compare

New Features 新功能

  • Add permission check and confirmation step for terminate command
    为删除会话指令增加权限验证和二步确认

v1.2.4

19 Apr 02:26
4968b23

Choose a tag to compare

New Features 新功能

  • Support for rich text messages, preserving original formatting when forwarded.
    支持富文本消息,转发时保留原格式。

  • Improved message handling under high load to avoid errors from frequent requests.
    增强高并发场景下的消息处理能力,避免因请求频繁导致报错。

  • Support for custom Telegram API configuration.
    支持自定义 Telegram API。

v1.2.3

16 Mar 16:19
90d8881

Choose a tag to compare

New Features 新功能

  • When users delete messages, administrators can still retain the original messages. (#33)
    用户删除消息时,对于管理员保留原消息。

  • Added compatibility for more types of messages. (#34)
    新增更多消息种类的兼容。

Fixs 修复

  • Fixed an issue where emoji reactions were received asymmetrically. (#35)
    修复表情回应存在不对称的接收问题。

  • Fixed an issue where a topic was mistakenly destroyed when message sending failed. (#36)
    修复发送消息失败时错误地销毁话题。

v1.2.2

09 Mar 10:49
6d47606

Choose a tag to compare

New Features 新功能

  • Displays error message when failing to send message to user
    当发送消息失败时,显示错误信息。
    (#32)

v1.2.1

15 Feb 11:05
7a62ade

Choose a tag to compare

New Features 新功能

  • Displays the time the message was edited.
    显示消息编辑时间。
    (#31)

Fixs 修复

  • Autoresponders can't be processed properly.
    自动回复无法被正常处理。

v1.2.0

01 Feb 23:45
2a03a59

Choose a tag to compare

New Features 新功能

  • Allows setting active time for auto-reply.
    允许设置自动回复的生效时间。
    (#28)

v1.1.2

22 Nov 23:59
c8a2bfa

Choose a tag to compare

New Features 新功能

  • Require confirmation of delivery when starting message broadcasting to avoid misuse.
    发起消息广播时要求确认发送,以免误操作。

  • Synchronise emoji reactions.
    同步消息的表情回应。

v1.1.1

19 Oct 13:07
13800cc

Choose a tag to compare

New Features 新功能

  • Added a human verification feature to ensure that users are real people, effectively preventing the sending of spam messages. The captcha feature now supports both arithmetic and button-based captchas for enhanced flexibility.
    增加了人机验证功能,以确保用户是真人操作,从而有效防止垃圾信息(SPAM)的发送。验证码功能现已支持算数验证码按钮验证码,提高了灵活性。

Captcha settings can be found in the help menu for admins.
管理员可以在帮助菜单中找到验证码设置。

  • Broadcast message feature added, allowing administrators to send messages to all users.
    增加了广播消息功能,允许管理员向所有用户发送消息。

v1.0.9

06 Oct 19:21
c3dd926

Choose a tag to compare

New Features

  • Messages can be deleted by the command /delete

Full Changelog: 1.0.8...1.0.9