Skip to content

Releases: robothaver/JavaTorrentFileParser

v1.1.7 release

Choose a tag to compare

@robothaver robothaver released this 16 May 18:37

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

Choose a tag to compare

@robothaver robothaver released this 19 May 13:22
  • Fixed string conversion in parser

v1.1.5 release

Choose a tag to compare

@robothaver robothaver released this 06 May 14:18
  • Made messageDigest static
  • Fixed parser not resetting iterator after parsing to map
  • Refactored project structure

v1.1 release

Choose a tag to compare

@robothaver robothaver released this 18 Jan 21:57
  • Implemented info hash extraction

v1.0 release

Choose a tag to compare

@robothaver robothaver released this 01 Jan 19:17
Created readme