Skip to content

Releases: arokettu/torrent-file

5.2.1

17 Dec 20:02
Compare
Choose a tag to compare
  • Fix: remove @internal mark from TorrentFile

5.2.0

17 Dec 19:32
Compare
Choose a tag to compare
  • Torrent signing (BEP-0035)
  • Update URL (BEP-0039)
  • Hidden attribute for files

4.1.1

07 Dec 05:33
Compare
Choose a tag to compare
  • Backported magnet link code from 5.x to fix problem with invalid magnet links
    with latest version of league/uri-components
    • Dependency on league/uri-components dropped entirely
  • Symfony 7 is allowed

3.3.1

07 Dec 05:32
Compare
Choose a tag to compare
  • Backported magnet link code from 5.x to fix problem with invalid magnet links
    with latest version of league/uri-components
    • Dependency on league/uri-components dropped entirely
  • Symfony 7 is allowed

1.4.2

07 Dec 05:29
Compare
Choose a tag to compare
  • Drop dependency on league/uri-components entirely
  • Allow Symfony 7
  • Allow PHP 7.1 again

5.1.0

10 Nov 08:32
Compare
Choose a tag to compare
  • Force multifile is now default for v1 torrent creation
  • Methods to "unhybridize" hybrid torrents (Note: infohash changes in this process)
    • TorrentFile::removeMetadata(MetaVersion)
    • TorrentFile::keepOnlyMetadata(MetaVersion)

5.0.3

21 Oct 22:01
Compare
Choose a tag to compare
  • Fix symlink handling in v2 torrents
  • Allow Symfony 7
  • nikic/iter dependency was bumped to 2.2 (the lowest with PHP 8.1 support)

2.5.2

21 Oct 22:00
Compare
Choose a tag to compare
  • Backported magnet link code from 5.x to fix problem with invalid magnet links
    with latest version of league/uri-components
    • Dependency on league/uri-components dropped entirely
  • Symfony 7 is allowed
    • This is the last purely dependency related update in the 2.x branch

5.0.2

14 Jul 17:54
Compare
Choose a tag to compare
  • No longer depends on league/uri-components

5.0.1

14 Jul 16:34
Compare
Choose a tag to compare
  • Creation timestamp is now tested by injecting psr/clock
  • Allow league/uri-components v7