Changelog#

0.1.6 (2025-03-22)#

  • feature: preserve URL fragments in redirects (the #foo in https://example.com/docs#foo) (issue #11 by David Ekete).

  • chore: force lint, format, and test with pre-commit hooks

0.1.5 (2024-07-12)#

  • feature: check redirect to external URLs for invalid or non-existing addresses with standard linkcheck builder (issue #3 fixed by Jean Abou Samra).

  • chore: requires Sphinx 7.1+

0.1.4 (2024-06-21)#

0.1.3 (2023-11-03)#

0.1.2 (2023-05-18)#

0.1.1 (2022-06-04)#

  • add more tests

  • add tox.ini

  • bugfix failure for non-HTML-based Sphinx builders (by Lynn Root W T)

  • use suffix for redirect HTML file from html_file_suffix config parameter (by Robbert Schreuder Hes W)

  • add type hints (by Daniël van Noord W)

  • improve docs with comment that redirects are relative (by Daniël van Noord W)

  • include LICENCE in sdist

0.0.1 (2021-04-26)#

(In Git tagged as v0.1.0.)

  • bugfix wildcard/non-wildcard implementation and code clean-up

  • migrate README to Sphinx docs

  • rewrite Usage article in docs

0.0.0 (2020-09-09)#

Initial release.