From 4de1152cf336b8990058e0d844862bbe6461c3e3 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 2 Feb 2024 13:46:42 +0100 Subject: [PATCH] Update Changelog.md (#2849) --- Changelog.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2fc8ddbec..f8d5d098b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,22 @@ -## [unreleased] - 2024-01-02 +## [15.5.0] - 2024-02-02 ### Changes -For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/rolling...v15.4.0) +For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.4.0...v15.5.0) #### Changed - Update PlattformIO to v6.5.0, which means esp-idf to v5.1 - + - Enhance busy notification + - Implemented late analog / digital transition #### Fixed * ATA-TRIM: workaround for old SD-cards with no trim function to work with esp-idf v5.x * InfluxDB: Modified the time conversions to be more stable (UTC vs. local time shifts) +* Fix negatives on extended resolution false +* Show chip infos on info page +* Fix memory leaks in tflite integration ## [15.4.0] - 2023-12-22