Skip to content

Releases: SideCloudGroup/BetterForward

v1.1.2

22 Nov 23:59
c8a2bfa
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features

  • Messages can be deleted by the command /delete

Full Changelog: 1.0.8...1.0.9

v1.0.8

01 Sep 12:55
79c7f25
Compare
Choose a tag to compare

Fixes

  • Failed to terminate the chat when it does not exist in the database
  • Failed to send the initial message when username contains the special characters (fixes #21 )

Full Changelog: 1.0.7...1.0.8

v1.0.7

28 Aug 02:23
431c476
Compare
Choose a tag to compare

New Features

  • Check the validity of the regular expression when adding the auto-reply rule
  • Add pagination for auto-reply to avoid messages too long
  • Check the existence of the database folder (fixes #17)
  • Use caching to reduce database reads
  • Add the link to open chat by user ID

Full Changelog: 1.0.6...1.0.7

v1.0.6

05 Jul 06:58
8583715
Compare
Choose a tag to compare

New Features

  • Add default message as the response of /help and /start. Admins can adjust this message in the menu.
  • Not displaying admin commands to users.

Full Changelog: 1.0.5...1.0.6

v1.0.5

24 May 22:04
ea69008
Compare
Choose a tag to compare

What's Changed

  • feat: message reply and edit handle by @pplulee in #3

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

10 May 16:48
94c54e0
Compare
Choose a tag to compare

New Features

  • Added action menu to visually manage autoresponders.
  • Added function for banning and unbanning users.
  • Support multiple content types as auto-reply.

Contributors

Thank those wonderful people:
Contributors

Full Changelog: 1.0.3...1.0.4

v1.0.3

06 May 16:43
3303bad
Compare
Choose a tag to compare

New Features

  • Queue is used for processing messages.

Bug Fixes

  • Automatically send error message when failed to forward, easier to navigate to errors.
  • Cannot delete chat with user id properly.
  • auto_response cannot work as expected.

Other Changes

  • Project documents rebuilt to docs folder.

Contributors

Thank those wonderful people:
Contributors

Full Changelog: 1.0.2...1.0.3

v1.0.2

02 May 22:47
d00e1b6
Compare
Choose a tag to compare

Bugs fixed:

  1. Unable to forward photos with texts to users.
  2. Other simple bugs.

Features added:

  1. Introducing topic_action to decide whether to create a new thread or not when Automatic response is activated.
  2. Other simple improvements.

Full Changelog: 1.0.1...1.0.2