# 更新日志

## 第一次更新：版本升级

省流：由 `Cloudreve V4.0.0-beta.8` 升级至 `Cloudreve V4.0.0-beta.10`。

详细内容（摘自Cloudreve官方仓库）：

* 修复 购买使用积分支付时，负值数量未被过滤 (#2344)；
* 修复 OneDrive 授权回调时如果出错，应展示详细错误；
* 修复 地图中的标记图标无法显示 (#2323)；
* 修复 匿名购买分享的收据邮件未遵循客户端语言设置 (#2316)；
* 修复 文件名包含# 时 UI 出错 (#2335);
* 修复 相对路径的自定义文件预览应用会强制使用新窗口打开 (#2343)；
* 优化 保留用户组存储策略选择顺序 (#2319)；
* 新增 日语翻译 (@tkymmm cloudreve/frontend#256 )；
* 修复 路径输入框无法选择文本 (#2336)；
* 修复 某些情况下，非 ASCII 字符在侧边栏显示错误 (#2348)；
* 修复 较新版本 qBittorrent 做种时报错未知状态；
* 修复 原始文件放入回收站时，其分享链接应该被标记为 已失效 (#2347)；
* 修复 LibreOffice 调用警告 (@xb2016 #2358)；
* 修复 上传失败刷新列表后，仍有文件被标记为上传中 (@xb2016 cloudreve/frontend#255 )；
* 优化 密码长度限制增加到 128；
* 优化 管理员可以在用户文件中直接创建直链 (#2340)；
* 优化 管理员可以访问被封禁用户的文件 (#2327)；

Github链接：[A](https://github.com/cloudreve/Cloudreve/discussions/2170#discussioncomment-13074732)                              [B](https://github.com/cloudreve/Cloudreve/discussions/2170#discussioncomment-13144123)

## 第二次更新：体验升级

省流：增加了一种主题配色、人机验证换为 `Google reCAPTCHA V2`。记得删除浏览器缓存（不是 Cookie）。

详细内容：

* 增加了一种配色方案（目前已经设置为默认），请删除浏览器缓存（不是 Cookie）查看（有的不需要删除）。

  新的配色方案个人认为更加清爽了。如果不喜欢，可以更改成其他的方案。具体方法见末尾。
* 人机验证换为 `Google reCAPTCHA V2` 。~~正在测试中。如果遇到有用户反馈问题，会更换其他方式。~~

测试完成

#### 具体的配色方案代码：

```javascript
{
  "light": {
    "palette": {
      "primary": {
        "main": "#2196F3"
      },
      "secondary": {
        "main": "#FFC107"
      }
    }
  },
  "dark": {
    "palette": {
      "primary": {
        "main": "#2196F3"
      },
      "secondary": {
        "main": "#FFC107"
      }
    }
  }
}
```

#### 如何更改方案？

进入 <https://code.cbpan.org/settings?tab=preference> ，将主题配色换为替他即可。

#### 配色预览

[![PixPin\_2025-05-17\_14-17-05.gif](https://pic1.imgdb.cn/item/682829f458cb8da5c8f889e5.gif)](https://pic1.imgdb.cn/item/682829f458cb8da5c8f889e5.gif)

## 第3-4次更新：版本升级

修复了一些**未知**问题。

## 第五次更新：安全更新

新用户注册需要验证邮箱了（邮箱验证码），已注册用户不变。

## 第6-10次更新：版本升级

更新版本。

## 第11次更新：体验升级

增加 WebDAV 功能。具体请查看[这里](/code-cbpan-org-help/users/webdav.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ak.cbpan.org/update.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
