Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 18 May 09:27

Release v1.0.6

更新内容:

  • 去除面板内 owner 相关权限分支,统一为 admin 权限模型。
  • 初始化迁移会把旧的 owner 和非 admin 用户角色收敛为 admin,避免旧数据影响登录后的权限判断。
  • 面板更新接口改为所有已登录用户可执行,方便普通账号直接更新和重启面板。
  • 更新弹窗继续从 GitHub Release 正文读取更新说明,展示本次发布内容。

说明:

  • 本次发布侧重权限收敛和更新流程调整。

验证:

  • go test ./...
  • npm.cmd run build