Releases: openwisp/django-loci
Releases · openwisp/django-loci
1.1.0 [2024-08-16]
Changes
- Use
settings.DEFAULT_STORAGE_CLASS
as base for OverwriteStorage, adapting the storage backend to project settings.
Dependencies:
- Bumped
django-leaflet~=0.30.1
- Bumped
Pillow~=10.4.0
- Bumped
geopy~=2.4.1
- Bumped
openwisp-utils~=1.1.0
- Added support for Python
3.10
. - Added support for Django
4.2
. - Dropped support for Python
3.7
. - Dropped support for Django
3.0.x
,3.1.x
and4.0.x
.
Bugfixes
- Fixed an issue with deleting
FloorPlan.image
by using the appropriate storage backend method. - Resolved a bug causing outdoor locations to incorrectly appear in the location list when creating floorplans.
1.0.1 [2022-04-20]
Bugfixes
- Updated Pillow to ~=9.1.0 to fix a security CVE
- Fixed channels deprecation warning
1.0.0 [2022-02-25]
Changes
- Converted geocoding test to check #90
- Use
ReconnectingWebsocket
to websocket connection #101 - Dropped support for Python
3.6
- Added support for Python
3.8
and3.9
- Added support for Django
3.2.x
and4.0.x
- Migrated to
channels~=3.0.4
- Bumped
Pillow~=9.0.0
- Bumped
geopy~=2.2.0
- Bumped
openwisp-utils~=1.0.0
- Set lowest django version supported to
django~=3.0.0
0.4.3 [2021-06-29]
- 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 [2021-03-16]
- Fixed broken UI in inline geo selection flow caused by a JS change in django (issue #85)
0.4.1 [2021-02-24]
- 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 [2020-11-19]
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
whenis_mobile=True
- [fix] Fixed corner case involving restoring
is_mobile=False
0.3.4 [2020-08-16]
- [deps] Added support for django 3.1
- [deps] Updated to openwisp-utils 0.6
Version 0.3.3 [2020-07-25]
- [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
0.3.2 [2020-07-01]
- [fix] Fixed bug in floorplan fields
- [fix] Fixed bug which caused geographic map to disappears on narrow screens
- [fix] Fixed bug in JS logic
- [change] Allow to create an indoor location without specifying indoor coordinates