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 验证, 用于解决一些网络问题, 但不推荐使用
- 优化消息
本次更新增加了新的配置项
# 是否启用 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
# 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 平台
- 支持 CurseForge 平台
- 调整消息配置
本次更新没有配置改动
此版本在发布后经过更新
- 更新配置文件
update content
- Support MineBBS platform
- Support CurseForge 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
配置
# 设置网络代理
proxy:
type: DIRECT # DIRECT | HTTP | SOCKS
host: '127.0.0.1'
port: 7890
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.2...v2.4.3
配置中的功能更新
# 如果 file 配置与此正则匹配, 则启用 zip 完整性检查, 否则不会启用
zipFileCheckList: '\.(?:jar|zip)$'
其他更新
- 优化信息显示
Feature Updates in Configuration
- If the file configuration contains a path, the path parameter is automatically extracted and set.
- Add zipFileCheckList global configuration to allow zip integrity checking to be enabled only for which files
# If the file configuration matches this regex, zip integrity checking is enabled, otherwise it is not enabled
zipFileCheckList: '\.(?:jar|zip)$'
Other updates
- Optimize message display
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4.1...v2.4.2
此更新中存在配置中的功能更新
### list 中的所有可用配置 ###
# 除非你知道这是在做什么, 否则不要随意随意使用
# String file; // 文件名称
# String url; // 下载链接
# String tempPath; // 下载缓存路径, 默认使用全局配置
# String updatePath; // 更新存放路径, 默认使用全局配置
# String filePath; // 最终安装路径, 默认使用全局配置
# String path; // 同时覆盖 updatePath 和 filePath 配置
# String get; // 选择指定文件的正则表达式, 默认选择第一个. 仅限 GitHub, Jenkins, Modrinth
# boolean getPreRelease; // 允许下载预发布版本, 默认 false. 仅限 GitHub
# boolean zipFileCheck; // 启用 zip 文件完整性检查, 默认 true
# boolean ignoreDuplicates; // 关闭哈希检查
** 此更新中存在语言配置更新** 省略...
更新内容
- 添加
/aup stop
指令, 用于停止一个正在进行的更新 - 优化信息显示
- 修复无法关闭哈希检查
There are feature updates in the configuration in this update
### All available configurations in list ###
# Unless you know what you're doing, don't use it willy-nilly.
# String file; // File name
# String url; // Download link
# String tempPath; // download cache path, use global configuration by default
# String updatePath; // update path, used globally by default
# String filePath; // The final installation path, used globally by default.
# String path; // Overriding both updatePath and filePath configurations
# String get; // Regular expression to select the specified file, first one is selected by default. GitHub, Jenkins, Modrinth only.
# boolean getPreRelease; // Allow downloading of pre-releases, false by default. GitHub only.
# boolean zipFileCheck; // Enable zip file integrity checking, true by default.
# boolean ignoreDuplicates; // Turn off hash checking
Language configuration update exists in this update *Omitted... *
Updates
- Added
/aup stop
command to stop an update in progress. - Optimize message display
- Fixed inability to turn off hash checking
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.4...v2.4.1
更新内容
- 修复有时候不会释放锁, 你将看到
### 更新程序重复启动或出现错误? 尝试提高更新检查间隔? ###
而没有进行更新
Updates
- Fixed that sometimes the lock is not released, you will see
### Update program start repeatedly or error? Trying to increase the update check interval? ###
and no update is performed
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.3...v2.4
此版本存在配置更新
- 添加了多语言配置和
message
配置项
更新内容
- 添加英文配置和语言
- 添加英文文档
- 允许自定义插件消息
- 一些细节修复
Configuration updates exist for this version
- Added multi-language configuration and
message
configuration items
update content
- Added English configuration and language
- Added English documentation
- Allow custom plugin messages
- Some detail fixes
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.2...v2.3
本次更新存在配置改动
# 显示最详细的更新日志, 可在测试完成后关闭, 关闭后依然显示错误/警告/开始和完成信息
debugLog: true
#--- 删除以上部分, 添加以下部分 ---#
# 启用哪些日志等级
logLevel:
- "DEBUG" # 用于调试, 可在测试完成后注释掉
- "MARK" # 与 DEBUG 相同, 显示绿色, 用于标记任务完成
- "INFO" # 输出日志
- "WARN" # 输出警告
- "NET_WARN" # 网络请求模块的警告
本次更新添加了新的指令
/aup log
- 显示一份完整的更新日志
更新内容
更新发布后进行过修改
- 修复 MARK 日志中缺失的插件标志 - 2024年1月17日 21点11分
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v2.1...v2.2
本次更新存在配置更新
# 启用上一个更新记录并通过这些信息检查更新 (temp.yml)
enablePreviousUpdate: true
- 添加上一个更新记录功能
- 允许匹配路径结尾为 /1234/ 的 Spigot URL
- 解决url中包含特殊字符而无法下载
- 防止更新运行时进行配置重载, 将自动延迟配置重载
- 统计网络请求数量
- 改进消息显示
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v1.2...v2.0
本次更新添加新的配置项目
- 重构插件
- 更完整的重载功能
- 支持添加 HTTP 请求头
- 优化日志显示
- 实验性支持 CurseForge 页面链接
Full Changelog: https://github.com/ApliNi/AutoUpdatePlugins/compare/v1.0...v1.1
本次发布中有配置文件更新
- Github 链接可添加配置
getPreRelease: true
来下载最新的预发布版本 debugLog: true
显示完整的更新日志, 可在测试完成后关闭, 关闭后依然会显示错误/警告/开始和完成信息