diff --git a/changelog.md b/changelog.md index 913c7107..1cb336c6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## DEV-branch +* 18.09.2024: Re-designed tools page (#337), thanks to @caco3 ! * 16.09.2024: Fix sleep after playlist not toggling nightmode #336, thanks to @dneukirchen ! * 12.09.2024: PlatformIO package 6.8.1 (Arduino 2.0.17, ESP-IDF 4.4.7) * 12.09.2024: Change default settings to match "ESPuino-mini 4Layer" board diff --git a/src/revision.h b/src/revision.h index 977d543a..f626a65d 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #pragma once #include "gitrevision.h" -constexpr const char softwareRevision[] = "Software-revision: 20240916-1-DEV"; +constexpr const char softwareRevision[] = "Software-revision: 20240918-1-DEV";