CHANGELOG 1.2 KB

123456789101112131415161718192021222324252627
  1. Version Changes
  2. 0.1.0 - Initial release
  3. 0.2.0 - Rewrote the entire public API
  4. 0.3.0 - Added support for authentication
  5. 0.4.0 - The library now requires at least PHP 5.3.2
  6. - Added support for getting files downloaded by torrent
  7. - Added support for getting trackers used by a torrent
  8. - Added support for getting peers connected to
  9. - The torrent now contains:
  10. * Whether it is finished
  11. * The up- and download rate (in bytes/s)
  12. * The size of the download (when completed)
  13. * The ETA of the download
  14. * The percentage of the download completed
  15. - Made the authentication more flexible
  16. - The client now sends an User-Agent header with each request
  17. - Added support for starting, stopping, veryfing and
  18. requesting a reannounce of torrents
  19. 0.5.0 - Fix a bug in the authentication/authorization mechanism
  20. - A whole lot of other stuff including management of the
  21. Transmission session (setting global download speed limit
  22. and toggling the speed limit among others).