From aa3f72b540c05d51d8ebb49a41194d34106368ff Mon Sep 17 00:00:00 2001 From: tueddy Date: Wed, 17 Jan 2024 21:35:18 +0100 Subject: [PATCH] Version 2.2 Update changelog & revision --- changelog.md | 5 +++-- src/revision.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index bbfa9459..a10e2d52 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelog -## DEV-branch + +## Version 2.2 (17.01.2024) * 14.01.2024: Modify CMD_DIMM_LEDS_NIGHTMODE to toggle night light mode (#287), thanks to @laszloh ! * 11.01.2024: More free heap on boards with PSRAM (CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL) @@ -46,7 +47,7 @@ * 07.11.2023: Set timezone after startup, thanks to @Joe91 ! -## Version 2 (07.11.2023) +## Version 2.1 (07.11.2023) * 04.11.2023: LPCD: wakeup check for ISO-14443 cards also with IRQ connected to port-expander * 04.11.2023: Bugfix for showing wrong loglevel diff --git a/src/revision.h b/src/revision.h index 8aceec82..ac5fd27c 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20240117-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20240117-1";