Fixed - Fix parsing of some targets by applying required bitmask ([issue](https://github.com/Matmaus/LnkParse3/issues/37), [PR](https://github.com/Matmaus/LnkParse3/pull/38))
1.5.0
Changed - Try UTF-8 encoding when decoding by specified codepage fails. - Change plain text output form to YAML-like style. Fixed - Add missing import to `shell_item`.
1.4.0
Added - Add support to process unknown (`Unknown`) blocks in `ExtraData` section - Add support to process `Terminal` block in `ExtraData` section
1.3.3
Fixed - Exclude tests from setup.py ([PR](https://github.com/Matmaus/LnkParse3/pull/26))