Releases: dantleech/fink
Releases · dantleech/fink
0.10.3
[0.10.3] 2021-01-28
- Consider
base
element when resolving URLs (#109) - @eHtmlu
- PHP 7.3 minimum requirement and PHP 8.0 support - @dantleech
0.10.2
Merge pull request #117 from dantleech/updated
General Update
0.10.1
- Upgrade from amphp/artax to amphp/http-client - @kelunik
- Adds
http_version
to report data
- Fix end of link concat (#96) - @kelunik
- Fix redirect URL resolution (#93) - @dantleech
0.9.0
- Record referrer title if client encounters error while requesting URL, fixes #88
- Verbose mode streams report to STDOUT with
--stdout
#83 #65
0.8.0
- Record the request timestamp #33
- Support setting the TLS security level (
--client-security-level
), fixes
#52 (again)
- Sets the default TLS secutity level to 1 rather than 2.
- Set process title and adds version information to Phar #21
crawl
"command" renamed to fink
#61
0.7.0
- Show referring link text and xpath #49.
- Allow display elements to be set, added or removed #54,
- Adds "uptime" display showing running time in hours, minutes and seconds.
0.6.0
- Support passing max header and body sizes to client #74
- Allow additional links to be included #60
- Resolve relative URLs to absolute URLs #64
0.5.0
- Support for custom headers via.
--header=Foo:Bar
#46
- Support multiple base URLs #44
- Support setting the
--rate
(max number of requests per second) #51
0.4.1
fix SIGINT not defined warning when PCNTL extension not enabled