From cdd0de2e1012227d63953d7053da00f7703f386f Mon Sep 17 00:00:00 2001 From: tueddy Date: Sun, 9 Jun 2024 21:42:37 +0200 Subject: [PATCH] Update changelog & revision --- changelog.md | 3 +++ src/revision.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d2b05b32..9bac4b9b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## DEV-branch +* 09.06.2024: Consume about 50% less CPU time in Audio library +* 09.06.2024: Replace 3rd party library toastr (#331), thanks to @trainbird ! +* 09.06.2024: Modernized webserver & optimized JSON delivery (#332) * 20.05.2024: PlatformIO package 6.7.0 (Arduino 2.0.16, ESP-IDF 4.4.7) * 20.05.2024: Disable bluetooth support for A1S (IRAM too small) * 09.05.2024: Upgrade to Bootstrap v5.0 + Web-UI Enhancements (#328), thanks to @caco3 ! diff --git a/src/revision.h b/src/revision.h index 942d919e..3e443873 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20240520-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20240609-1-DEV";