Skip to content

Releases: bitmagnet-io/bitmagnet

v0.7.12

10 Mar 12:01
faac85d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.10...v0.7.12

v0.7.10

09 Mar 22:42
e271bec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.9...v0.7.10

v0.7.9

08 Mar 09:14
82ffbb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.8...v0.7.9

v0.7.8

07 Mar 22:41
4bf4f69
Compare
Choose a tag to compare

This release includes several minor bug fixes.

What's Changed

New Contributors

Full Changelog: v0.7.7...v0.7.8

v0.7.7

25 Feb 11:27
783a541
Compare
Choose a tag to compare

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

Full Changelog: v0.7.5...v0.7.7

v0.7.5

23 Feb 21:30
8b5f574
Compare
Choose a tag to compare

Note: Skipping a version number as the build for v0.7.4 was broken.

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.5

v0.7.3

20 Feb 19:32
3797593
Compare
Choose a tag to compare

What's Changed

E-Books and Audiobooks

The previous book content type has been split into ebook and audiobook. There is an associated database migration. The importer guide has been updated to reflect the new name.

Games

Games are difficult to automatically distinguish from software (also, games are software). Therefore torrents with files that look like software will be classified as such. If there are no game torrents, games will now be hidden in the UI. I don't want to remove the pre-existing game type completely (for now), but the only way to specify games will be via the /import endpoint and setting the appropriate content type hint.

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

18 Feb 02:07
efdde16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

16 Feb 18:29
a3f0436
Compare
Choose a tag to compare

This release contains several minor optimisations and bug fixes.

Torrent pieces have been moved to their own table. This change mainly affects users who had enabled dht_crawler.save_pieces, and should improve search performance for those users.

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Feb 11:21
c8e1960
Compare
Choose a tag to compare

This release moves the message queue from Redis to the Postgres database, and removes the Redis dependency.

Upgrading

Upgrade is automatic, but you can remove the Redis instance from your installation as it will no longer be doing anything. The docs and docker compose examples have been updated to reflect this.

What's Changed

  • Remove Redis dependency and move message queue to Postgres by @mgdigital in #131

Full Changelog: v0.6.2...v0.7.0