What's Changed
- Extension-based content type classification by @mgdigital in #146
- Add classifier for xxx keywords by @mgdigital in #150
- Fix bugs in log file rotator by @mgdigital in #152
- Fix importer erasing info of already crawled torrents by @mgdigital in #153
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
- @Technetium1 made their first contribution in #140
Full Changelog: v0.7.2...v0.7.3