Skip to content

Releases: ExCiteS/geokey-airquality

v1.2.1

03 Nov 19:19
Compare
Choose a tag to compare

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

19 Sep 16:23
Compare
Choose a tag to compare

Allowing to set a new property "made by students", where new lookup field is used with values "Yes" and "No".

v1.1.2

20 May 12:04
Compare
Choose a tag to compare

Fixed encoding numbers when exporting to CSV.

v1.1.1

18 May 11:30
Compare
Choose a tag to compare

Fixed encodings of exported CSV files to allow unicode characters.

v1.1.0

20 Apr 09:21
Compare
Choose a tag to compare

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

18 Apr 14:22
Compare
Choose a tag to compare

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

02 Feb 17:09
Compare
Choose a tag to compare

Little fixes and improvements to support Django 1.9 or greater (optionally).

v1.0.0

29 Jan 12:07
Compare
Choose a tag to compare

Full stable release.

From now on supporting GeoKey v0.9+ only.

v0.4.0

18 Jan 15:54
Compare
Choose a tag to compare

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

11 Jan 12:33
Compare
Choose a tag to compare

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