From 3e90c7cf8d754bf8f6b6b84dd00052772d345d53 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 18 Jul 2019 22:19:15 +0100 Subject: [PATCH] Update changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 27d049e..fc347e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ This is the changelog for the air quality web interface and its associated HTTP - Display how long ago a device was last seen in it's pop-up box - [API] HTTP API users can now use the new `last_seen` property to the `list-devices` and `device-info` actions. - Add favicon logo, thanks to [@BNNorman](https://github.com/BNNorman) + - [API] Added new `sensors` array to `device-info` output, which lists the sensors that a device has ## v0.11.1 - 22nd June 2019 - Drastically improve the performance of the backend SQL queries that power the heatmap and device graphs by over 35x in some cases!