Skip to content

Commit 8983247

Browse files
docs: update CHANGELOG for v1.3.0 recent PRs (dreamhunter2333#828)
- Add OAuth2 SVG icon support (dreamhunter2333#825) - Add async address activity update (dreamhunter2333#826) - Add hide send mail UI when not configured (dreamhunter2333#827) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0f418d7 commit 8983247

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
### Features
1212

1313
- feat: |OAuth2| 新增 OAuth2 邮箱格式转换功能,支持通过正则表达式转换第三方登录返回的邮箱格式(如将 `user@domain` 转换为 `user@custom.domain`
14+
- feat: |OAuth2| 新增 OAuth2 提供商 SVG 图标支持,管理员可为登录按钮配置自定义图标,预置 GitHub、Linux Do、Authentik 模板图标
15+
- feat: |发送邮件| 未配置发送邮件功能时自动隐藏发送邮件 tab、发件箱 tab 和回复按钮
1416

1517
### Bug Fixes
1618

@@ -19,6 +21,7 @@
1921
### Improvements
2022

2123
- refactor: |代码重构| 提取地址数量限制检查为公共函数,优化代码复用性
24+
- perf: |性能优化| GET 请求中的地址活动时间更新改为异步执行,使用 `waitUntil` 不阻塞响应
2225

2326
## v1.2.1
2427

CHANGELOG_EN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
### Features
1212

1313
- feat: |OAuth2| Add email format transformation support for OAuth2, allowing regex-based email format conversion from third-party login providers (e.g., transform `user@domain` to `user@custom.domain`)
14+
- feat: |OAuth2| Add SVG icon support for OAuth2 providers, admins can configure custom icons for login buttons, preset icons for GitHub, Linux Do, Authentik templates
15+
- feat: |Send Mail| Auto-hide sendmail tab, sendbox tab, and reply button when send mail is not configured
1416

1517
### Bug Fixes
1618

@@ -19,6 +21,7 @@
1921
### Improvements
2022

2123
- refactor: |Code Refactoring| Extract address count limit check as a public function to improve code reusability
24+
- perf: |Performance| Change address activity time update in GET requests to async execution using `waitUntil`, non-blocking response
2225

2326
## v1.2.1
2427

0 commit comments

Comments
 (0)