Releases: acdh-oeaw/repo-file-checker
Releases · acdh-oeaw/repo-file-checker
DROID ouput parsing fixes
Thumbs.db and .DS_Store files removal added
3.14.0 CheckFunctions::check00RemoveFiles() added
Relax the file/dir name check
The previous check required at least three characters which was an undocumented behavior. Now it accepts single and two characters file/dir names.
Do not generate info message for valid PDFs
3.13.3 CheckFunctions::check11PdfFile(): do not generate the info message fo…
Harden against files removed during the filechecker run
3.13.2 FileChecker::checkFromDroidOutput(): catch and report as ordinary err…
Harden against broken DROID output
3.13.1 FileChecker::checkFromDroidOutput(): harden against uncomplete lines …
Allow to continue an interrupted check
3.13.0 FileChecker::checkFromDroidOutput(): remove the debugging break state…