Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 724 Bytes

CHANGELOG.md

File metadata and controls

21 lines (18 loc) · 724 Bytes

Changelog

1.1.0 - 2020-05-31

  • Export subset of font characters (only the characters that you really need in the font) - helps to reduce font size when you only use a bunch of characters and not the whole ASCII table
  • Exported source code is wrapped at around 80 columns
  • Added pseudocode in the generated source code, explaining how to retrieve individual font glyphs
  • More user-friendly Undo/Redo functionality
  • Added checking for updates on-demand from the menu and automatically at start-up (the latter can be disabled)

1.0.0 - 2020-03-20

  • First public release
  • Importing system fonts
  • Editing font glyphs
  • Adding new glyphs
  • Exporting source code
  • Saving current state of the font document