Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

48 lines (22 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.1 (2020-09-18)

Bug Fixes

  • Upstream fix on non-exclusive tag option in maxrects-packer (c06c3b6)

0.4.0 (2020-09-17)

Features

  • New option --group-folder (4e6183a)

0.3.0 (2020-02-01)

Bug Fixes

  • --search-dummy use pixelMatch to do deep compare (be61458)
  • detect duplicate dummy in loaded sheets (4bf489c)
  • Fix alpha premultiplied black edge issue (a0db046)
  • Fix multi spritesheet image filename sequence bug (45d4a56), closes #8
  • Fix prune index not working on id=0 (c03204a)
  • loaded sheet should preserve saved metric (f741692), closes #6
  • Tagcount 0 eq. null bug (c554cdb), closes #8

Features

  • Add --search-dummy option (2f59717)

0.2.0 (2019-07-11)

Features

  • Implemented save/load function and CLI #3 (c2702e0)