- The dependency on the Pillow library was updated to a recent version which was patched for security vulnerabilities - Several other dependencies and test dependencies were updated (django-leaflet, geopy, pytest-django, pytest-asyncio, pytest-cov, responses, openwisp-utils)
0.4.2
Not secure
--------------------------
- Fixed broken UI in inline geo selection flow caused by a JS change in django (`issue 85 <https://github.com/openwisp/django-loci/issues/85>`_)
0.4.1
Not secure
--------------------------
Bugfixes ~~~~~~~~
- Fixed the ``DJANGO_LOCI_GEOCODE_STRICT_TEST`` setting, which internally was using a different name, therefore the documented setting was not working
0.4.0
--------------------------
Features ~~~~~~~~
- [ux] Automatically fetch map coordinates from address field and vice versa + configurable geocoding
Changes ~~~~~~~
- [deps] Increased Pillow range to allow new 8.0.0 version - [deps] Updated openwisp-utils version range to support 0.6 and 0.7
Bugfixes ~~~~~~~~
- [fix] Fixed integrity error in ``floorplan.floor`` when ``is_mobile=True`` - [fix] Fixed corner case involving restoring ``is_mobile=False``
0.3.4
Not secure
--------------------------
- [deps] Added support for django 3.1 - [deps] Updated to openwisp-utils 0.6
0.3.3
Not secure
--------------------------
- [fix] Fixed websocket connect error for location change view - [deps] Added support for Pillow~=7.2.0 & openwisp-utils~=0.5.1 and dropped their lower versions - [deps] Added support for django-leaflet version 0.28