From 35a5edbba236496b993b442b0b5a5b4ce258b8b5 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 23 Apr 2023 16:32:03 +0200 Subject: [PATCH 1/2] Update Changelog.md --- Changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Changelog.md b/Changelog.md index bbc4a41fc..e1f45181f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,35 @@ +## [15.2.0] - 2023-04-23 + +### Update Procedure + +Update Procedure see [online documentation](https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/#update-ota-over-the-air) + +### Changes + +For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.1...v15.2.0) + +#### Added + +- [#2286](https://github.com/jomjol/AI-on-the-edge-device/pull/2286) Implement a camera livestream handler +- [#2252](https://github.com/jomjol/AI-on-the-edge-device/pull/2252) Set prevalue using MQTT + set prevalue to RAW value (REST+MQTT) + +#### Changed + +- [#2285](https://github.com/jomjol/AI-on-the-edge-device/pull/2285) Re-implemented PSRAM usage +- [#2325](https://github.com/jomjol/AI-on-the-edge-device/pull/2325) Keep MainFlowTask alive to handle reboot +- [#2305](https://github.com/jomjol/AI-on-the-edge-device/pull/2305) Migration of PlatformIO `5.2.0` to `6.1.0` (resp. ESP IDF from `4.4.2` to `5.0.1`) +- Various cleanup and refactoring + +#### Fixed + +- [#2326](https://github.com/jomjol/AI-on-the-edge-device/pull/2326) Activate save button after Analogue ROI creationSet prevalue using MQTT + set prevalue to RAW value (REST+MQTT) +- Various minor fixes + +#### Removed + +- n.a. + + ## [15.1.1] - 2023-03-23 ### Update Procedure @@ -933,6 +965,7 @@ External Illumination - Initial Version +[15.2.0]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.1...v15.1.2 [15.1.1]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.0...v15.1.1 [15.1.0]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.0.3...v15.1.0 [15.0.3]: https://github.com/jomjol/AI-on-the-edge-device/compare/v14.0.3...v15.0.3 From 10c416c8d1b99b85953e4db130b05d4417e601ad Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 23 Apr 2023 16:36:41 +0200 Subject: [PATCH 2/2] Update Changelog.md --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index e1f45181f..1b63fa034 100644 --- a/Changelog.md +++ b/Changelog.md @@ -23,6 +23,7 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/ #### Fixed - [#2326](https://github.com/jomjol/AI-on-the-edge-device/pull/2326) Activate save button after Analogue ROI creationSet prevalue using MQTT + set prevalue to RAW value (REST+MQTT) +- [#2283](https://github.com/jomjol/AI-on-the-edge-device/pull/2283) Fix Timezone issues on InfluxDB - Various minor fixes #### Removed