-
Notifications
You must be signed in to change notification settings - Fork 62
/
CHANGELOG
27 lines (22 loc) · 1.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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).