* Fix PER ENCODING METRICS subtable in decodings stats table * Add percentage calculations to decoding attempts table * `--log-level` option (from `yaralyzer`)
1.12.2
* Refactor `PdfTreeVerifier` and `IndeterminateNode` out of `Pdfalyzer` class
1.12.1
* Check for any explicit `/Kids` relationships when placing indeterminate nodes * All other things being equal prefer a single `/Page` or `/Pages` referrer as the parent
1.12.0
* Rich table view displays object properties and referenced nodes with appropriate color and labeling * Style `/Encoding` objects as part of the font family * Refactor text coloring/styling to `pdfalyzer.output.styles` package
1.11.6
* Launchable with `python -m pdfalyzer` for those who can't get `pdfalyze` script to work (h/t MartinThoma)
1.11.5
* Last ditch attempt to place indeterminate nodes according to which node has most descendants catches almost everything * Refactor `PdfalyzerPresenter` class to handle output formatting.