mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-06 16:07:14 +08:00
Update CHANGELOG.md
This commit is contained in:
+13
-2
@@ -1,8 +1,8 @@
|
|||||||
# CHANGE LOG
|
# CHANGE LOG
|
||||||
|
|
||||||
## main branch
|
## v0.4.0
|
||||||
|
|
||||||
### DB Changes
|
### DB Changes/Breaking changes
|
||||||
|
|
||||||
新增 user 相关表,用于存储用户信息
|
新增 user 相关表,用于存储用户信息
|
||||||
|
|
||||||
@@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
### config changs
|
### config changs
|
||||||
|
|
||||||
|
启用用户注册邮箱验证需要 `KV`
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# kv config for send email verification code
|
# kv config for send email verification code
|
||||||
# [[kv_namespaces]]
|
# [[kv_namespaces]]
|
||||||
@@ -26,6 +28,15 @@
|
|||||||
- 修复删除地址时邮件未删除的BUG #213
|
- 修复删除地址时邮件未删除的BUG #213
|
||||||
- UI 增加全局标签页位置配置, 侧边距配置
|
- 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
|
## v0.3.3
|
||||||
|
|
||||||
- 修复 Admin 删除邮件报错
|
- 修复 Admin 删除邮件报错
|
||||||
|
|||||||
Reference in New Issue
Block a user