Skip to content

Releases: uccser/linkie

1.4.1

08 Jun 00:29
fd9bdda
Compare
Choose a tag to compare
  • Add logic to delay Linkie requesting from a domain if it responds with code 429.
  • Reorganise logging output so that the URL is printed last.
  • Update dependencies.

1.4.0

21 Jul 22:49
Compare
Choose a tag to compare
  • Update to only check links prefixed by one of =", (, <, (a space).
  • 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.

1.3.1

21 Jul 22:47
6bb5b9d
Compare
Choose a tag to compare
  • Update logging configuration.
  • Update dependencies.

1.3.0

21 Jul 22:47
Compare
Choose a tag to compare
  • Set User-Agent to emulate browser viewing.
  • Use Python logging module.

1.2.0

05 Aug 06:48
Compare
Choose a tag to compare
  • Allow passing of variable of config settings in Python.

1.1.1

13 Mar 09:24
a35e600
Compare
Choose a tag to compare
  • Update method for detecting URLs with brackets.

1.1.0

13 Mar 06:12
471b2fc
Compare
Choose a tag to compare
  • 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

11 Mar 08:26
b0063d2
Compare
Choose a tag to compare

Initial release of Linkie!