> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/release-notes/zh/readme.md).

# 发行说明

VergeOS 各版本的发行说明。请在下表中选择一个版本以查看其详细说明。

{% hint style="info" %}
**建议**

* 请始终使用当前次版本中的最新补丁/热修复版本，并在条件允许时升级到最新次版本
* 如需使用此处记录的最新功能和特性，请确保您运行的是 VergeOS 的最新版本
  {% endhint %}

## 发行版本概览

| 发行                                                                     | 初始发行版    | 最新版本               | 状态  | 生命周期结束   |
| ---------------------------------------------------------------------- | -------- | ------------------ | --- | -------- |
| [26.1](/release-notes/zh/2026/26-1-release-notes.md)                   | 2026年1月  | 26.1.8（2026年8月）    | 最新  | 待定       |
| [26.0](/release-notes/zh/2026/26-0-release-notes.md)                   | 2025年10月 | 26.0.2.2（2025年12月） | 受支持 | 待定       |
| [4.13](/release-notes/zh/2025-nian-huo-geng-zao/4-13-release-notes.md) | 2024年11月 | 4.13.4.2（2025年8月）  | 受支持 | 待定       |
| [4.12](/release-notes/zh/2025-nian-huo-geng-zao/4-12-release-notes.md) | 2024年2月  | 4.12.6（2024年7月）    | 已弃用 | 2026年1月  |
| [4.11](/release-notes/zh/2025-nian-huo-geng-zao/4-11-release-notes.md) | 2023年2月  | 4.11.4.3（2024年1月）  | 已弃用 | 2024年12月 |
| [4.10](/release-notes/zh/2025-nian-huo-geng-zao/4-10-release-notes.md) | 2022年6月  | 4.10.3.1（2023年1月）  | 已弃用 | 2024年6月  |
| [4.9](/release-notes/zh/2025-nian-huo-geng-zao/4-9-release-notes.md)   | 2021年10月 | 4.9.2（2022年2月）     | 已弃用 | 2023年2月  |

## 版本编号和更新

VergeOS 使用语义化版本编号，有两种不同格式：

* **旧格式**：主版本.次版本.补丁.热修复（例如，4.13.4.2）
* **新格式** （26.0+）：年份.季度.次版本.补丁（例如，26.0.1）
  * 前两位数字表示年份（25 = 2025，26 = 2026）
  * 第三位数字表示开发开始的季度（0-3）
  * 其余数字表示次版本和补丁版本

{% hint style="success" %}
**更新流程**

* **次版本**, **补丁**，以及 **热修复** 更新支持在线系统更新，不会影响正在运行的工作负载
* **主版本** 版本更新 *可能* 需要重启系统才能完成更新过程
* 更新应始终在同一主版本内按顺序进行（例如，4.13.2 → 4.13.3 → 4.13.4）
* 从 4.13.x 升级到 26.0.x 时，请先通过 4.13.4.2 的升级路径
  {% endhint %}

{% hint style="info" %}
**版本存档**

4.9 之前版本的发行说明已归档，且在本文档中不可用
{% endhint %}


---

# 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.verge.io/release-notes/zh/readme.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.
