Skip to content

v2.4.2

Choose a tag to compare

@ApliNi ApliNi released this 27 Jan 13:34
· 31 commits to main since this release

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