What's new in v0.2.8
This release brings multi-platform CI, PowerShell 7+ support, a new language, and several stability fixes, particularly around the update system on Windows.
✨ Added
- Ukrainian language the app is now available in Ukrainian. Big thanks to @maksam07 for the contribution! (#230)
- CI/CD pipeline a new
ci.ymlGitHub Actions workflow now automatically validates lint, formatting, and compilation on every push and pull request. Rust is validated across Linux, Windows, and macOS; frontend checks run on Linux. - PowerShell 7+ support the mount plugin installer now detects and uses
pwshon Windows when available, falling back topowershell.exefor older setups. (#229)
🔄 Changed
- Updater feature flag the application and Rclone update system are now gated behind an
updaterfeature flag, giving more control over build configurations. - Sync tab → Operations tab renamed to better reflect the full range of operations available.
🐛 Fixed
- Resolved detached dialog and related dialog stability issues. (#228)
- Fixed a crash that occurred during silent updates on Windows.
- Fixed an issue where the application did not restart correctly after applying an update.
Full Changelog: v0.2.7...v0.2.8