Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 532 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 532 Bytes

v0.1.4

  • Generate whitespace characters (#6).

v0.1.3

  • Fixed out of memory error when generating large charset (#3)
  • Added --fast-pack option to enable the fast mode for the texture packer.
  • Added mtsdf field type matching the corresponding msdfgen field type.

v0.1.2

  • Fixed concurrent modification exception during generation (#2).

v0.1.1

  • Fixed --texture-size parameter not working (#1).
  • Added --version parameter.
  • Parameter values now printed before execution.

v0.1.0

  • Initial release