Skip to content

Releases: dreamhunter2333/cloudflare_temp_email

v0.5.0

01 Jun 13:31
c5d01e0
Compare
Choose a tag to compare

What's Changed

  • UI: 增加本地缓存进行地址管理
  • worker: 增加 FORWARD_ADDRESS_LIST 全局邮件转发地址(等同于 catch all)
  • UI: 多语言使用路由进行切换
  • 添加保存附件到 S3 的功能 文档地址
  • UI: 增加收取邮件列表 批量删除批量下载

Full Changelog: v0.4.6...v0.5.0

v0.4.6

29 May 04:09
00abf79
Compare
Choose a tag to compare

What's Changed

  • worker 配置文件添加 TITLE = "Custom Title", 可自定义网站标题
  • 修复 KV 未绑定无法删除地址的问题

Full Changelog: v0.4.5...v0.4.6

v0.4.5

26 May 07:34
8dc9d32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 May 12:53
37ed295
Compare
Choose a tag to compare

Join Telegram

What's Changed

  • 增加 telegram mini app
  • telegram bot 增加 ubind, delete 指令
  • 修复 webhook 多行文本的问题

Full Changelog: v0.4.3...v0.4.4

v0.4.3

18 May 09:07
a5ff4f2
Compare
Choose a tag to compare

Join Discord

Join Telegram

What's Changed

Breaking Changes

worker toml 配置文件 main = "src/worker.js" 改为 main = "src/worker.ts"

Changes

  • telegram bot 白名单配置
  • ENABLE_WEBHOOK 添加 webhook
  • UI: admin 页面使用双层 tab
  • UI: 登录后可直接主页切换地址
  • UI: 发件箱也采用左右分栏显示(类似收件箱)
  • SMTP IMAP Proxy 添加发件箱查看

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 May 16:09
607c04c
Compare
Choose a tag to compare

Join Discord

Join Telegram

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 May 03:55
4b9d40d
Compare
Choose a tag to compare

Join Discord

Join Telegram

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 May 12:24
98cd6d9
Compare
Choose a tag to compare

What's Changed

DB Changes/Breaking changes

新增 user 相关表,用于存储用户信息

  • db/2024-05-08-patch.sql

config changs

启用用户注册邮箱验证需要 KV

# kv config for send email verification code
# [[kv_namespaces]]
# binding = "KV"
# id = "xxxx"

function changs

  • 增加用户注册功能,可绑定邮箱地址,绑定后可自动获取邮箱JWT凭证
  • 增加默认以文本显示邮件,文本和HTML邮箱显示方式切换按钮
  • 修复 BUG 随机生成的邮箱名字不合法 #211
  • admin 邮件页面支持邮件内容搜索 #210
  • 修复删除地址时邮件未删除的BUG #213
  • UI 增加全局标签页位置配置, 侧边距配置

Full Changelog: v0.3.3...v0.4.0

v0.3.3

04 May 15:58
41bed8b
Compare
Choose a tag to compare

What's Changed

  • 修复 Admin 删除邮件报错
  • UI: 回复邮件按钮, 引用原始邮件文本 #186
  • 添加发送邮件地址黑名单
  • 添加 CF Turnstile 人机验证配置
  • 添加 /external/api/send_mail 发送邮件 api, 使用 body 验证 #194

Full Changelog: v0.3.2...v0.3.3

v0.3.2

03 May 16:15
854e466
Compare
Choose a tag to compare

What's Changed

  • UI: 添加回复邮件按钮
  • 添加定时清理功能,可在 admin 页面配置(需要在配置文件启用定时任务)
  • 修复删除账户无反应的问题

Full Changelog: v0.3.1...v0.3.2