Releases: Fldicoahkiin/SteamCloudFileManager
Releases · Fldicoahkiin/SteamCloudFileManager
v1.3.4
What's Changed
- refactor: 基于 SDK 枚举修正 Root ID 命名和映射关系 ( 7ebea14 )
- fix: CDP 后续连接返回空数据 ( b1fa425 )
- docs: 更新 TODO 和包管理器支持计划 ( 425ff9f )
- fix: 修复更新下载失败后无重试和无超时的问题 ( c4909f0 )
- fix: 修复文件获取失败时无弹窗和本地路径按钮的静默失败 ( 67655bc )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.3.4
Contributors
v1.3.3
What's Changed
- fix: 修复 UFS 配额解析为 0 的问题 ( f080642 )
- refactor(i18n): 将翻译系统拆分为按语言独立的模块文件 ( 75cd780 )
- feat: 国际化所有硬编码中文文本 ( eb757ff )
- refactor!: UFS 配置存储从 config.toml 迁移至独立 JSON 文件 ( a96e534 )
- fix: 修复切换游戏时文件列表显示其他游戏文件的问题 ( 9edaf1f )
- docs: 优化 ROOT_PATH_MAPPING.md 文档 ( f873d42 )
- docs: 移除已验证的游戏案例章节 ( 74871d0 )
- fix: 修复本地文件夹按钮排序 ( 47f616e )
- fix: 修复 SteamCloudDocuments 路径缺少用户名和游戏名 ( 8a8d7a9 )
- fix: 通过自定义 UFS 注入验证 remotecache.vdf 的 Root ID ( 6bb9654 )
- refactor: AppInfo 对话框拆分为本地 UFS 和自定义配置两个 Tab ( 5939698 )
- fix: 增强 Steam API 文件操作的错误诊断信息 ( d3514ff )
- refactor: UFS 编辑器升级为文本与表格双向同步 ( a31cd2c )
- refactor: 本地文件扫描改为后台线程异步执行 ( 3237a7c )
- chore: 升级版本号至 1.3.3 并更新依赖 ( ce3ad96 )
- feat: 补全 Root 类型并修复扫描卡死 ( 964a12f )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.3.3
Contributors
v1.3.2
What's Changed
- fix: 去除 Steam 路径检测的重复日志 ( 36b6727 )
- fix: 修复云文件删除和移出云端对 UFS 文件的处理逻辑 ( aa5eb15 )
- style: 优化用户提示文案 ( 40c8177 )
- perf: 优化 Hash 检测,跳过已同步文件 ( 7d7c208 )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.3.2
Contributors
v1.3.1
What's Changed
- fix: 修复 rootoverrides 导致路径解析错误的问题 ( f1ad90f )
- chore: 删除未使用的 auto-merge 工作流 ( ab38637 )
- chore(deps): 升级项目版本和依赖 ( d5c4102 )
- style: fmt ( 21945fc )
- fix(ui): 解决根文件夹列文本截断问题 ( 2346af3 )
- fix: 修复 Auto-Cloud (UFS) 文件删除失败且误报成功的问题 ( d248407 )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.3.1
Contributors
v1.3.0
What's Changed
- refactor: 优化日志输出质量和信息密度 ( 760e170 )
- fix: 修复未安装游戏云文件删除失败的问题 ( 080d1cd )
- docs: 更新 README 中 UFS 配置注入功能说明 ( db0839d )
- fix: 完善 UFS 配置相关消息的国际化支持 ( 5f80831 )
- docs: 更新recursive参数 ( af1259f )
- fix: 修复云端文件删除逻辑 ( bb3817c )
- fix: 修复 VDF pathtransforms 和 recursive 字段写入 #10 ( 6b75608 )
- chore(deps): bump time in the cargo group across 1 directory (#13) ( d77654e )
- fix: 修复 V29 字符串表格式导致的 appinfo.vdf 注入损坏问题 #10 ( 3d010f3 )
- feat: 添加 Steam 日志目录入口 ( 08dedbb )
- fix: 优化 appinfo 注入备份机制和日志处理 ( 4ddd9a9 )
- chore(deps): bump bytes in the cargo group across 1 directory ( 1f17f60 )
- chore: 引入 fama 格式化工具并优化 CI 配置 ( e121a20 )
- docs: 更新 README 文档,完善 UFS 配置管理功能说明 ( 2565f18 )
- fix: 将文件时间对比精度从秒级改为分钟级 ( 79c37ad )
- style: 调整设置窗口高度 ( f1733ea )
- fix: 根据 Steamworks 后台验证修正 pathtransforms 实现 ( a3c1160 )
- feat: 实现类 Steamworks 的 UFS 配置管理 #10 - 添加 SaveFileEntry/RootOverrideEntry/UfsGameConfig 数据结构 - 实现 rootoverrides 的 VDF 编码和注入功能 - 添加可交互的 Savefiles 和 Root Overrides 表格编辑 UI - 支持配置的添加、编辑、删除操作 - 新增 Save Config 和 Inject to VDF 功能按钮 - 添加 --ufs 命令行参数用于输出指定 AppID 的 UFS 配置 - 新增 ufs_dump 模块,提供可复用的配置获取接口 - 修复 rootoverrides 解析:正确处理 os 和 useinstead 字段 配置验证工具用法: cargo run -- --ufs <app_id> ( 294e11b )
- feat: 添加系统区域设置检测和语言持久化功能 #11 ( 297f7bc )
- fix: 修复设置窗口布局问题 ( 136f85d )
- feat: 内嵌 Sarasa UI SC 字体,解决跨平台字体渲染问题 #11 ( 3b8546b )
- docs: 同步英文版 README ( 392d613 )
- feat: 添加 UFS 配置注入和可视化管理功能 #10 ( c42b410 )
- refactor: 删除#[test]代码 ( 94ce203 )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.3.0
Contributors
v1.2.2
What's Changed
- refactor: 优化 FileService 中 VdfParser 的复用 ( 65cae32 )
- feat: 支持系统级 App ID (如 Steam Client) 的云文件管理 ( cf01f66 )
- fix: fmt ( 5ff555d )
- refactor: 重构 RootType 枚举 ( 7dc3bc0 )
- docs: 更新技术文档和架构图 ( 6d82ded )
- docs: 重构云同步机制架构图,优化技术描述 ( d920a6f )
- docs: Update README ( 3dff44b )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.2.2
Contributors
v1.2.0
What's Changed
- fix(ui): 修复树状视图线条显示问题 ( 71b669e )
- docs: 添加 QQ 群徽章并优化 Star History 图表 ( eb519d2 )
- fix(clippy): 使用 derive(Default) 替换手动实现 ( 72def13 )
- refactor: 统一脚本目录结构 ( 5dbc555 )
- refactor(config): 删除未使用的 version 字段 ( a87c461 )
- refactor(ui): 统一窗口关闭方式与优化设置面板 ( a6edaba )
- docs: 完善致谢说明并更新项目结构 ( 1c0ad2b )
- refactor(vdf): 修复但是移除parse_appinfo_vdf 调用 ( 7b115a9 )
- refactor(logging): 优化业务逻辑日志级别与格式 ( d82205e )
- feat(settings): 新增高级设置页与统一配置系统 ( f656fac )
- feat(windows): 从注册表读取 Steam 安装路径,支持非默认位置 ( 0dfc25f )
- fix(build): 构建时间根据用户本地时区显示 ( 4295f1a )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.2.0
Contributors
v1.1.0
What's Changed
- fix(file-ops): 修复删除/取消同步因 Steam API 返回值误判导致失败 ( 8b5d138 )
- fix(pkg): 修复 Linux 包 (deb/rpm) 缺少 libsteam_api.so 动态库 ( 98e8810 )
- fix(appimage): 修复缺少 libsteam_api.so 导致启动失败 ( c4e65a8 )
- docs: 使用自定义 Base64 图标修复 Windows 徽章 ( a8dc0e1 )
- ci: AUR/Homebrew 仅在 Release 成功后触发 ( 4906708 )
- chore(deps): upgrade dependencies to latest versions ( 055f678 )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.1.0
Contributors
v1.0.0
What's Changed
- chore: 发布 v1.0.0 正式版 ( 8aeb7cc )
- docs: 添加 Issue 模板、PR 模板和贡献指南 ( 93af165 )
- docs: fix duplicate title ( 3797b41 )
- docs(brew): 补充 xattr 修复命令 ( 3edc3f6 )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v1.0.0
Contributors
v0.9.6
What's Changed
- feat(brew): 添加 Homebrew Cask 支持 ( d1912aa )
- fix(brew): 修复brew安装失败 ( 6e9c6e9 )
- packaging(aur): 添加 options=('!strip') 防止去除符号 ( c3a1961 )
- fix(brew): 动态查找 .app 名称修复安装错误 ( ca39c9a )
- docs: 更新README徽章 ( 3821ecd )
- ci: 修复 Homebrew/AUR workflow 版本号获取 ( 2338587 )
- ci: 修复 Homebrew/AUR workflow 触发条件 ( a0c688a )
- docs: 完善 README 技术架构 ( f088c7d )
- ci: 统一 deb/rpm 命名格式并修复 yamllint 警告 ( c142205 )
- docs: 更新README ( d612004 )
- feat: 添加 Homebrew 和 AUR 包管理器支持 ( abb739d )
- chore(deps): upgrade dependencies to latest versions ( 659c0fd )
- chore: update copyright year to 2026 ( d972352 )
- feat(ui): 使用egui_phosphor图标库 ( 5f8a7fb )
Download
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
Full Changelog
https://github.com/Fldicoahkiin/SteamCloudFileManager/commits/v0.9.6