From fc6b0246b15b5ac7fa7677754eea7601546c4fd3 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Thu, 9 May 2024 20:26:22 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f13aa76..dd093a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGE LOG -## main branch +## v0.4.0 -### DB Changes +### DB Changes/Breaking changes 新增 user 相关表,用于存储用户信息 @@ -10,6 +10,8 @@ ### config changs +启用用户注册邮箱验证需要 `KV` + ```toml # kv config for send email verification code # [[kv_namespaces]] @@ -26,6 +28,15 @@ - 修复删除地址时邮件未删除的BUG #213 - UI 增加全局标签页位置配置, 侧边距配置 +* feat: update docs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/204 +* feat: add Deploy to Cloudflare Workers button by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/205 +* feat: add Deploy to Cloudflare Workers docs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/206 +* feat: add UserLogin by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/209 +* feat: admin search mailbox && fix generateName multi dot && user jwt exp in 30 days && UI globalTabplacement && useSideMargin by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/214 +* feat: UI check openSettings in Login page by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/215 +* feat: UI move AdminContact to common by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/217 +* feat: docs by @dreamhunter2333 in https://github.com/dreamhunter2333/cloudflare_temp_email/pull/218 + ## v0.3.3 - 修复 Admin 删除邮件报错