User-facing changes
- Add
GlyphOrderplugin to allow setting theglyphOrdercustom 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