• 【问卷调查奖励发放公告】

    感谢大家积极参与本次 MineBBS 社区问卷调查。200 金粒的参与奖励已完成发放。部分用户发放失败,请【点击此处】 查看详情。

AutoUpdatePlugins - 更好的自动更新插件

原创 开源 工具 AutoUpdatePlugins - 更好的自动更新插件 v2.6.4

登录后下载
## What's Changed
* api-version 调整 by @yanshiqwq in https://github.com/ApliNi/AutoUpdatePlugins/pull/4

## New Contributors
* @yanshiqwq made their first contribution in https://github.com/ApliNi/AutoUpdatePlugins/pull/4

**Full Changelog**: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.6.2...v2.6.4

**更新内容**
- 更新鬼斩构建站 API
- 优化 Modrinth 版本查找方法
- 支持更低的 MC 版本, 目前调整到 1.16
- 支持禁用 SSL 验证, 用于解决一些网络问题, 但不推荐使用
- 优化消息

**本次更新增加了新的配置项**
```yaml
# 是否启用 SSL 验证, 通常情况请勿关闭
sslVerify: false
```

---

**Updates**
- Support lower MC version, currently adjusted to 1.16.
- Support disable SSL authentication, used to solve some network problems, but not recommended.
- Optimized messages

**New configuration items have been added in this update**
```yaml
# Whether to enable SSL authentication, usually do not turn it off
sslVerify: true
```
**Full Changelog**: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.5.0...v2.6.0

**更新内容**
- 支持 [MineBBS](https://www.minebbs.com/) 平台
- 支持 [CurseForge](https://www.curseforge.com/) 平台
- 调整消息配置

**本次更新没有配置改动**

**此版本在发布后经过更新**
- 更新配置文件

---

**update content**
- Support [MineBBS](https://www.minebbs.com/) platform
- Support [CurseForge](https://www.curseforge.com/) platform
- Adjust message configuration

**There are no configuration changes in this update**

**This version has been updated since publication**
- Update configuration file
**Full Changelog**: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.3...v2.5.0

**更新内容**
- 使用更稳定的网络请求库优化稳定性
- 支持添加网络代理
- 支持运行在 Folia 服务器上

**配置改动**
- 移除 `disableCertificateVerification` 配置, 添加 `proxy` 配置
```yaml
# 设置网络代理
proxy:
type: DIRECT # DIRECT | HTTP | SOCKS
host: '127.0.0.1'
port: 7890
```
后退
顶部 底部