Skip to content

v0.4.0

Compare
Choose a tag to compare
@dreamhunter2333 dreamhunter2333 released this 09 May 12:24
· 192 commits to main since this release
98cd6d9

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