Skip to content

Releases: robothaver/JavaTorrentFileParser

v1.1.7 release

16 May 18:37

Choose a tag to compare

Breaking changes:

  • Renamed Torrent to TorrentMetadata.
  • Extracted TorrentFileParser into an interface and implementation.

Other changes:

  • Made TorrentFileParserImpl thread-safe and reusable.
  • Added an otherValues field to TorrentMetadata to store all untracked fields from the .torrent file.
  • Cleaned up unchecked cast warnings.
  • Fixed a potential error when parsing file paths

v1.1.6 release

19 May 13:22

Choose a tag to compare

  • Fixed string conversion in parser

v1.1.5 release

06 May 14:18

Choose a tag to compare

  • Made messageDigest static
  • Fixed parser not resetting iterator after parsing to map
  • Refactored project structure

v1.1 release

18 Jan 21:57

Choose a tag to compare

  • Implemented info hash extraction

v1.0 release

01 Jan 19:17

Choose a tag to compare

Created readme