From 006ddf4aa44e74a9d5fda8946d53646b2fdfd190 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Wed, 4 Mar 2026 02:19:30 +0800 Subject: [PATCH] docs: sync changelog with recent changes (#853) - Add Status menu button feature entry to both CN/EN changelogs - Add missing Improvements entries to EN changelog (IP lookup link, VitePress i18n fix) Co-authored-by: Claude Opus 4.6 --- CHANGELOG.md | 1 + CHANGELOG_EN.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8404d6d..652a9dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Features - feat: |用户注册| 新增用户注册邮箱正则校验功能,管理员可配置邮箱格式验证规则 +- feat: |前端| 新增可配置的 Status 菜单按钮,通过 `STATUS_URL` 环境变量配置状态监控页面链接 ### Bug Fixes diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 4347e91c..0c69ddf0 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -11,6 +11,7 @@ ### Features - feat: |User Registration| Add email regex validation for user registration, admins can configure email format validation rules +- feat: |Frontend| Add configurable Status menu button via `STATUS_URL` environment variable for status monitoring page link ### Bug Fixes @@ -22,6 +23,8 @@ ### Improvements - style: |Mail List| Improve empty state display for inbox and sent box, show different messages based on mail count, add semantic icons +- feat: |Admin| Add ip.im lookup link for source IP in address list, click to quickly view IP information +- docs: |Docs| Fix VitePress i18n language switch path error, use dual-prefix locale configuration ## v1.3.0