Skip to content

Version 1.5.1

Compare
Choose a tag to compare
@Cleptomania Cleptomania released this 10 Jul 01:06
4215d6c

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.