Releases: ikatson/rqbit
v6.0.0-beta.2
- Fixed a bug introduced by one of recent refactorings, where magnet links stopped working sometimes
NOTE: there's still something fishy going on as e2e tests are less stable in 6.0.0-beta* than stable, probably related to stealing code changes.
Full Changelog: v6.0.0-beta.1...v6.0.0-beta.2
v6.0.0-beta.1
Full Changelog: v6.0.0-beta.0...v6.0.0-beta.1
v6.0.0-beta.0
There's a ton of internal changes an refactorings.
librqbit API might have changed a tiny bit, mostly from newly added options.
Biggest changes:
- streaming API + exposed HTTP endpoint
- librqbit: dynamic storage backends
- ability to write to disk in background with buffering up to certain memory size. Isn't proven useful yet, but may be useful for disks with occasional latency spikes.
- optimisations
- probably new bugs
What's Changed
- Streaming API for existing on-disk storage by @ikatson in #124
- Bump up peer semaphore to increase per-peer speed on high-latency connections by @ikatson in #130
- Dynamic configurable storages by @ikatson in #129
- More storage backends and middlewares + ability to write to storage in background (with a flag / option) by @ikatson in #131
- A lot of changes and refactorings while simulating slow disks by @ikatson in #132
Full Changelog: v5.6.4...v6.0.0-beta.0
v5.6.4
REMOVED v5.6.3
See notes in 5.6.4. This one is bugged
Full Changelog: v5.6.4...v5.6.3
v5.6.2
v5.6.1 - bug fixes
v5.6.0
What's Changed
You can now change the list of selected files and see their download progress, through UI and API.
This is displayed by clicking the cog icon, hidden by default.
Full Changelog: v5.5.4...v5.6.0
v5.6.0-beta.1
Major
What's Changed
- Add build steps of desktop application to README.md by @ParadoxZero in #111
New Contributors
- @ParadoxZero made their first contribution in #111
Full Changelog: v5.6.0-beta.0...v5.6.0-beta.1
v5.6.0-beta.0
What's Changed
- Refactor math by @ikatson in #108
- Ability to change selected files after adding the torrent by @ikatson in #109
There's a lot of internal changes to the math in attempt to make it simpler to understand and to work with. Also a bunch of tests.
But as there's many changes, it could bring new bugs. So marking beta for now.
Full Changelog: v5.5.4...v5.6.0-beta.0