📦更新日志
🚀 下载
不知道下载哪个?推荐使用portable版本(便携版),如果无法启动可能是缺少了Webview2
- 蓝奏云 密码:6otj
- 123云盘 (V1.5.4 文件夹)
- Github Release
升级方式是直接覆盖,另外注意,本次更新没有Linux版本,这是依赖问题导致的CI构建失败,下个版本就会修复,如果需要的话可以前往前沿版本下载(不过该软件在Linux上没有经过充分的测试,我很怀疑它的稳定性)。
✨ 新功能 / Features
- 快捷操作 (quick_actions):在托盘中显示所选的自动备份间隔,并修复定时器持续时间与发布顺序配对问题 #224 (Sworld)
- 设置 (settings):
- 界面 (ui):新增长任务的全局加载指示器 #228
- 应用 (app):实现 QuickActionWorker 的优雅关闭机制 #236
- 新增快捷操作的声音通知 #234
🐛 修复 / Bug Fixes
- 修复额外备份导致的错误及后端事件无法显示的问题 #194
- 优化云端设置检查的错误处理逻辑 #204
- 前端 (frontend):修复设置游戏为首页失败的错误 #211
- 错误处理 (errors):Box化后端错误类型以通过 clippy 检查 #224
- 声音系统 (sound):
🧾 文档 / Documentation
- 开发 (dev):更新编码规范,包含 tauri 与 clippy 规则 #231
🔧 重构 / Code Refactoring
- 快捷操作 (quick_actions):集中管理快速备份逻辑 #225
- 前端 (frontend):移除 DeviceSetupDialog 中的 defineProps 导入 #236
- 统一异步音频与快捷操作的 Tokio 运行时逻辑 #236
🧩 持续集成 / Continuous Integration
- GitHub Actions:CI 现已支持更新后自动构建 #194
🧹 杂务 / Chores
🌍 翻译 / Translations
- 新增多语言支持更新(法语、韩语、乌克兰语)
译者包括 LibreTranslate 与 [Максим Горпиніч]
提交包括:72f1e43, c4a0352, 80f027f, 67418c6, 4342ed2, 04c74d5, 347cb32
📦Release Notes
✨ Features
- Quick Actions: Display selected auto-backup interval in the tray and ensure timer duration is properly paired with release ordering #224
- Settings:
- UI: Add a global loading indicator for long-running tasks #228
- App: Implement graceful shutdown for
QuickActionWorker
#236 - Add sound notifications for quick actions #234
🐛 Bug Fixes
- Fixed errors caused by extra backups and invisible backend events #194
- Improved error handling for cloud setting checks #204
- Frontend: Fixed failure when setting a game as the homepage #211
- Errors: Boxed backend error variants to satisfy Clippy #224
- Sound System:
🧾 Documentation
- Dev: Updated coding guidelines to include Tauri and Clippy rules #231
🔧 Code Refactoring
- Quick Actions: Centralized quick backup management logic #225
- Frontend: Removed
defineProps
import fromDeviceSetupDialog
#236 - Unified async audio and quick action handling under the Tokio runtime #236
🧩 Continuous Integration
- GitHub Actions: CI now supports building immediately after updates #194
🧹 Chores
- Added configuration and development guide for AI assistant #222
- Deps: Upgraded Tauri and related dependencies to the latest versions #236
- Version: Bumped version to
1.5.4
#236