From 2eedabca3608939a46e13a4440d8491881ec6d59 Mon Sep 17 00:00:00 2001
From: Daniel Kulp <dan@kulp.com>
Date: Tue, 30 Apr 2024 10:48:59 -0400
Subject: [PATCH] 2024.10

---
 README.txt                           | 22 ++++++++++++++++++++++
 build_scripts/msw/xLights_common.iss |  2 +-
 xLights/xLightsVersion.h             |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index d18acf471b..8d31dbbd38 100644
--- a/README.txt
+++ b/README.txt
@@ -11,6 +11,28 @@ Issue Tracker is found here: www.github.com/xLightsSequencer/xLights/issues
 
 XLIGHTS/NUTCRACKER RELEASE NOTES
 ---------------------------------
+2024.10 Apr 30, 2024
+   - enh (MrPierreB)    Add ability to control the highlight color for the Bars effect
+   - enh (gil)          Add Preset support for Dimmers
+   - enh (gil)          Adjust Moving Head mesh materials and allow user to control brightness
+   - enh (PeteMathews)  Support controller from ILightThat
+   - enh (gil)          Preview Moving Head beam brightness uses dimmer
+   - enh (gil)          Add "Dimmer" tab to new moving head effect
+   - enh (cybercop23)   Allow export/import of aliases for all model types
+   - enh (derwin12)     Add option to Display Elements to sort bases on node counts
+   - bug (derwin12)     Fix submodel node updates when changing to new submodel choice
+   - bug (cybercop23)   Suppress "Add To groups" if source model doesn't belong to any groups
+   - bug (gil)          Fix crash in MovingHeadPanel with non-moving head models
+   - bug (gil)          Fix migration of moving heads with negative range or motion
+   - bug (gil)          Fix DmxMovingHead orientations ot match new model
+   - bug (gil)          Fix Moving Head default node names
+   - bug (gil)          Fix Moving Head Copy/Paste and presets
+   - bug (derwin12/scott) Fix some issues with UTF-8 characters in media filenames
+   - bug (scott)        Fix State effect panel using Faces intead of states
+   - bug (dkulp)        Fix various layer blending issues with Moving Heads/DMX models
+   - bug (dkulp)        Fix some crashes with effects on empty groups
+   - bug (dkulp)        Fix Model Preview of Tree/Cube/Sphere in some unusual circumstances
+   - bug (derwin12)
 2024.09 Apr 16, 2024
    - enh (dkulp)        MacOS - Use GPU for  layer blending
    - enh (derwin12)     Add preference to override the highlight color for lists
diff --git a/build_scripts/msw/xLights_common.iss b/build_scripts/msw/xLights_common.iss
index fce0f48f9d..710f9cd6d3 100644
--- a/build_scripts/msw/xLights_common.iss
+++ b/build_scripts/msw/xLights_common.iss
@@ -3,5 +3,5 @@
 
 #define MyTitleName "xLights" 
 #define Year 2024
-#define Version 09
+#define Version 10
 #define Other ""
diff --git a/xLights/xLightsVersion.h b/xLights/xLightsVersion.h
index 7076b17672..6f7ed3cabf 100644
--- a/xLights/xLightsVersion.h
+++ b/xLights/xLightsVersion.h
@@ -15,7 +15,7 @@
 #if __has_include("xlights_build_version.h")
 #include "xlights_build_version.h"
 #else
-static const wxString xlights_version_string  = "2024.09.1";
+static const wxString xlights_version_string  = "2024.10";
 #endif
 #ifdef DEBUG
 static const wxString xlights_qualifier       = " DEBUG";