Releases: uccser/linkie
Releases · uccser/linkie
1.4.1
1.4.0
- Update to only check links prefixed by one of
="
,(
,<
, - Linkie now finds all unique links at once, then uses multithreading to check them all.
- Linkie now rechecks links that had a
ConnectionError
, as these are often valid. - Broken links in the SUMMARY are now also displayed with their status code.
- Dependency updates:
- Update
PyYaml
from 4.2b4 to 5.1.1. - Update
requests
from 2.19.1 to 2.22.0.
- Update
1.3.1
- Update logging configuration.
- Update dependencies.
1.3.0
- Set User-Agent to emulate browser viewing.
- Use Python logging module.
1.2.0
- Allow passing of variable of config settings in Python.
1.1.1
- Update method for detecting URLs with brackets.
1.1.0
- Allow adding URLs to skip to configuration file.
- Skip checking URLs that have already been checked.
- Show connection error names instead of 999 status.
- Uses class based object allowing user to retrieve values after running.
1.0.0
Initial release of Linkie!