New
=============
* Added KeyboardInterrupt and SystemExit exception handlers.
* Converted some internal Python packages to modules.
* Included additional files to the result tarball.
* Added CodeQL workflow for GitHub code scanning.
* Added dependabot support for tracking dependencies.
Bug fixes
==============
* Fixed issue with not always closed files in DnManager.
Changes
=================
* Converted the project to src-layout.
* Switched the project to `pyproject.toml`.
* Removed the legacy `setup.py` and `requirements.txt` files.
* Updated Tox configuration file.
* Switched CI to Python 3.11.
* Removed LGTM badges and integration.
Windows-specific changes
==============================
* Changed the default installation directory to `%LOCALAPPDATA%\hudman`.
* Updated embedded Python to version 3.10.9.
* Updated PyInstaller core to version 5.7.0.
* Updated urllib3 to version 1.26.13.