* Add German translations for filebrowser integration
* Fix django-filebrowser integration (Timo Ludwig, 144)
* Use `django.db.models.BigAutoField` as default auto field
(Timo Ludwig, 137)
* Add German translations for the templates
* Fix `type` property for internal URLs (Timo Ludwig, 141)
* Fix incorrect message when redirect has broken anchor
(Timo Ludwig, 128)
* Breaking change: Treat broken hash anchors as valid
unless `LINKCHECK_TOLERATE_BROKEN_ANCHOR` is manually
set to `False` (Timo Ludwig, 98)
* Remove unused field `still_exists` from `Url` model
* Delete outdated `Url` and `Link` objects when
running `findlinks` command (Timo Ludwig, 101)
* Avoid crash when unexpected error in signal listener occurs
(Sven Seeberg, 117)
* Ignore Urls longer than `MAX_URL_LENGTH` in signal listeners
(Timo Ludwig, 115)
* Verify SSL certificates (Timo Ludwig, 118)
* Added support for Python 3.10/3.11 and Django 4.1.
* Dropped support for Python 3.6 and Django < 3.2.