v0.7.7
版本发布时间: 2024-02-25 19:27:21
bitmagnet-io/bitmagnet最新发布版本:v0.9.5(2024-07-17 23:26:34)
2 small but impactful changes in this release:
Files theshold changes
- When file count is over the
dht_crawler.save_files_threshold
, files are saved up to the threshold, instead of discarding all files - The default threshold has been increased from 50 to 100
- The
torrents
table now stores the total files count - Increasing the threshold will re-crawl torrents that have missing files info according to the new threshold
WebUI optimisations
A few tweaks that significantly improve performance of the web app.
Note: skipping a version number due to issues in aborted v0.7.6 release
What's Changed
- Fix typos on docsite by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/175
- dht_crawler.save_files_threshold changes by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/176
- WebUI optimisations and improvements by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/177
- Select missing field by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/178
- Add missing file by @mgdigital in https://github.com/bitmagnet-io/bitmagnet/pull/179
Full Changelog: https://github.com/bitmagnet-io/bitmagnet/compare/v0.7.5...v0.7.7