mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
-
v1.3.0 Stable
released this
2026-02-01 18:41:56 +03:00 | 107 commits to main since this release📅 Originally published on GitHub: Sun, 01 Feb 2026 15:43:09 GMT
🏷️ Git tag created: Sun, 01 Feb 2026 15:41:56 GMTWhat's Changed
Features
- feat: |OAuth2| 新增 OAuth2 邮箱格式转换功能,支持通过正则表达式转换第三方登录返回的邮箱格式(如将
user@domain转换为user@custom.domain) - feat: |OAuth2| 新增 OAuth2 提供商 SVG 图标支持,管理员可为登录按钮配置自定义图标,预置 GitHub、Linux Do、Authentik 模板图标
- feat: |发送邮件| 未配置发送邮件功能时自动隐藏发送邮件 tab、发件箱 tab 和回复按钮
Bug Fixes
- fix: |用户地址| 修复禁止匿名创建时,已登录用户地址数量限制检查失效的问题,新增公共函数
isAddressCountLimitReached统一处理地址数量限制逻辑
Improvements
- refactor: |代码重构| 提取地址数量限制检查为公共函数,优化代码复用性
- perf: |性能优化| GET 请求中的地址活动时间更新改为异步执行,使用
waitUntil不阻塞响应
更新或者部署网页不生效请如图勾选清理缓存
PRs
- feat(oauth2): add email format transformation support by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/818
- fix(user): enforce address count limit when anonymous creation disabled by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/819
- feat(oauth2): add SVG icon support for OAuth2 providers by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/825
- perf: use waitUntil for async address activity updates by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/826
- feat: hide send mail UI when not configured by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/827
- docs: update CHANGELOG for v1.3.0 recent PRs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/828
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.2.1...v1.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:43 +03:00 · 1,018 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:44 +03:00 · 1,018 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:45 +03:00 · 1.1 MiB -
worker.js
0 downloads ·
2026-02-26 20:34:47 +03:00 · 2.7 MiB
- feat: |OAuth2| 新增 OAuth2 邮箱格式转换功能,支持通过正则表达式转换第三方登录返回的邮箱格式(如将