> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/software/unturned-server/update.md).

# 更新日志

## 下载最新版本

{% embed url="<https://nullcraft.org/d/6>" %}

## 更新记录

### **1.2.4.216 (2021-02-16)**

<mark style="color:red;">**`[修复]`**</mark>

* \[服务器管理] 设置创意工坊ID过长导致崩溃

### **1.2.3.214 (2021-02-14)**

<mark style="color:blue;">**`[更新]`**</mark>

* \[服务器管理]\[启动参数] 自定义附加参数

### **1.2.2.128 (2021-01-28)**

<mark style="color:red;">**`[修复]`**</mark>

* 部分档案数据为空时无法正常启动软件问题

### **1.2.1.1229 (2020-12-29)**

<mark style="color:blue;">**`[更新]`**</mark>

* \[服务器管理] 工坊下载设置区块

<mark style="color:orange;">**`[优化]`**</mark>

* \[文件管理] 自动更新和手动安装模组分类

### **1.2.0.1227 (2020-12-27)**

<mark style="color:blue;">**`[更新]`**</mark>

* \[服务器管理] 服务器设置区块
* 添加 VAC、BattlEye、服务器图标、缩略图、提示、简介、列表名称
* \[本体设置] 窗口置顶与禁止最小化托盘
* 支持最小化进入托盘

### **1.1.0.1220 (2020-12-20)**

<mark style="color:blue;">**`[更新]`**</mark>

* \[文件管理] 创意工坊模组管理功能
* \[仪表盘] 创意工坊数据
* \[仪表盘] 档案版本数据

### **1.0.0.1219 (2020-12-19)**

<mark style="color:purple;">**`[发布]`**</mark>

* 软件发布


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nullcraft.org/software/unturned-server/update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
