# 2024年12月20日

## GenStudio

### 新功能

* **试用计划实施**：为新用户推出试用计划，以体验 GenStudio 的功能。

### 改进

* **增强的协作页面**：改进了“我的协作”页面，采用了新布局，并添加了信息链接按钮以便于导航。

### 错误修复

* **工具变量消息显示**：禁用工具变量消息的Markdown视图以增强可读性。
* **试用通知模态框**：修复了试用结束通知模态框错误显示的问题。

## 控制中心

### 新功能

* **静态快照管理**：增加了创建和删除静态快照的能力，增强了数据保留和回滚功能。
* **工具编辑中的文件上传**：在工具编辑中启用了文件上传和管理，以实现更灵活的工具自定义。
* **新的订阅计划和积分**：推出了新的计划和积分选项，为用户提供更多选择。

### 改进

* **IP 地址数据处理**：增强了 IP 地址数据管理，以便更好地跟踪，包括对 API 和数据表的更新。
* **用户认证日志记录**：改进了用户在注册和访问 GenStudio 期间的认证尝试日志记录。
* **分析精细化**：更新了分析，以排除某些用户，提高数据准确性。

### 错误修复

* **管理员密码重置错误**：解决了管理员尝试重置用户密码时发生的错误。
* **图像大小限制处理**：解决了与上传时允许的最大图像大小相关的问题。
* **功能访问修正**：修复了在某些条件下功能访问被错误绕过的问题。
* **模型列表可访问性**：确保经过身份验证的用户可以正确访问模型列表。
* **翻译更新**：更新了翻译和脚本，增强了多语言支持。


---

# 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://docs.skydeck.ai/zh-cn/releases/dec-20th-2024.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.
