Skip to content

Version 2.5.4

Compare
Choose a tag to compare
@mattlag mattlag released this 10 Jan 23:24
· 17 commits to main since this release

Bug fixes

  • Accurately import falsy project metadata values (like zero or empty string) and not fall back to default values.
  • OTF import/export now accurately handles the Italic Angle property.
  • OTF import now reads the Weight Class property.
  • Import progress bar and counter now accurately reflect current item and item total.

Quality improvements

  • Ligatures are now sorted better. They are first sorted by length (longer sequences first). Then, they are sorted by Unicode Code Point number. Previously they were sorted by JavaScript's "Locale Compare" function... but this was resulting in an unpredictable sort order.