Launch v4.0.0 · ikatson/rqbit · GitHub
rqbit is a torrent consumer written in Rust, obtainable as a CLI, HTTP API and a desktop app (Home windows and OSX).
v4.0.0 has a number of new main options because the final steady launch.
Main function: desktop app
Rqbit now has a desktop app! Due to Tauri it was extraordinarily straightforward to construct on prime of present elements.
You may obtain it in your OS within the launch information beneath.
Main function: controllable torrent states
Beforehand, (lib)rqbit solely might obtain a torrent perpetually. With 4.0.0 you possibly can pause, unpause, and delete torrents. All of that is obtainable by means of HTTP API, Internet UI and within the desktop app, and naturally in librqbit.
Main function: session persistence
Rqbit now can bear in mind the state it was in and restore from it on restart. That is the default when working rqbit server begin
or within the desktop app. rqbit obtain
would not persist the session state.
Different notable adjustments
- Added armv7 construct
- Now you can configure “RUST_LOG” by means of HTTP API
- Quite a lot of inner refactoring and inner options. In case you used the library earlier than, there will probably be breaking adjustments, however all must be straightforward to repair.
- The HTTP server that begins with “rqbit obtain” is now read-only. It additionally would not have persistence. To have a server that enables to add/pause torrents and many others, that you must run “rqbit server begin”
Full Changelog: v3.2.0...v4.0.0