------------------- * Performance improvements * Added man page for the CLI (fixes `41 <https://github.com/heuer/segno/issues/41>`_) * Added more documentation and examples * Fixed missing charts of <https://segno.readthedocs.io/en/stable/comparison-qrcode-libs.html> * Added PyQRCodeNG <https://pypi.org/project/PyQRCodeNG/> to comparison table * Updated CSS for a better layout of tables with a lot of content * Removed deprecated functions ``encoder.score_n1``, ``encoder.score_n2``, ``encoder.score_n3``, and ``encoder.score_n4`` (they didn't belong to the public API anyway) * Fixed Read the Docs build
0.3.1
------------------- * See 0.3.2
0.3.0
------------------- * Performance improvements (evaluation of mask scores) * Faster PNG output * Faster ``utils.matrix_iter`` (which improves several writers, i.e. PNG) * Deprecation of ``encoder.score_n1``, ``encoder.score_n2``, ``encoder.score_n3``, and ``encoder.score_n4``. Use ``encoder.mask_scores`` or ``encoder.evaluate_mask``.
0.2.9
------------------- * Fixed typos * PDF serializer: Added support for stroke and background color, initial code contributed by `Serge Morel <https://github.com/Vluf>`_ (pr `52 <https://github.com/heuer/segno/pull/52>`_).
0.2.8
------------------- * Fixed `45 <https://github.com/heuer/segno/issues/45>`_: CLI does not raise exceptions but indicates errors with return code 1 and writes the error message to ``sys.stderr`` * Added experimental ``utils.matrix_iter_detail()`` function which returns an iterator over the matrix to distinguish different dark and light modules by their function (i.e. separator, finder pattern etc.) * Minor performance improvements * Removed Python 2.6 from test environment * Added support for vCard TITLE attribute, contributed by `Stefano Borini <https://github.com/stefanoborini>`_ (pr `48 <https://github.com/heuer/segno/pull/48>`_) * Added support for vCard PHOTO URI attribute, suggested by Arthur Reinhart