# A.1: 发行说明

尽管Karamba3D的所有正式版本在发布前均已经过全面测试。但由于Karamba3D由数千行代码组成，因此包含尚未发现错误的几率仍然较高。

{% hint style="info" %}
一旦我们发现问题和错误，它们将会被发布在发行说明中。
{% endhint %}

每一版Karamba3D的发行均有其版本和版本号。版本号的前两位数字代表年份，其后两位数字代表月份，最后两位数字代表发行日期。

请参阅英文手册以查看[发行说明](https://manual.karamba3d.com/appendix/a.1-updates-and-bug-fixes)。

## 编制中的版本

我们会不断增加新功能，并对以往的版本进行错误修复。

用户可以从我们的[Nightly Builds（每夜建构）](https://github.com/karamba3d/K3D_NightlyBuilds)目录中下载Karamba3D最新的编制中（WIP）版本。

{% hint style="warning" %}
在使用Karamba3D WIP版本时，请注意以下几点：

这些构建没有像Karamba3D正式版本那样经过全面测试，因此它们可能会有错误。

使用这些WIP构建创建的Grasshopper定义可能导致包含在更高版本的Karamba3D中无法正确加载的运算器。
{% endhint %}


---

# 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://manual-1-3.karamba3d.com/chinese_1_3_3/appendix/a.1-updates-and-bug-fixes.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.
