the test suite with recent versions of SQLAlchemy.
Introduce PEP 517 compliant build.
2024.1 (2024-02-21): Fix unit tests packaging problem.
Bundle documentation for offline use.
Permit network tests to be enabled/disabled on demand.
2024.2 (2024-08-01): Fix: Interpret STARTTLS as "uses SSL" in mobileconfig.
Feature: Support CalDAV and CardDAV in mobileconfig.
Feature: Support passwords in mobileconfig (disabled by default, opt-in required to enable).
CI: Drop Python version 3.7 from matrix.
2025.1 (2025-01-07): Feature: Signal readiness via sd_notify if NOTIFY_SOCKET environment variable is set.
This benefits NixOS and other platforms using systemd. Suggested by Elias Probst.
Build: Change to a more typical directory structure.
CI: Drop Python version 3.8 from matrix, add version 3.13.
2025.1.1 (2025-01-13): Build: Exclude unnecessary files.