Skip to content

v2.0.6

Latest

Choose a tag to compare

@jenskutilek jenskutilek released this 19 Aug 14:07
· 1 commit to main since this release

User-facing changes

  • Add GlyphOrder plugin to allow setting the glyphOrder custom parameter per instance. It should be called as the last plugin before saving the final font.

To use the GlyphOrder plugin, add it to your global.correttoconfig.yaml file before corretto.plugins.Save:

corretto:
  plugins:
    # - ...
    - module: corretto.plugins.GlyphOrder
    - module: corretto.plugins.Save
    # - ...

Internal changes

  • Don't bundle jkUnicode anymore, it is installed as a dependency through the Plugin Manager
  • Remove deprecated codecs module
  • Remove unnecessary future import
  • Use a uv workspace for building and testing
  • Run automatic tests in Python 3.10 to 3.14