Skip to content

Releases: ApliNi/AutoUpdatePlugins

v2.6.4

11 Jul 17:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 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

v2.6.2 支持低版本, 支持禁用 SSL 验证

25 Jun 20:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.2

更新内容

  • 支持更低的 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

v2.6.0 支持更多平台!

23 Feb 04:23
Compare
Choose a tag to compare

Full Changelog: v2.5.0...v2.6.0

更新内容

本次更新没有配置改动

此版本在发布后经过更新

  • 更新配置文件

update content

There are no configuration changes in this update

This version has been updated since publication

  • Update configuration file

v2.5.0-Folia

22 Feb 06:04
Compare
Choose a tag to compare

Full Changelog: v2.4.3...v2.5.0

更新内容

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

配置改动

  • 移除 disableCertificateVerification 配置, 添加 proxy 配置
# 设置网络代理
proxy:
  type: DIRECT # DIRECT | HTTP | SOCKS
  host: '127.0.0.1'
  port: 7890

v2.4.3

28 Jan 06:05
Compare
Choose a tag to compare

Full Changelog: v2.4.2...v2.4.3

配置中的功能更新

# 如果 file 配置与此正则匹配, 则启用 zip 完整性检查, 否则不会启用
zipFileCheckList: '\.(?:jar|zip)$'

其他更新

  • 优化信息显示

Feature Updates in Configuration

# 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

v2.4.2

27 Jan 13:34
Compare
Choose a tag to compare

Full Changelog: 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

v2.4.1

24 Jan 05:56
Compare
Choose a tag to compare

Full Changelog: 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

v2.4 多语言支持!

22 Jan 18:07
Compare
Choose a tag to compare

Full Changelog: 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

v2.3 日志相关功能更新

17 Jan 13:01
Compare
Choose a tag to compare

Full Changelog: v2.2...v2.3

本次更新存在配置改动

# 显示最详细的更新日志, 可在测试完成后关闭, 关闭后依然显示错误/警告/开始和完成信息
debugLog: true

#--- 删除以上部分, 添加以下部分 ---#

# 启用哪些日志等级
logLevel:
  - "DEBUG"   # 用于调试, 可在测试完成后注释掉
  - "MARK"    # 与 DEBUG 相同, 显示绿色, 用于标记任务完成
  - "INFO"    # 输出日志
  - "WARN"    # 输出警告
  - "NET_WARN"  # 网络请求模块的警告

本次更新添加了新的指令

  • /aup log - 显示一份完整的更新日志

更新内容

更新发布后进行过修改

  • 修复 MARK 日志中缺失的插件标志 - 2024年1月17日 21点11分

v2.2 重要的功能和性能更新

13 Jan 07:51
Compare
Choose a tag to compare

Full Changelog: v2.1...v2.2

本次更新存在配置更新

# 启用上一个更新记录并通过这些信息检查更新 (temp.yml)
enablePreviousUpdate: true