Releases: huoshen80/ReinaManager
v0.19.2
v0.19.1
0.19.1 (2026-04-21)
查看中文版本
🐛 Bug 修复
- (savedata) 修复自动备份存档时,游戏结束阶段界面更新出现延迟的问题 (a91ae77)
- (savedata) 修复自动备份后备份列表不会刷新,并调整自动备份开关逻辑 (b7e237b)
- (ThemeSwitcher) 修复路由切换时重复发送主题设置请求的问题 (cfee207)
🚀 性能优化
- (backup) 备份存档改用 Zstd 压缩,大幅提升备份速度 (c600e4f)
🚜 重构
🐛 Bug Fixes
- (savedata) Avoid delay UI changes at the end of the game when auto backing up savedata (a91ae77)
- (savedata) The backup list does not refresh after auto backup and adjust the logic of the autom backup switch (b7e237b)
- (ThemeSwitcher) Repeatedly sending theme setting requests when switching routes (cfee207)
🚀 Performance
- (backup) Use Zstd compression for savedata backup(Greatly improve backup speed) (c600e4f)
🚜 Refactor
- (hooks/queries) Extract query options,add fetch helpers and clear some unuse fn (e868a66)
- (components) Refactor selected-game handling and split UI (a83960c)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
v0.19.0
0.19.0 (2026-04-18)
查看中文版本
⚙️ 杂类任务
✨ 新功能
- 添加 KUNGAL 相关 API,关闭 #45 (f2c4ab4)
- (mixed) 在混合数据源中新增 KUNGAL (5427363)
- (mixed) 支持配置混合检索数据源 (f098e82)
- (Toolbar) 在更多菜单中显示 API 来源站点图标 (925159c)
🐛 Bug 修复
- (Toolbar) 修复切换按钮问题 (a2175ec)
- (utils) 支持
nsfw=false并简化getDiff(e7512c3) - (cover) 修复删除游戏后封面缓存可能被过期任务回写的问题 (e77c6b3)
🚜 重构
⚙️ Miscellaneous Tasks
- Fix release workflow again [skip ci] (9561be1)
- Update deps (36a9735)
- Update readme docs and adjust the style of the jump icon (3364a82)
- (release) Resolve release tag and unify outputs (8557d9b)
✨ Features
- 添加kungal相关api (#45) (f2c4ab4)
- (mixed) Add Kungal to the mixed api (5427363)
- (mixed) Allow configuring mixed search sources (f098e82)
- (Toolbar) Show api source favicons in more menu (925159c)
🐛 Bug Fixes
- (Toolbar) Bug of toggle button (a2175ec)
- (utils) Accept nsfw=false and simplify getDiff (e7512c3)
- (cover) Prevent stale cache writes after game deletion (e77c6b3)
🚜 Refactor
- Simplify the logic for obtaining detailed data of some api sources,remove the enum of IdType [skip ci] (97f74dc)
- (metadata) Refactor source handling for metadata (0e3b0e6)
- (api) Refactor mixed source handling (1b387ef)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
v0.18.2
查看中文版本
⚙️ 杂类
- 清理项目根目录 [skip ci]
- (workflow) 使用 git-cliff 并改进发布流程
- (src-tauri) 整理导入并提升 Rust 版本
🐛 Bug 修复
- 在批量导入模式下,选择 Ymgal 数据源或混合数据源会导致 Ymgal 元数据获取不完整,切换日志级别到 info 解决 #46
🚀 性能优化
- (game_monitor) 替换 sysinfo 为 Windows ToolHelp API,提升监控性能
🚜 重构
- 聚合多个设置以进行统一的获取和更新,移除统一路径管理器
⚙️ Miscellaneous Tasks
- Clean the root of project [skip ci]
- (workflow) Use git-cliff and improve release workflow
- (src-tauri) Tidy imports and bump Rust edition
🐛 Bug Fixes
- In batch import mode, selecting the Ymgal source or Mixed source will cause incomplete retrieval of Ymgal metadata,switch log level to info resolve #46
🚀 Performance
- (game_monitor) Replace sysinfo with Windows ToolHelp API,enhance monitoring performance
🚜 Refactor
- Aggregate multiple settings for unified retrieval and updating, remove the unified path manager
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
v0.18.1
Bug Fixes
- filter logic issue for games that have been played (10a4e46)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
v0.18.0
查看中文版本
Bug 修复
- AddModal: 批量模式下切换 Tab 导致数据丢失的问题,解决 #43 (99b41fe)
- RightMenu: 游戏游玩状态子菜单中的 bug (7c7bf89)
- 软件运行时系统操作函数失败的问题 (3d2dc37),关闭 #44
新功能
- 添加全局返回按钮 (7b64b97)
- Reina 退出时添加提醒对话框 (9e95d2e)
- 添加游戏封面本地缓存 (a3941ea)
- 添加 VNDB 令牌管理和游戏状态同步功能 (c4106cd)
- FilterModal: 添加自定义游戏筛选类型 (318b734)
- 启动时运行旧版封面迁移 (b70a0f6)
性能改进
Bug Fixes
- AddModal: data is lost when switching tabs in bulk mode resolve #43 (99b41fe)
- RightMenu: bug in the submenu of the game play status (7c7bf89)
- the problem of system operation fn failing when the software runs (3d2dc37), closes #44
Features
- add a global back button (7b64b97)
- add a reminder dialog when Reina exits (9e95d2e)
- add game cover local cache (a3941ea)
- add VNDB token management and game status sync fn (c4106cd)
- FilterModal: add custom game filter types (318b734)
- run legacy cover migrations at startup (b70a0f6)
Performance Improvements
- optimize game cover cache logic (37ad736)
- provide a unified save button for the path settings (f3c6235)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
v0.17.1
Bug Fixes
- carry over the scrollbar state of the game library to the detail page (791b726)
- the issue of sync local button cannot select local executable file (daa98d8)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
⚠️ 安装提醒 (Installation Notice)
不建议安装在 C:\Program Files 目录下。该目录需要以管理员权限运行软件才能正常使用以下功能:
- 自定义游戏封面
- 便携模式
It is NOT recommended to install in C:\Program Files. This directory requires administrator privileges for the following features:
- Custom game covers
- Portable mode
v0.17.0
查看中文版本
Bug 修复
- 补全数据库与 pathmanager 的日志,并格式化后端代码 (1eb2677)
新功能
- 新增目录名清理函数用于提取游戏名,并将可取消的异步操作逻辑抽离到 utils (3a5679a)
- 在游戏详情页新增跳转到对应开发商分类的链接 (e5892d9)
- 新增主题跟随系统的选项 (d83a3de)
- 新增批量导入功能 (8a50540)
- 批量导入: 元数据匹配可取消,修复 YMgal 数据获取不完整的问题 (6f4a34d)
性能改进
Bug Fixes
- missing db and pathmanager logs,fmt backend code (1eb2677)
Features
- add a directory name cleaning fn to extract game names, and extract cancellable async operation logic to utils (3a5679a)
- add a link on the game details page that can jump to the corresponding developer category (e5892d9)
- add an option to follow the system for the theme (d83a3de)
- add bulkimport fn (8a50540)
- bulkimport: matching metadata can be canceled and fix the problem of incomplete YMgal data retrieval (6f4a34d)
Performance Improvements
- optimize the UI and UX for adding games (4c318e7)
- savedata: optimize the UI and UX of backup logic (3f002e9)
📥 下载地址 (Download)
Windows (不支持 Win7)
Linux
⚠️ 安装提醒 (Installation Notice)
不建议安装在 C:\Program Files 目录下。该目录需要以管理员权限运行软件才能正常使用以下功能:
- 自定义游戏封面
- 便携模式
It is NOT recommended to install in C:\Program Files. This directory requires administrator privileges for the following features:
- Custom game covers
- Portable mode
v0.16.3
Bug Fixes
- home: the number of local games displayed on the homepage is abnormal (d15b1df)
- library: game library scrollbar restore function may fail (8a572ef)
📥 下载地址 (Download)
Windows (不支持 Win7)
⚠️ 安装提醒 (Installation Notice)
不建议安装在 C:\Program Files 目录下。该目录需要以管理员权限运行软件才能正常使用以下功能:
- 自定义游戏封面
- 便携模式
It is NOT recommended to install in C:\Program Files. This directory requires administrator privileges for the following features:
- Custom game covers
- Portable mode
v0.16.2
查看中文版本
Bug 修复
- 自定义游戏预览封面显示问题 (d0ed1f9)
- 标记为 NSFW 的游戏封面不被替换的问题 (e4bfb56)
- 在软件启动时按 Win+D 会导致 UI 崩溃的问题,取消全局禁用 Ctrl+A 快捷键 #36 (08fd61b)
新功能
Bug Fixes
- custom game preview cover display issue (d0ed1f9)
- game covers marked as NSFW will not be replaced (e4bfb56)
- pressing Win+D at startup causes the UI to crash, cancel the disabling of the Ctrl+A shortcut #36 (08fd61b)
Features
- add docs link and issue button to settings (afd58e5)
- simple implementation of BGM and VNDB ranking sorting (f8503a7)
📥 下载地址 (Download)
Windows (不支持 Win7)
⚠️ 安装提醒 (Installation Notice)
不建议安装在 C:\Program Files 目录下。该目录需要以管理员权限运行软件才能正常使用以下功能:
- 自定义游戏封面
- 便携模式
It is NOT recommended to install in C:\Program Files. This directory requires administrator privileges for the following features:
- Custom game covers
- Portable mode