Skip to main content

28 posts tagged with "Release Note"

View All Tags

· One min read
moonrailgun
  • Add a third-party login plugin (com.msgbyte.iam), currently supports github login, deployment document see iam - Third party login
  • The inbox supports content in markdown format
  • Added the ability to send system messages. Currently, it supports single person sending and everyone sending markdown format notifications. You can see the feature entry in the admin system.
    • Everyone is sent according to the number of registered users on the server. If there are too many users, it is not guaranteed to be received in real time.
  • Added the ability to modify the nickname when registering to strengthen the user's awareness of modifying the nickname
  • Added the com.msgbyte.env.electron plugin to prepare for the desktop
  • Beautify the dashboard chart color
  • Beautify the github star prompt and add emoji
  • Fix some known issues

In addition, the desktop version will release the first beta version in the nearly future

· 2 min read
moonrailgun
  • The new version of admin has been officially launched to replace the old version of the admin system
    • If you still want to use the old version of the admin system, you can use admin-old.yml, and the image will not continue to build the old version of the admin in subsequent versions. If you need the old version of the admin but the new version of the admin does not support it, please as soon as possible Open an issue to let us know
  • Optimized the font of the chat page and beautified the font performance on the windows platform
  • Fixed a bug that the user name of the @ function could not be displayed normally when the user name contained spaces
  • Fixed a bug where casual users could verify email
  • Added preprocessing of admin file path
  • Added a group independent page, now you can extract the group page separately
  • Admin added batch delete
  • Admin adds user field display logic
  • Cli has added the smtp test command, you can now quickly send a test email through the cli tool to verify the entire link
  • Cli adds various stress testing commands to test the number of users online
  • The health interface adds more context, including instance id, process information
  • Released the stress test report, you can see the content of the stress test report here: The Tailchat benchmark report is freshly released, just takes 1.2 seconds to fully accept broadcast messages in 10k user

· One min read
moonrailgun
  • Added ban/unban user feature
  • Added friend nickname feature
    • The friend nickname will be applied in the group member list/converse message/mention/converse title, etc.
  • Added the number of messages in the admin-next
  • Added cache management in the admin-next, and now the cache can be cleared through the admin-next, which is very friendly to users who do not know redis
  • Added display of disableGuestLogin and disableUserRegister in admin-next configuration
  • Added statistics on the number of new users per day on the admin-next home page
  • Mail model add creation time and update time
    • and adjusted some fields
  • Optimized the display of message content and id field in the admin-next

· One min read
moonrailgun
  • Repair the permission logic detection, and fix the bug that the permission does not take effect after the identity group is set
  • Admin platform adds avatar address preprocessing
  • Admin platform adds reference types
  • Admin platform adds custom header and footer
  • Adjust the invitation strategy to lead to the login page instead of the registration page when not logged in

· One min read
moonrailgun
  • The new version of admin has been released, you can experience it first through Deployment Documentation
  • Add a group welcome plugin, which supports variables and rich text
  • Chat box supports multi-line text
  • wxpusher adds sender nickname prompt
  • Add cache automatic update mechanism when user popover is opened
  • cli adds smtp verification function to verify smtp uri
  • Fix the bug that the group setting update operation does not take effect
  • Fix the problem that inputting the Enter key to send a picture will add a newline character to the input box at the same time
  • Fix the bug that modifying the configuration and modifying the title icon will not be refreshed
  • Fix some known issues