From 7b4418a33ea8a048b7764ee626f3fdae8e01c7c8 Mon Sep 17 00:00:00 2001 From: Shelby Merrick Date: Fri, 1 Dec 2023 12:08:42 -0500 Subject: [PATCH] Updated for 4.0-beta5 --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5e7747649..62a664245 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Changelog +### 4.0-beta5 + +Numerous fixes have occurred since beta4, most notably web frontend stability (websockets removed) and FPP / xLights compatibility and synchronization. You will need to be on a current release of xLights in order for input/output uploading to work. MacOS libraries for the flash tool have been updated as well, but you will still have to execute the flash tool from the command line and jump through Apple's security hoops to allow mklittlefs to run. Numerous 3rd party ESP32 platforms have been added for those that like to roll their own controllers. + ### 4.0-beta4 - Moved FPP Remote to secondary input [Issue #388](https://github.com/forkineye/ESPixelStick/issues/388)