The latest published Parley release is 0.1.0 which was released on 2024-05-01. You can find its changes documented below.
This release has an MSRV of 1.70.
- Example using tiny-skia which renders into a png (#55 by @nicoburns)
- Breaking change: There is now a blanket implementation for
Brush
.
- Breaking change: There is now a blanket implementation for
- A swash example which renders into a png (#54 by @nicoburns)
- Repository layout updated to match Linebender standard (#59 by @waywardmonkeys)
- Removed unsafe code from fontconfig cache (#78 by @waywardmonkeys)
- Search correct paths for fonts on Apple platforms (#71 by @waywardmonkeys)
- Breaking change: removed conversion to/from
icu_properties::Script
forfontique::Script
(#72 by @waywardmonkeys)- This can be restored by using the
icu_properties
feature offontique
.
- This can be restored by using the
0.1.0 - 2024-05-01
This release has an MSRV of 1.70.
- Initial release