Skip to content

v1.0.0 beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaniol-lck kaniol-lck released this 27 Nov 14:52
· 389 commits to master since this release

2021.11.27

Added icon view and table view for local mod list.
为本地mod列表添加了图标和表格视图。

Added local mod file list, you can switch mod version from here.
添加了本地mod文件列表,你可以在这里切换mod版本。

Added support to sub-directories.
添加了对子文件夹的支持。

Added sub-directory tags and file name tags. They are auto generated by path name and file name.
添加了子文件夹标签和文件名称标签,它们是根据路径名和文件名自动生成的。

Added two patterns for batch rename:
为批量重命名添加了两种格式:

  • <capture|...|...|...>

    1st arguement is the text to be replaced; 2nd arguement is the reg-exp to capture strings in file names; 3rd argument is the text where uses the captured strings.

    For example: Using <capture|<filename>|\[(.+?)\]|(\1)> while file name is [1.15+][tool]modid-version.jar will result in (1.15+)(tools) , capturing and replacing all square brackets with braces.

    第一个参数 为需要被捕获的文本;第二个参数 为在文件名中捕获字符串的正则表达式;第三个参数 为使用捕获字符串的文本。

    例如:文件名称为[1.15+][tool]modid-version.jar时,<capture|<filename>|\[(.+?)\]|(\1)>会获得(1.15+)(tools)的结果,捕获并将所有的方括号替换为圆括号。

  • <replace|...|...|...>

    1st arguement is the text to be replaced; 2nd argument is reg-exp to search/match in 1st arguement ; 3rd argument is the string to replace the text.

    For example: Using <replace|<filename>|\[(.+?)\]|(\1)> while file name is [1.15+][tool]modid-version.jar will result in (1.15+)(tools)modid-version.jar , replacing all square brackets with braces.

    第一个参数 为需要被替换的文本;第二个参数 为用于搜索/匹配的正则表达式;第三个参数 为用于替换文本的字符串。

    例如:文件名称为[1.15+][tool]modid-version.jar时,<replace|<filename>|\[(.+?)\]|(\1)>会获得(1.15+)(tools)modid-version.jar的结果,将文件名中所有的方括号替换为圆括号。

Added auto completer for rename patterns.
为重命名格式添加了自动补全。

Added mod file release type (release/beta/alpha) display. You can choose update source of release type.
添加了mod文件发布类型(正式版/测试版/不稳定测试版)显示。你可以选择更新检查时是否使用该发布类型。

Added online translator (Youdao Translator) for mod summaries.
添加了有道生草机在线翻译mod简介。

Updated Curseforge's categories.
更新了Curseforge的分类。

Tweaked style of tables in update/batch-rename dialog. Tweaked combo box item in update dialog.
调整了更新与批量重命名对话框中的表格样式。调整了更新对话框中的下拉框项目。

Tweaked styles of Curseforge/Modrinth tags.
调整了Curseforge/Modrinth标签的样式。

Mod file release type and game version are togglable.
mod发布类型和游戏版本是可勾选的。

Improved performance while loading file list in Curseforge/Modrinth.
优化了加载Curseforge/Modrinth文件列表时的性能。

Using system icon theme is configurable now.
使用系统图标主题是可配置的了。

Fixed add new path button not working.
修复了添加新路径按钮不工作的问题。

Fixed progress bar in local mod page disappeared in some circumstances.
修复了本地mod页面中进度条在一些情况下消失的问题。

Fixed some issues caused by reloading local mods.
修复了重新加载本地mod时出现的一些问题。

Fixed unnecesssary ui updates when not accept preference changes.
修复了未接受偏好设置变更时产生的不必要更新。

Fixed(?) update checking stucked. Added retwork request timeout setting.
修复了(?)更新检查卡住。添加了网络请求超时设置项。

Removed combo box for local mod sorting , because you can sort it simply by clicking on table's header.
移除了本地mod排序的下拉框,因为现在只需要点击表格的表头就可以排序了 。

Removed period trim of mod description.
移除了mod描述在句号处的裁剪。