Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 579 Bytes

CHANGELOG-v1.md

File metadata and controls

24 lines (14 loc) · 579 Bytes

Release Notes for The Matrix Code Generator 1.x

[1.1.0] - 2020-06-24

Added

  • Added controls HUD. (#6)
  • Added reduceFramerate setting.
  • Added code tiling to allow user to tune performance.

Changed

  • Class CodeStream to CodeMatrix and optimized the way glyphs are created.
  • Glyph buffer is now generated by JS rather than having to create and element for it in the html.

Fixed

  • Fixed bug where first glyph in the code buffer wasn't displaying.

[1.0.0] - 2020-06-05

Added