diff --git a/website/blog/2023-06-07-v1.7.6.md b/website/blog/2023-06-07-v1.7.6.md new file mode 100644 index 00000000..aa0babe5 --- /dev/null +++ b/website/blog/2023-06-07-v1.7.6.md @@ -0,0 +1,20 @@ +--- +title: Release Note v1.7.6 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.7.6 +keywords: + - tailchat +tags: [Release Note] +--- + +- 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` diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-06-07-v1.7.6.md b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-06-07-v1.7.6.md new file mode 100644 index 00000000..d7ee2346 --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-blog/2023-06-07-v1.7.6.md @@ -0,0 +1,20 @@ +--- +title: 版本发布日志 v1.7.6 +authors: moonrailgun +image: /img/logo.svg +slug: release-1.7.6 +keywords: + - tailchat +tags: [版本发布] +--- + +- 增加了封禁/解除封禁用户功能 +- 增加了好友备注功能 + - 备注功能会应用在群组成员列表/用户会话/提及/会话标题等地方 +- 后台增加消息数量统计 +- 后台增加了缓存管理,现在可以通过后台清空缓存了,对于不了解 redis 的用户非常友好 +- 后台配置增加了 `disableGuestLogin` 和 `disableUserRegister` 的显示 +- 后台首页增加了每日新增用户数的统计 +- 邮件模型增加了创建时间和更新时间 + - 并调整了部分字段 +- 后台优化了消息内容和id字段的显示