This release brings highly requested safety controls for your operations, better window accessibility, and a handful of crucial performance and UI bug fixes.
✨ New Features
- Dry Run Support: Added a "Dry Run" toggle to the Operation Control Panel. You can now safely simulate
sync,bisync,copy, andmoveoperations before actually executing them. - CLI Command Mapping: Introduced a new component designed to seamlessly map command-line
rclonecommands directly to internal application values.
🔄 Changes
- Improved Window Accessibility: You can now bring a hidden application window back into focus using an application shortcut, rather than being forced to use the system tray icon.
🐛 Bug Fixes
- Rclone Flags Case Alignment: Updated the flags format in the JSON editor to use PascalCase instead of camelCase, ensuring it properly matches the native rclone struct format.
- Thread Freezing: Resolved a major performance issue where updating the tray menu in the main thread would cause the UI thread to freeze. The UI will now remain responsive during tray updates.
- Remote Config Modal: Fixed an issue where destination paths were failing to load correctly within the remote configuration modal.
- List Rendering: Fixed a UI bug that prevented the ordered remote list from loading and displaying properly.
- Updater Fixes: Addressed various minor issues related to the application update process.
Full Changelog: v0.2.5...v0.2.6
