=========
CHANGELOG
=========

0.12 (2024-01-27)
==================

** Bug fixed **

- Draw single points

** New **

- Updated Github Actions.
- Dropped support for python < 3.8
- Dropped support for Django < 4.2
- Add support for pillow >= 10
- Updated jSignature to latest version


0.11 (2022-01-17)
==================

** New **

- Django 4.0 compatibility.
- Moved to Github Actions for testing.
- Added flake8 in CI.
- Dropped support for python < 3.6
- Dropped support for Django 1.11, 2.0, 2.1, 3.0, 3.1.


0.10 (2020-07-26)
==================

** New **

- Add template filter to easily render a signature structure as base64 url.
- Add a full example of front-office usage.


0.9 (2020-04-18)
==================

** New **

- Add support for Django 2+
- Drop support for Django<1.11
- Add a ``JSIGNATURE_JQUERY`` settings to handle usage in admin in Django 2.1+


0.8 (2014-12-04)
==================

** New **

- Add support for Python 3 (@Gagaro)
- Add support for Django 1.7 (@Gagaro)


0.7.6 (2014-11-26)
==================

** New features **

- A setting to display (or not) the reset button has been added (@jsayles)

** Internal changes **

- Rendering is now based on a template (@andybak)
- Javascript is properly initialized (@andybak)
