forked from transmission-php/transmission-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
57 lines (37 loc) · 1.47 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- `private` property on Torrent class
- `comment` property on Torrent class
- `doneDate` property on Torrent class
- `isAvailable` method on Transmission class
### Changed
- Compatibility with PHP >= 7.4
- Updated librairies in composer
## [0.5.0]
### Changed
- 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).
## [0.4.0]
### Changed
- 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 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.3.0]
### Added
- Added support for authentication
## [0.2.0]
### Changed
- Rewrote the entire public API
## [0.1.0] - Initial release