Skip to content

Commit

Permalink
2024.02
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 26, 2024
1 parent 7510ffe commit 0250c13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.txt
Expand Up @@ -11,6 +11,21 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues

XLIGHTS/NUTCRACKER RELEASE NOTES
---------------------------------
2024.02 Jan 26, 2024
-- enh (derwin12) Allow bulk edit of sketch effect bg filename
-- enh (derwin12) Add preference to skip loading of preset gif images
-- enh (derwin12) Handling pasting of network drive files
-- enh (scott) Force "Don't keep start channels" for ESPixelStick discovery
-- enh (derwin12) Store imported shaders the same was as imported images/videos
-- enh (scott) Try to detect FPP controller types during discovery
-- bug (dkulp) Some fixes for locks/hangs when moving/editing "main thread effects" (Shader on Windows)
-- bug (derwin12) Dont use render cache if using words from the lyric track
-- bug (derwin12) VU Meter missing the last bar
-- bug (derwin12) Fix faces download with faces in subdirectories
-- bug (scott) Fix Falcon v4 discovery through FPP
-- bug (merryoncherry) Fix video stuttering with some video framerates
-- bug (derwin12) Fix some data entry issues with Waveform Filter
-- bug (derwin12) Fix "number of effects" displayed for models on import dialog (it included submodels which display separately)
2024.01 Jan 17, 2024
-- change(dkulp) Move repo to xLightsSequencer org, update headers and url locations
-- enh (dkulp) Auto-Build in xCode cloud, initial setup for TestFlights builds
Expand Down
2 changes: 1 addition & 1 deletion build_scripts/msw/xLights_common.iss
Expand Up @@ -3,5 +3,5 @@

#define MyTitleName "xLights"
#define Year 2024
#define Version 01
#define Version 02
#define Other ""
2 changes: 1 addition & 1 deletion xLights/xLightsVersion.h
Expand Up @@ -15,7 +15,7 @@
#if __has_include("xlights_build_version.h")
#include "xlights_build_version.h"
#else
static const wxString xlights_version_string = "2024.01.1";
static const wxString xlights_version_string = "2024.02";
#endif
#ifdef DEBUG
static const wxString xlights_qualifier = " DEBUG";
Expand Down

0 comments on commit 0250c13

Please sign in to comment.