Skip to content

Releases: iriscats/mintcat

v0.4.6

02 Jul 09:40

Choose a tag to compare

Full Changelog: v0.4.5...v0.4.6

中文

修复

  1. 修复游戏 7 月 1 日更新后,导致禁用游戏内部 MOD 管理补丁失效的问题。
  2. 修复配置名称过长问题。
  3. 修复切换配置后 Mod 列表数量未更新的问题。
  4. 修复主页切换主题后设置页面中主题未更新的问题。

优化

  1. 禁用 WebView 自带 CTRL + F。

English

Fixes

  1. Fixed an issue where the internal mod management patch would become ineffective after the July 1 game update.
  2. Fixed an issue with overly long configuration names.
  3. Fixed an issue where the number of mods in the list would not update after switching configurations.
  4. Fixed an issue where the theme on the settings page did not update after changing the theme on the homepage.

Optimizations

  1. Disabled the default CTRL + F behavior in WebView.

v0.4.5

26 May 14:51

Choose a tag to compare

中文

新增

  • 添加崩溃转储功能(crash dump)
  • 主窗口关闭时,自动退出应用。

优化

  • 重构首次运行检测逻辑。
  • 禁用输入框自动填充字符。

修复

  • 修复自定义分组,在添加 MOD 的对话框中不显示的问题。
  • 修复 MOD 是否可用判断图标错误显示的问题。
  • 修复 MOD 缓存路径中含有非法字符,导致无法安装的问题。
  • 修复配置重命名时 name 字段丢失导致配置丢失问题。
  • 修复能够输入重复配置名的问题。
  • 修复列表过滤时复制内容依然是全部 mod 的问题。

English

Added

  • Added crash dump functionality.
  • Automatically exit the application when the main window is closed.

Optimized

  • Refactored the first-run detection logic.
  • Disabled auto-fill characters in input fields.

Fixed

  • Fixed the issue where custom groups were not displayed in the Add MOD dialog.
  • Fixed incorrect display of MOD availability status icons.
  • Fixed the issue where illegal characters in the MOD cache path prevented installation.
  • Fixed a problem where renaming a configuration caused data loss due to the name field being omitted.
  • Fixed the issue allowing duplicate configuration names to be entered.
  • Fixed the issue where copying during list filtering still copied all MODs.

v0.4.4

20 May 14:05

Choose a tag to compare

下载地址 / Download Address:https://github.com/iriscats/mintcat/releases

Full Changelog: v0.4.3...v0.4.4

中文


新增

  • 新增存档管理窗口。
  • 新增自动禁用 Modding 补丁(auto disablemodding patch)。
  • 新增支持 Xbox 游戏版本 DRG。
  • 新增自定义 UE4SS 支持选项。

优化

  • 优化 AddModDialog 的初始化数据逻辑。
  • 优化 TreeView 的渲染和拖拽交互性能。
  • 优化首页布局(HomePage layout)。
  • 优化加载动画(Spin),增加取消按钮。
  • 优化暗黑模式的字体粗细和亮度。
  • 优化 mod 版本号的显示方式。
  • 调整 TreeView 缩进尺寸。
  • 更新了 React 到 19 版本。

修复

  • 修复添加 Mod 弹窗不能拖入 Mod 问题,(取消了管理员权限)。
  • 修复搜索框失去焦点时丢失关键词的问题。
  • 修复本地 Mod 检查状态错误的问题。
  • 修复添加 Mod 窗口,未加载主题的问题。
  • 修复缺少 mod.json 文件时无法创建的问题。
  • 修复添加已过期 Mod 时可能抛出异常的问题。

English


Added

  • Added Import Config Dialog.
  • Added support for the Xbox game version of DRG.
  • Added custom UE4SS support options.
  • Added auto disablemodding patch feature.

Optimized

  • Optimized initialization logic of AddModDialog data.
  • Improved rendering and drag interaction performance of the TreeView.
  • Optimized the HomePage layout.
  • Enhanced the loading animation (Spin) with a cancel button.
  • Refined font weight and brightness in dark mode.
  • Improved the display format of mod version numbers.
  • Adjusted TreeView indentation size.
  • Upgraded React to version 19.

Fixed

  • Fixed issue where the Add Mod dialog could not accept drag-and-drop (admin privileges removed).
  • Fixed issue where the search box would lose the keyword when losing focus.
  • Fixed incorrect local mod status check.
  • Fixed missing theme loading in the Add Mod window.
  • Fixed failure to create mod when mod.json file is missing.
  • Fixed potential exception when adding an expired mod.

v0.4.3

08 May 16:06

Choose a tag to compare

紧急修复

  • 修复初始化时没有导入数据,导致无限加载的问题

Urgent Fix

  • Fixed an issue where data was not imported during initialization, causing infinite loading.

v0.4.2

08 May 00:54

Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

中文

新增

  • 新增独立的 MOD 添加窗口
    • 支持本地文件拖入
    • 批量导入本地文件
    • 剪切板链接监控
  • 主题新增功能
    • 新增粉色主题
    • 新增主页切换主题按钮
  • MOD 版本切换功能
  • 按照时间排序

优化

  • 优化 MOD 更新检测机制
  • 优化 MOD 列表操作时卡顿问题
  • 优化更新界面 Markdown 显示
  • 优化用户提示

修复

  • 修复 MOD 安装时,如果游戏启动中会导致崩溃的问题
  • 修复存在过滤条件时拖动 MOD 导致数据丢失
  • 修复搜索框取消时过滤词消失问题

English

Additions

  • Added a standalone MOD addition window:
    • Supports dragging local files directly into the window.
    • Batch import of local files.
    • Clipboard link monitoring.
  • New theme features:
    • Added a pink theme.
    • Added a button on the homepage for switching themes.
  • MOD version switching functionality.
  • Sorting by time.

Improvements

  • Enhanced the MOD update detection mechanism.
  • Optimized lag issues during MOD list operations.
  • Improved Markdown display in the update interface.
  • Enhanced user notifications.

Fixes

  • Fixed a crash issue that occurred when installing MODs while the game was running.
  • Resolved data loss caused by dragging MODs with active filter conditions.
  • Fixed an issue where the filter keywords disappeared when canceling the search box.

0.4.1

21 Apr 12:28

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

中文

新增

  1. 新增列表搜索功能。
  2. 新增部分 TAG 的中文提示。

优化:

  1. 调整添加 mod 顺序。
  2. 当 mod 禁用时,将颜色改为灰色。
  3. 点击 “启动游戏时”,以 “-disablemodding” 启动项运行,用以解决 mod 失效或者冲突问题。
  4. 支持 mod.io 复制的其他格式的 url。
  5. 优化批量操作的逻辑,减少卡顿。
  6. 优化批量导入 mod 列表逻辑。
  7. 自动重置不存在的配置文件夹路径。
  8. 优化请求错误 442 的提示。

修复

  1. 修复切换列表后不会更新 mod 列表。
  2. 修复导入旧数据时重复 mod 导致的错误。
  3. 修复部分 mod 中存在脏数据(ushaderbytecode) 导致游戏崩溃。
  4. 修复本地 pak 更新,但无法重新打包的问题。

English

Additions

  1. Added list search functionality.
  2. Added Chinese hints for certain TAGs.

Improvements

  1. Adjusted the order of adding mods.
  2. Disabled mods now appear in gray.
  3. When "Start Game" is clicked, the game will launch with the "-disablemodding" parameter to resolve issues with mod failures or conflicts.
  4. Supported additional URL formats copied from mod.io.
  5. Optimized batch operation logic to reduce lag.
  6. Enhanced the logic for batch importing mod lists.
  7. Automatically reset paths for non-existent configuration folders.
  8. Improved error message for request error 442.

Fixes

  1. Fixed an issue where the mod list would not update after switching lists.
  2. Resolved errors caused by duplicate mods when importing old data.
  3. Fixed a bug where dirty data (ushaderbytecode) in certain mods caused game crashes.
  4. Addressed an issue where local pak updates failed to repackage.

v0.4.0

16 Apr 09:55

Choose a tag to compare

Brand New User Interface – Supports Multiple Languages and Themes, Powerful Features, and Fast Downloads. / 全新用户界面,支持多语言、多主题,功能强大,下载快速。

  1. List / 列表
  • Grouping / 分组
  • Filtering / 过滤
  • Copying / 复制
  • Sorting / 排序
  • Custom Naming / 自定义名称
  1. Mod Management / Mod 管理
  • Import & Export / 导入 & 导出
  • Local & mod.io / 本地 & mod.io
  • Auto Updates / 自动更新
  • Simplified Installation Process / 安装流程简化
  • Installation Progress Bar / 安装进度条
  • Launch Game / 启动游戏
  1. Integrated mod.io / 集成 mod.io
  • Search Online Mods / 搜索在线 mod
  • Quick Add / 快速添加

v0.3.2

26 Dec 13:09

Choose a tag to compare

  • Use UE4SS-Lite replace UE4SS, Reduce game crash on start and enter cave.
  • Try to fix error on update cache

v0.3.1

21 Nov 16:25

Choose a tag to compare

  • Built in reverse proxy service for connecting mod.io.
  • More compact UI.
    • Optimize profile UI layout.
    • Optimize Sort by Option to ComboBox.
    • Optimize Tag Display.
    • Optimize Version ComboBox size.
  • Fix self update.
  • Fix mod info fetch error.
  • Fix game crash.

v0.3.0

16 Nov 10:16

Choose a tag to compare

  1. Support UE4SS C++mod installation