mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
-
v1.2.0 Stable
released this
2026-01-11 12:23:02 +03:00 | 118 commits to main since this release📅 Originally published on GitHub: Sun, 11 Jan 2026 09:25:05 GMT
🏷️ Git tag created: Sun, 11 Jan 2026 09:23:02 GMTWhat's Changed
Breaking Changes
- |数据库| 新增
source_meta字段,需执行db/2025-12-27-source-meta.sql更新数据库或到 admin 维护页面点击数据库更新按钮
Features
- feat: |Admin| 新增管理员账号页面,显示当前登录方式并支持退出登录(仅限密码登录方式)
- fix: |GitHub Actions| 修复容器镜像名需要全部小写的问题
- feat: |邮件转发| 新增来源地址正则转发功能,支持按发件人地址过滤转发,完全向后兼容
- feat: |地址来源| 新增地址来源追踪功能,记录地址创建来源(Web 记录 IP,Telegram 记录用户 ID,Admin 后台标记)
- feat: |邮件过滤| 移除后端 keyword 参数,改为前端过滤当前页邮件,优化查询性能
- feat: |前端| 地址切换统一为下拉组件,极简模式支持切换,主页提供地址管理入口
- feat: |数据库| 为
message_id字段添加索引,优化邮件更新操作性能,需执行db/2025-12-15-message-id-index.sql更新数据库 - feat: |Admin| 维护页面增加自定义 SQL 清理功能,支持定时任务执行自定义清理语句
- feat: |国际化| 后端 API 错误消息全面支持中英文国际化
- feat: |Telegram| 机器人支持中英文切换,新增
/lang命令设置语言偏好
更新或者部署网页不生效请如图勾选清理缓存
PRs
- fix: exclude telegram routes from x-custom-auth check by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/780
- feat: add custom SQL cleanup for scheduled maintenance by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/781
- feat: v1.1.0 release with AI email extraction and security enhancements by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/782
- fix: escape @ symbol in vue-i18n to fix SyntaxError by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/783
- feat: upgrade version to v1.2.0 by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/784
- fix: move useScript to top level for @unhead/vue v2 compatibility by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/785
- feat: optimize email filtering with frontend-only search by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/787
- feat: improve mailbox UI spacing and email display by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/788
- update readme by @androwbrown in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/789
- docs: update English README and add English CHANGELOG by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/792
- Add keep_vars option to wrangler.toml.template by @hogum in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/793
- feat: add address source tracking (source_meta field) by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/794
- feat: add source address regex forwarding by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/796
- feat: add i18n support for backend API and Telegram bot by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/797
- fix: ensure emailForwardingList is always initialized by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/799
- fix: remove invalid escape sequences in i18n placeholders by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/800
- Unify address selection UI by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/801
- feat: add admin account page with logout and responsive address bar by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/803
- fix: use lowercase repository name for container image by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/807
New Contributors
- @androwbrown made their first contribution in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/789
- @hogum made their first contribution in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/793
Full Changelog: https://github.com/dreamhunter2333/cloudflare_temp_email/compare/v1.1.0...v1.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
frontend.zip
0 downloads ·
2026-02-26 20:34:37 +03:00 · 1,016 KiB -
telegram-frontend.zip
0 downloads ·
2026-02-26 20:34:38 +03:00 · 1,016 KiB -
worker-with-wasm-mail-parser.zip
0 downloads ·
2026-02-26 20:34:38 +03:00 · 500 KiB -
worker.js
0 downloads ·
2026-02-26 20:34:39 +03:00 · 1.1 MiB
- |数据库| 新增