Version 1.5.1
This release contains two bugfixes:
- Pinned minimum attrs version to usage of
kw_only
which was introduced in 18.2.0. See #39 - Fixed color parsing to be correct. Tiled saves it's colors in either RGB or ARGB format. We were previously parsing RGB correctly, but if an alpha value was present it would be parsed if it were RGBA and so all the values would be offset by one.