Skip to content
Release 3.1.9

Added
-----

* Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f
* Unicode data files updated to 15.1
* `FCFT_LOG_COLORIZE_AUTO` now respects the `NO_COLOR` environment
  variable.
* Support for linking against a system provided nanosvg library. See
  the new `-Dsystem-nanosvg` meson option. Defaults to `disabled`
  (i.e. use the bundled version).

Changed
-------

* Positioning of SVG glyphs; fcft now tries to center them on the
  line.

Fixed
-----

* Log-level not respected by syslog
* Fcft now automatically ensures the `LC_NUMERIC` locale is correctly
  configured for `FcNameParse()` ([#60][60]).
* Failure to lookup font name (_"warn: fcft.c:583: failed to get full
  font name"_)

[60]: https://codeberg.org/dnkl/fcft/issues/60

Contributors
------------

* Jake Waksbaum