* Certificate validity date validation now performed against document Issue Date instead of present time (https://www.isdcf.com/certs-expiring/) * Informative check matching the old behaviour added for older playback systems (`check_certif_date_expired`)
* Add Ruff Linter workflow * Format the code with Black * Use poetry for dependencies management
1.5.0
Changes ---------
* Specify allowed foreign files from DCP check profile now support regular expressions robin-francois * Add DCP folder name analysis to probe result (`path_naming_convention` key) robin-francois
Fix ---
* Error when parsing CPL Reels with empty MarkerList elements
1.4.0
Features ---
* Specify allowed foreign files from DCP check profile, robin-francois
Fix ---
* XML unicode decoding error on Windows
1.3.0
Features ---------
* Digital certificate end of validity date check (warning)
1.2.1
Fix ---
* Incompatibility with latest libexpat releases, thanks to hartwork