> 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.7（2026年7月）    | 最新  | 待定       |
| [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.
