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