✨ Features
- Torrents: Added native moving status for torrents
🐞 Bug Fixes
- rTorrent: Fixed an issue where
false=was being sent as a method name ingetClientSettings - rTorrent: Corrected ETA and download progress for partially downloaded torrents
- rTorrent: Enabled compatibility with rTorrent 0.16.14 using available commands
- General: Included rundir path in runtime directory error message for better debugging
- UI: Pinned react-router and react-router-dom to the same version to prevent version mismatches
🔧 Refactors
- ClientService: Converted
ClientGatewayServiceto an interface with async factory pattern