* Fix bug with `extract_text_from_files` helper tool
1.12.0
* Sort files based on unidecoded ASCII text (i.e. without diacritics, accents, umlauts, etc.) * More default sorting rules
1.11.0
* New `--hide-dirs` option * New `--anonymize-user-dir` option * Bump `PyPDF` to `5.0.1` * More default sorting rules
1.10.3
* Upgrade `PyPDF` to `4.3.1` * Handle exceptions arising when trying to extract pages for submission as `PyPDF` bugs * Fix displaying contents of PDF text by escaping text that looks like a `rich` markup tag * New default sorting rules
1.10.2
* Make `\b` word boundary in a configured `SortRule` also match against underscores (which it doesn't by default) * New default sorting rules * Make `RuleMatch` a real class