Releases: ExCiteS/geokey-airquality
Releases · ExCiteS/geokey-airquality
v1.2.1
We officially now be supporting only GeoKey v1.6+ because of Django v1.11 support ⭐️
This patch also adds README to PyPI deployment.
v1.2.0
Allowing to set a new property "made by students", where new lookup field is used with values "Yes" and "No".
v1.1.2
Fixed encoding numbers when exporting to CSV.
v1.1.1
Fixed encodings of exported CSV files to allow unicode characters.
v1.1.0
BREAKING CHANGE
Due to changed API in GeoKey v1.0, the geokey-airquality extension (this and later releases) will no longer support older versions of GeoKey. Also, geokey-airquality <1.1.0 will not support GeoKey v1.0+.
v1.0.2
Fixed sending duplicate emails each day about expired measurements, also finished measurements are not treated like "expired" anymore (they already are waiting for the results, and this might take awhile).
v1.0.1
Little fixes and improvements to support Django 1.9 or greater (optionally).
v1.0.0
Full stable release.
From now on supporting GeoKey v0.9+ only.
v0.4.0
Added support for a CSV sheet of all measurements in the database, that can be downloaded from the admin interface (superusers only).
v0.3.0
New features:
- Statistics of locations and measurements in total (using the GeoKey admin panel for superusers)
- Allowing to update locations and measurements using the API