> 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/modloader-center/update.md).

# 更新日志

## 下载最新版本

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

## 更新记录

### \[BETA] 0.5.0.426 (2024-04-26)

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

* 新增 Minecraft NeoForge 加载器

### \[BETA] 0.4.1.422 (2024-04-22)

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

* 关于页面窗口
* 一个隐藏的彩蛋

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

* 首页的列表现在可以折叠了

### \[BETA] 0.4.0.415 (2024-04-15)

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

* 新增 Terraria tModLoader 加载器

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

* 封装类似代码，统一调用窗体、模块化等
* 对模组加载器 Logo 尺寸进行提升以及重构
* 优化文件结构提高利用率减小软件体积

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

* Stardew Valley SMAPI 加载器不能多选下载

### \[BETA] 0.3.0.414 (2024-04-14)

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

* 新增 Stardew Valley SMAPI 加载器

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

* Minecraft Optifine 标识版本为预览、正式版
* 优化首页加载器载入逻辑

### \[BETA] 0.2.0.412 (2024-04-12)

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

* 新增 Minecraft Optifine 加载器

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

* 使用性能更好的 HttpClient 作为网络类
* 弃用 HttpWebRequest 原因：已过时

### \[BETA] 0.1.0.409 (2024-04-09)

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

* 第一个公开测试的 BETA 版本。


---

# 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:

```
GET https://docs.nullcraft.org/software/modloader-center/update.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.
